Uses of Interface
de.xima.fc.importer.interfaces.IEntityImportConfig
- 
- 
Uses of IEntityImportConfig in de.xima.fc.gui.model.impex
Methods in de.xima.fc.gui.model.impex that return IEntityImportConfig Modifier and Type Method Description IEntityImportConfig<?>ImportConfigWrapper. getConfig()Methods in de.xima.fc.gui.model.impex with parameters of type IEntityImportConfig Modifier and Type Method Description voidImportConfigWrapper. setConfig(IEntityImportConfig<?> config)Constructors in de.xima.fc.gui.model.impex with parameters of type IEntityImportConfig Constructor Description ImportConfigWrapper(IEntityImportConfig<?> config, Locale loc) - 
Uses of IEntityImportConfig in de.xima.fc.importer.config
Classes in de.xima.fc.importer.config that implement IEntityImportConfig Modifier and Type Class Description classActionImportConfigDeprecated.classAEntityImportConfig<T extends de.xima.cmn.dao.interfaces.IEntity<Long>>Configuration class for entity importsclassAppointmentTemplateImportConfigclassClientCounterImportConfigImport config forClientCountersclassClientResourceImportConfigclassDataSourceImportConfigclassEntityImportConfigDeprecated.classFormVersionImportConfigclassInboxImportConfigclassProjectDoiDataImportConfigclassProjectIdentityCheckDataImportConfigclassProjectImportConfigImport config forProjektsclassProjectInviteDataImportConfigclassProjectResourceImportConfigclassStateImportConfigDeprecated.classTemplateImportConfigclassUserGroupImportConfigMethods in de.xima.fc.importer.config that return IEntityImportConfig Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IEntityImportConfig<?>ImportConfigDataFactory. newImportConfig(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> contextEntity, IEntityDeserializationResult<T> importEntityData, IExportUnzipResult exportResult, T entityToOverride)Methods in de.xima.fc.importer.config that return types with arguments of type IEntityImportConfig Modifier and Type Method Description List<IEntityImportConfig<?>>AEntityImportConfig. getAllChildrenFlat()List<IEntityImportConfig<?>>AEntityImportConfig. getChildren()List<IEntityImportConfig<?>>ProjectImportConfig. getChildren()List<IEntityImportConfig<?>>StateImportConfig. getChildren()Deprecated.Methods in de.xima.fc.importer.config with parameters of type IEntityImportConfig Modifier and Type Method Description intActionImportConfig. compareTo(IEntityImportConfig<?> o)Deprecated.intStateImportConfig. compareTo(IEntityImportConfig<?> o)Deprecated.protected static UUIDAEntityImportConfig. getDependencyUuid(IEntityImportConfig<?> config, String fieldDescriptor) - 
Uses of IEntityImportConfig in de.xima.fc.importer.ctx
Methods in de.xima.fc.importer.ctx that return IEntityImportConfig Modifier and Type Method Description IEntityImportConfig<?>ProjectImportContextBuilder. getFormVersionConfig()Deprecated.UseProjectImporter.getFormVersionConfig()insteadIEntityImportConfig<?>ProjectImportContextBuilder. getProjectConfig()Deprecated.UseProjectImporter.getProjectConfig()insteadMethods in de.xima.fc.importer.ctx that return types with arguments of type IEntityImportConfig Modifier and Type Method Description List<IEntityImportConfig<?>>ProjectImportContextBuilder. getAllConfigs()Deprecated.UseProjectImporter.getAllConfigs()insteadList<IEntityImportConfig<?>>ProjectImportContextBuilder. getImportConfigs()Deprecated.List<IEntityImportConfig<?>>ProjectImportContextBuilder. getProjectDependencies()Deprecated.UseProjectImporter.getReferenceConfigs()instead - 
Uses of IEntityImportConfig in de.xima.fc.importer.dependency
Methods in de.xima.fc.importer.dependency with parameters of type IEntityImportConfig Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
voidEntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, IEntityImportConfig<?> updateConfig)static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
voidEntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, IEntityImportConfig<?> updateConfig, com.vdurmont.semver4j.Semver fcVersion)Updates the references to an entitystatic voidEntityDependencyUpdater. updateImportConfigFromDb(IEntityContext ec, IEntityImportConfig<?> config)Method parameters in de.xima.fc.importer.dependency with type arguments of type IEntityImportConfig Modifier and Type Method Description ObjectEntityDependency. findValue(List<IEntityImportConfig<?>> configs)ObjectEntityListDependency. findValue(List<IEntityImportConfig<?>> configs)static voidEntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, de.xima.cmn.dao.interfaces.IEntity<Long> newEntity, UUID oldUuid)Deprecated.static voidEntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, de.xima.cmn.dao.interfaces.IEntity<Long> newEntity, UUID originalUuid, String originalName, Long originalId)static voidEntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, de.xima.cmn.dao.interfaces.IEntity<Long> newEntity, UUID originalUuid, String originalName, Long originalId, com.vdurmont.semver4j.Semver fcVersion)Updates the references to an entitystatic <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
voidEntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, IEntityImportConfig<?> updateConfig)static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
voidEntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, IEntityImportConfig<?> updateConfig, com.vdurmont.semver4j.Semver fcVersion)Updates the references to an entitystatic voidEntityDependencyUpdater. updateImportConfigs(IEntityContext ec, List<IEntityImportConfig<?>> configsToUpdate, de.xima.cmn.dao.interfaces.IEntity<Long> entityToAdd)Adds the given entity to the appropriate entity fields of the import configs - 
Uses of IEntityImportConfig in de.xima.fc.importer.interfaces
Methods in de.xima.fc.importer.interfaces that return types with arguments of type IEntityImportConfig Modifier and Type Method Description List<IEntityImportConfig<?>>IEntityImportConfig. getAllChildrenFlat()List<IEntityImportConfig<?>>IEntityImportConfig. getChildren()List<IEntityImportConfig<?>>IEntityImportContext. getImportConfigs()Deprecated.Methods in de.xima.fc.importer.interfaces with parameters of type IEntityImportConfig Modifier and Type Method Description default intIEntityImportConfig. compareTo(IEntityImportConfig<?> o)Method parameters in de.xima.fc.importer.interfaces with type arguments of type IEntityImportConfig Modifier and Type Method Description ObjectIEntityDependency. findValue(List<IEntityImportConfig<?>> configs) - 
Uses of IEntityImportConfig in de.xima.fc.importer.mdl.descriptor
Method parameters in de.xima.fc.importer.mdl.descriptor with type arguments of type IEntityImportConfig Modifier and Type Method Description voidDependencyDescriptor. determineName(List<IEntityImportConfig<?>> configs) - 
Uses of IEntityImportConfig in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project that return IEntityImportConfig Modifier and Type Method Description IEntityImportConfig<?>ProjectImporter. removeProjectDependency(UUID uuid, Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> clazz)Methods in de.xima.fc.importer.project that return types with arguments of type IEntityImportConfig Modifier and Type Method Description List<IEntityImportConfig<?>>ProjectImporter. getAllConfigs()List<IEntityImportConfig<?>>ProjectImporter. getAllConfigsFlat()List<IEntityImportConfig<?>>ProjectImporter. getReferenceConfigs() - 
Uses of IEntityImportConfig in de.xima.fc.importer.stager
 - 
