Package de.xima.fc.importer.stager
Class UserRoleImportStager
- java.lang.Object
-
- de.xima.fc.importer.stager.UserRoleImportStager
-
- All Implemented Interfaces:
IEntityImportStager
@Deprecated public class UserRoleImportStager extends Object
Deprecated.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description UserRoleImportStager(IEntityContext ec, Rolle entity, Mandant client)Deprecated.UserRoleImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description de.xima.cmn.dao.interfaces.IEntity<Long>getEntity()Deprecated.booleanisEntityExists()Deprecated.protected booleanisUuidExisting(IEntityContext ec)Deprecated.protected voidmakeEntityUnique(IEntityContext ec)Deprecated.IEntityImportStageroverride(boolean override)Deprecated.protected voidpostImport()Deprecated.protected voidpreCreate(IEntityContext ec)Deprecated.protected voidpreUpdate(IEntityContext ec)Deprecated.voidstage(IEntityContext ec)Deprecated.Stages the import for execution based on the given configuration-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.importer.interfaces.IEntityImportStager
setPersisted
-
-
-
-
Field Detail
-
LOG
protected static final org.slf4j.Logger LOG
Deprecated.
-
LOG_PREFIX
protected static final String LOG_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
entity
protected T extends de.xima.cmn.dao.interfaces.IEntity<Long> entity
Deprecated.
-
persisted
protected T extends de.xima.cmn.dao.interfaces.IEntity<Long> persisted
Deprecated.
-
override
protected boolean override
Deprecated.
-
-
Constructor Detail
-
UserRoleImportStager
public UserRoleImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client)
Deprecated.
-
UserRoleImportStager
@Deprecated public UserRoleImportStager(IEntityContext ec, Rolle entity, Mandant client)
Deprecated.
-
-
Method Detail
-
isUuidExisting
protected boolean isUuidExisting(IEntityContext ec)
Deprecated.
-
makeEntityUnique
protected void makeEntityUnique(IEntityContext ec)
Deprecated.
-
stage
public void stage(IEntityContext ec) throws Exception
Deprecated.Description copied from interface:IEntityImportStagerStages the import for execution based on the given configuration- Specified by:
stagein interfaceIEntityImportStager- Parameters:
ec-IEntityContextto be used- Throws:
Exception- When the entity to import could not be staged.
-
getEntity
public de.xima.cmn.dao.interfaces.IEntity<Long> getEntity()
Deprecated.- Specified by:
getEntityin interfaceIEntityImportStager- Returns:
IEntitythat shall be imported
-
isEntityExists
public boolean isEntityExists()
Deprecated.- Specified by:
isEntityExistsin interfaceIEntityImportStager- Returns:
- whether or not the entity exists in the system
-
preUpdate
protected void preUpdate(IEntityContext ec)
Deprecated.
-
preCreate
protected void preCreate(IEntityContext ec)
Deprecated.
-
postImport
protected void postImport()
Deprecated.
-
override
@Deprecated public IEntityImportStager override(boolean override)
Deprecated.Description copied from interface:IEntityImportStagerSets whether or not already existing entities should be overridden- Specified by:
overridein interfaceIEntityImportStager- Parameters:
override-Booleanoverride entity- Returns:
IEntityImportStagerfor fluent builder use of importer
-
-