Package de.xima.fc.importer.config
Class StateImportConfig
- All Implemented Interfaces:
IEntityImportConfig<Status>,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.Deprecated.Deprecated.protected IGenericDao<Status>getDao()Deprecated.protected booleanDeprecated.protected voidDeprecated.protected voidDeprecated.protected voidDeprecated.protected voidDeprecated.protected voidDeprecated.voidsetPersisted(Status persisted) Deprecated.Methods inherited from class de.xima.fc.importer.config.AEntityImportConfig
finalize, findPersisted, getAllChildrenFlat, getConflictResolveAction, getDependencyUuid, getEntity, getEntityClass, getEntityToOverride, getImportJson, getOriginalExportId, getOriginalID, getOriginalName, getOriginalUUID, getPersisted, getUnresolvedDependencies, getUuidEntityValue, isEntityExists, isImported, loadAlternative, resolveDependencies, setAlternativeId, setConflictResolveAction, setEntity, setEntityToOverride, setImported, 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
-
getActions
Deprecated. -
setPersisted
Deprecated.- Specified by:
setPersistedin interfaceIEntityImportConfig<Status>- Overrides:
setPersistedin classAEntityImportConfig<Status>- Parameters:
persisted- The persisted entity that may be overridden
-
getChildren
Deprecated.- Specified by:
getChildrenin interfaceIEntityImportConfig<Status>- Overrides:
getChildrenin classAEntityImportConfig<Status>- Returns:
- all child importConfigs
-
compareTo
Deprecated. -
isUuidExisting
Deprecated.- Overrides:
isUuidExistingin classAEntityImportConfig<Status>
-
getDao
Deprecated.- Specified by:
getDaoin classAEntityImportConfig<Status>
-
makeEntityUnique
Deprecated.- Specified by:
makeEntityUniquein classAEntityImportConfig<Status>
-
preCreate
Deprecated.- Overrides:
preCreatein classAEntityImportConfig<Status>- Throws:
Exception
-
postCreate
Deprecated.- Overrides:
postCreatein classAEntityImportConfig<Status>- Throws:
Exception
-
preUpdate
Deprecated.- Overrides:
preUpdatein classAEntityImportConfig<Status>- Throws:
Exception
-
postUpdate
Deprecated.- Overrides:
postUpdatein classAEntityImportConfig<Status>- Throws:
Exception
-