Package de.xima.fc.importer.config
Class InboxImportConfig
- java.lang.Object
-
- de.xima.fc.importer.config.AEntityImportConfig<Postfach>
-
- de.xima.fc.importer.config.InboxImportConfig
-
- All Implemented Interfaces:
IEntityImportConfig<Postfach>
,Serializable
,Comparable<IEntityImportConfig<?>>
public class InboxImportConfig extends AEntityImportConfig<Postfach>
- Since:
- 6.6.0
- Author:
- XIMA MEDIA GmbH, Dresden - 22.05.2020
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.importer.config.AEntityImportConfig
context, entity, importJson, LOG, LOG_PREFIX, originalID, originalName, originalUUID, persisted, persistedName, unresolvedDependencies
-
-
Constructor Summary
Constructors Constructor Description InboxImportConfig(IEntityImportConfigData<Postfach> data)
InboxImportConfig(IEntityContext ec, Mandant client, Postfach entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IGenericDao<Postfach>
getDao()
protected void
makeEntityUnique(IEntityContext ec)
protected void
preCreate(IEntityContext ec)
protected void
preUpdate(IEntityContext ec)
-
Methods inherited from class de.xima.fc.importer.config.AEntityImportConfig
finalize, findPersisted, getAllChildrenFlat, getChildren, getConflictResolveAction, getDependencyUuid, getEntity, getEntityClass, getEntityToOverride, getImportJson, getOriginalExportId, getOriginalID, getOriginalName, getOriginalUUID, getPersisted, getUnresolvedDependencies, getUuidEntityValue, isEntityExists, isImported, isUuidExisting, loadAlternative, postCreate, postUpdate, resolveDependencies, setAlternativeId, setConflictResolveAction, setEntity, setEntityToOverride, setImported, setPersisted, stage, toString, updatePersisted, validateImport
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.xima.fc.importer.interfaces.IEntityImportConfig
compareTo, getDependencies
-
-
-
-
Constructor Detail
-
InboxImportConfig
public InboxImportConfig(IEntityImportConfigData<Postfach> data)
-
InboxImportConfig
@Deprecated public InboxImportConfig(IEntityContext ec, Mandant client, Postfach entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.
-
-
Method Detail
-
getDao
protected IGenericDao<Postfach> getDao()
- Specified by:
getDao
in classAEntityImportConfig<Postfach>
-
makeEntityUnique
protected void makeEntityUnique(IEntityContext ec)
- Specified by:
makeEntityUnique
in classAEntityImportConfig<Postfach>
-
preCreate
protected void preCreate(IEntityContext ec)
- Overrides:
preCreate
in classAEntityImportConfig<Postfach>
-
preUpdate
protected void preUpdate(IEntityContext ec)
- Overrides:
preUpdate
in classAEntityImportConfig<Postfach>
-
-