Package de.xima.fc.importer.config
Class TemplateImportConfig
java.lang.Object
de.xima.fc.importer.config.AEntityImportConfig<Textbaustein>
de.xima.fc.importer.config.TemplateImportConfig
- All Implemented Interfaces:
 IEntityImportConfig<Textbaustein>,Serializable,Comparable<IEntityImportConfig<?>>
- 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 - 
Constructor Summary
ConstructorsConstructorDescriptionTemplateImportConfig(IEntityContext ec, Mandant client, Textbaustein entity, Set<IEntityDependency> dependencies, String importJson) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionprotected Textbausteinprotected IGenericDao<Textbaustein>getDao()protected voidprotected voidprotected voidwithCategory(ETextbausteinKategorie category) withDescription(String desc) withIsSystem(boolean isSystem) withTextValue(String textValue) Methods inherited from class de.xima.fc.importer.config.AEntityImportConfig
finalize, 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, 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
compareTo, getDependencies 
- 
Constructor Details
- 
TemplateImportConfig
 - 
TemplateImportConfig
@Deprecated public TemplateImportConfig(IEntityContext ec, Mandant client, Textbaustein entity, Set<IEntityDependency> dependencies, String importJson) Deprecated. 
 - 
 - 
Method Details
- 
withName
 - 
withDescription
 - 
withTextValue
 - 
withIsSystem
 - 
withCategory
 - 
findPersisted
- Overrides:
 findPersistedin classAEntityImportConfig<Textbaustein>
 - 
getDao
- Specified by:
 getDaoin classAEntityImportConfig<Textbaustein>
 - 
makeEntityUnique
- Specified by:
 makeEntityUniquein classAEntityImportConfig<Textbaustein>
 - 
preCreate
- Overrides:
 preCreatein classAEntityImportConfig<Textbaustein>
 - 
preUpdate
- Overrides:
 preUpdatein classAEntityImportConfig<Textbaustein>- Throws:
 Exception
 
 -