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 void
ImportConfigWrapper. 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 class
ActionImportConfig
class
AEntityImportConfig<T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
Configuration class for entity importsclass
AppointmentTemplateImportConfig
class
ClientCounterImportConfig
Import config forClientCounter
sclass
ClientResourceImportConfig
class
DataSourceImportConfig
class
EntityImportConfig
Deprecated.class
FormVersionImportConfig
class
InboxImportConfig
class
ProjectDoiDataImportConfig
class
ProjectIdentityCheckDataImportConfig
class
ProjectImportConfig
Import config forProjekt
sclass
ProjectInviteDataImportConfig
class
ProjectResourceImportConfig
class
StateImportConfig
class
TemplateImportConfig
class
UserGroupImportConfig
Methods 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()
Methods in de.xima.fc.importer.config with parameters of type IEntityImportConfig Modifier and Type Method Description int
ActionImportConfig. compareTo(IEntityImportConfig<?> o)
int
StateImportConfig. compareTo(IEntityImportConfig<?> o)
protected static UUID
AEntityImportConfig. 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)
Updates the references to an entitystatic void
EntityDependencyUpdater. updateImportConfigFromDb(IEntityContext ec, IEntityImportConfig<?> config)
Method parameters in de.xima.fc.importer.dependency with type arguments of type IEntityImportConfig Modifier and Type Method Description Object
EntityDependency. findValue(List<IEntityImportConfig<?>> configs)
Object
EntityListDependency. findValue(List<IEntityImportConfig<?>> configs)
static void
EntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, de.xima.cmn.dao.interfaces.IEntity<Long> newEntity, UUID oldUuid)
Deprecated.static void
EntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, de.xima.cmn.dao.interfaces.IEntity<Long> newEntity, UUID originalUuid, String originalName, Long originalId)
Updates the references to an entitystatic <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
voidEntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, IEntityImportConfig<?> updateConfig)
Updates the references to an entitystatic void
EntityDependencyUpdater. 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 int
IEntityImportConfig. compareTo(IEntityImportConfig<?> o)
Method parameters in de.xima.fc.importer.interfaces with type arguments of type IEntityImportConfig Modifier and Type Method Description Object
IEntityDependency. 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 void
DependencyDescriptor. 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 IEntityImportStager
EntityImportStagerFactory. 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 IEntityDependency
EntityImportHelper. 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 void
EntityImportHelper. removeConfig(UUID uuid, Class<? extends de.xima.cmn.dao.interfaces.IEntity<Long>> clazz, List<IEntityImportConfig<?>> configs)
-