|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapAdapter | |
|---|---|
| org.nuiton.topia.migration.common | |
| org.nuiton.topia.migration.kernel | |
| org.nuiton.topia.migration.transformation | |
| Uses of MapAdapter in org.nuiton.topia.migration.common |
|---|
| Subinterfaces of MapAdapter in org.nuiton.topia.migration.common | |
|---|---|
interface |
MapAdapterAdmin
MapAdapterAdmin.java Interface interne, contenant plus de méthodes que celle du developpeur. |
| Classes in org.nuiton.topia.migration.common that implement MapAdapter | |
|---|---|
class |
MapAdapterImpl
MapAdapterImpl.java Implementation des MapAdapter. |
| Uses of MapAdapter in org.nuiton.topia.migration.kernel |
|---|
| Methods in org.nuiton.topia.migration.kernel that return MapAdapter | |
|---|---|
MapAdapter |
Transformer.getNewMap(ProxyClass clazz,
Serializable idVal)
|
MapAdapter |
Transformer.getNewMap(String clazz,
Serializable idVal)
|
MapAdapter |
Transformer.getOldMap(ProxyClass clazz,
Serializable idVal)
|
MapAdapter |
Transformer.getOldMap(String clazz,
Serializable idVal)
|
| Methods in org.nuiton.topia.migration.kernel that return types with arguments of type MapAdapter | |
|---|---|
Collection<MapAdapter> |
Transformer.getNewMaps(ProxyClass clazz)
|
Collection<MapAdapter> |
Transformer.getNewMaps(String clazz)
|
Collection<MapAdapter> |
Transformer.getOldMaps(ProxyClass clazz)
|
Collection<MapAdapter> |
Transformer.getOldMaps(String clazz)
|
| Uses of MapAdapter in org.nuiton.topia.migration.transformation |
|---|
| Methods in org.nuiton.topia.migration.transformation that return MapAdapter | |
|---|---|
MapAdapter |
MapHelper.getNewMap(ProxyClass clazz,
Serializable id)
Retourne un tuple d'une table des nouvelles bases |
MapAdapter |
MapHelper.getNewMap(String clazz,
Serializable id)
Retourne un tuple d'une table des nouvelles bases |
MapAdapter |
MapHelper.getOldMap(ProxyClass clazz,
Serializable id)
Retourne un tuple d'une table des annciennes bases |
MapAdapter |
MapHelper.getOldMap(String clazz,
Serializable id)
Retourne un tuple d'une table des anciennes bases |
| Methods in org.nuiton.topia.migration.transformation that return types with arguments of type MapAdapter | |
|---|---|
Collection<MapAdapter> |
MapHelper.getNewMaps(ProxyClass clazz)
Retourne les tuples d'une table des nouvelles bases |
Collection<MapAdapter> |
MapHelper.getNewMaps(String clazz)
Retourne les tuples d'une table des nouvelles bases |
Collection<MapAdapter> |
MapHelper.getOldMaps(ProxyClass clazz)
Retourne les tuples d'une table des anciennes bases |
Collection<MapAdapter> |
MapHelper.getOldMaps(String clazz)
Retourne les tuples d'une table des anciennes bases |
| Methods in org.nuiton.topia.migration.transformation with parameters of type MapAdapter | |
|---|---|
void |
Migration.migrate(MapAdapter map,
MapHelper helper)
Effectue la migration |
void |
MigrationNull.migrate(MapAdapter map,
MapHelper helper)
|
abstract void |
AbstractMigration.migrate(MapAdapter map,
MapHelper helper)
Effectue la migration |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||