Class ClientResourceImportConfig
java.lang.Object
de.xima.fc.importer.config.AEntityImportConfig<MandantRessource>
de.xima.fc.importer.config.ClientResourceImportConfig
- All Implemented Interfaces:
IEntityImportConfig<MandantRessource>, Serializable, Comparable<IEntityImportConfig<?>>
- Since:
- 6.6.0
- Author:
- XIMA MEDIA GmbH, Dresden - 22.05.2020
- See Also:
-
Field Summary
Fields inherited from class AEntityImportConfig
alternative, conflictResolveAction, context, entity, formcycleVersion, importJson, LOG, LOG_PREFIX, originalID, originalName, originalUUID, persisted, persistedName, unresolvedDependencies -
Constructor Summary
ConstructorsConstructorDescriptionClientResourceImportConfig(IEntityContext ec, Mandant client, MandantRessource entity, Set<IEntityDependency> dependencies, String importJson) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected IGenericDao<MandantRessource> getDao()protected voidprotected voidprotected voidMethods inherited from class AEntityImportConfig
finalize, findPersisted, getAllChildrenFlat, getChildren, getConflictResolveAction, getDependencyUuid, getEntity, getEntityClass, getEntityToOverride, getImportJson, getOriginal, getOriginalExportId, getOriginalID, getOriginalName, getOriginalUUID, getPersisted, getUnresolvedDependencies, getUuidEntityValue, isEntityExists, isImported, isUuidExisting, loadAlternative, postCreate, postUpdate, resolveDependencies, setAlternative, setConflictResolveAction, setEntity, setEntityToOverride, setImported, setOriginal, setPersisted, stage, toString, updatePersisted, validateImportMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface IEntityImportConfig
compareTo, getDependencies, isRelevantForImport, setAlternativeId
-
Constructor Details
-
ClientResourceImportConfig
-
ClientResourceImportConfig
@Deprecated public ClientResourceImportConfig(IEntityContext ec, Mandant client, MandantRessource entity, Set<IEntityDependency> dependencies, String importJson) Deprecated.
-
-
Method Details
-
getDao
- Specified by:
getDaoin classAEntityImportConfig<MandantRessource>
-
makeEntityUnique
- Specified by:
makeEntityUniquein classAEntityImportConfig<MandantRessource>- Throws:
Exception
-
preCreate
- Overrides:
preCreatein classAEntityImportConfig<MandantRessource>
-
preUpdate
- Overrides:
preUpdatein classAEntityImportConfig<MandantRessource>
-