Package de.xima.fc.importer.config
Class ActionImportConfig
java.lang.Object
de.xima.fc.importer.config.AEntityImportConfig<Aktion>
de.xima.fc.importer.config.ActionImportConfig
- All Implemented Interfaces:
IEntityImportConfig<Aktion>,Serializable,Comparable<IEntityImportConfig<?>>
Deprecated.
- Since:
- 6.6.0
- Author:
- XIMA MEDIA GmbH, Dresden - 22.05.2020
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.importer.config.AEntityImportConfig
context, entity, formcycleVersion, importJson, LOG, LOG_PREFIX, originalID, originalName, originalUUID, persisted, persistedName, unresolvedDependencies -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(IEntityImportConfig<?> o) Deprecated.finalize(IEntityContext ec, String fcVersion, String exportVersion) Deprecated.Finish the import.protected IGenericDao<Aktion>getDao()Deprecated.protected booleanDeprecated.protected voidDeprecated.Methods inherited from class de.xima.fc.importer.config.AEntityImportConfig
findPersisted, getAllChildrenFlat, getChildren, getConflictResolveAction, getDependencyUuid, getEntity, getEntityClass, getEntityToOverride, getImportJson, getOriginalExportId, getOriginalID, getOriginalName, getOriginalUUID, getPersisted, getUnresolvedDependencies, getUuidEntityValue, isEntityExists, isImported, loadAlternative, postCreate, postUpdate, preCreate, preUpdate, resolveDependencies, setAlternativeId, setConflictResolveAction, setEntity, setEntityToOverride, setImported, setPersisted, stage, toString, updatePersisted, validateImportMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.xima.fc.importer.interfaces.IEntityImportConfig
getDependencies
-
Method Details
-
finalize
public List<DependencyDescriptor> finalize(IEntityContext ec, String fcVersion, String exportVersion) throws Exception Deprecated.Description copied from interface:IEntityImportConfigFinish the import. Should be called after every import config has been staged for import and deprecated fields have been handled.- Specified by:
finalizein interfaceIEntityImportConfig<Aktion>- Overrides:
finalizein classAEntityImportConfig<Aktion>- Parameters:
ec-IEntityContextto be usedfcVersion- The current formcycle version where the entity is imported.exportVersion- The formcycle version that was used to create the export file with the entity.- Returns:
ListofDependencyDescriptors of missing dependencies- Throws:
Exception- When the entity import could not be finalized.
-
compareTo
Deprecated. -
isUuidExisting
Deprecated.- Overrides:
isUuidExistingin classAEntityImportConfig<Aktion>
-
getDao
Deprecated.- Specified by:
getDaoin classAEntityImportConfig<Aktion>
-
makeEntityUnique
Deprecated.- Specified by:
makeEntityUniquein classAEntityImportConfig<Aktion>
-