Uses of IEntityImportConfig in de.xima.fc.importer.stager.factory
Methods in de.xima.fc.importer.stager.factory with parameters of type IEntityImportConfig Modifier and Type Method Description static IEntityImportStagerEntityImportStagerFactory. newImportStager(IEntityContext ec, IEntityImportConfig<?> config, Mandant client)Deprecated.Returns an import stage for the given entity, client and user - 
Uses of IEntityImportConfig in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util with parameters of type IEntityImportConfig Modifier and Type Method Description static IEntityDependencyEntityImportHelper. removeDependency(IEntityImportConfig<?> config, String fieldDescriptor)Removes the first dependency from the given config with the given field descriptorMethod parameters in de.xima.fc.importer.util with type arguments of type IEntityImportConfig Modifier and Type Method Description static de.xima.cmn.dao.interfaces.IEntity<Long>EntityImportHelper. getEntity(UUID uuid, Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> entityClass, List<IEntityImportConfig<?>> importConfigs)Looks for entity with the given uuid and class in the list of import configs and returns it.static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
StringEntityImportHelper. getEntityName(UUID uuid, Class<T> entityClass, List<IEntityImportConfig<?>> importConfigs)Looks for entity with the given uuid and class in the list of import configs and returns its name if there is any.static voidEntityImportHelper. removeConfig(UUID uuid, Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> clazz, List<IEntityImportConfig<?>> configs) 
 -