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
Deprecated.class
AEntityImportConfig<T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
Configuration class for entity importsclass
AppointmentTemplateImportConfig
class
ClientCounterImportConfig
Import config forClientCounter
sclass
ClientFormThemeImportConfig
IEntityImportConfig
implementation forClientFormTheme
.class
ClientResourceImportConfig
class
DataSourceImportConfig
class
EntityImportConfig
Deprecated.class
FormVersionImportConfig
class
InboxImportConfig
class
ProjectDoiDataImportConfig
class
ProjectIdentityCheckDataImportConfig
class
ProjectImportConfig
Import config forProjekt
sclass
ProjectInviteDataImportConfig
class
ProjectPortalDataImportConfig
class
ProjectResourceImportConfig
class
StateImportConfig
Deprecated.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()
Deprecated.Methods in de.xima.fc.importer.config with parameters of type IEntityImportConfig Modifier and Type Method Description int
ActionImportConfig. compareTo(IEntityImportConfig<?> o)
Deprecated.int
StateImportConfig. compareTo(IEntityImportConfig<?> o)
Deprecated.protected static UUID
AEntityImportConfig. getDependencyUuid(IEntityImportConfig<?> config, String fieldDescriptor)
Method parameters in de.xima.fc.importer.config with type arguments of type IEntityImportConfig Modifier and Type Method Description void
ClientFormThemeImportConfig. setPreconditionImportConfigs(Collection<IEntityImportConfig<?>> preconditionImportConfigs)
Sets the import configs that are preconditions for this theme. -
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 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)
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 void
EntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, Object newAlternative, UUID originalUuid, String originalName, Long originalId, com.vdurmont.semver4j.Semver fcVersion)
static void
EntityDependencyUpdater. updateDependencies(List<IEntityImportConfig<?>> importConfigs, Object newAlternative, UUID originalUuid, String originalName, Long originalId, Object original, com.vdurmont.semver4j.Semver fcVersion)
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.migrate
Methods in de.xima.fc.importer.migrate that return types with arguments of type IEntityImportConfig Modifier and Type Method Description List<IEntityImportConfig<?>>
EntityImportConfigMigrationResult. getNewConfigs()
Returns the newly created import configs that should be added.List<IEntityImportConfig<?>>
EntityImportConfigMigrationResult. getOldConfigs()
Returns the old import configs that should be deleted.Method parameters in de.xima.fc.importer.migrate with type arguments of type IEntityImportConfig Modifier and Type Method Description static EntityImportConfigMigrationResult
EntityImportMigrator. migrateCssTemplates(IEntityContext ec, Mandant client, IExportUnzipResult unzipResult, Iterable<IEntityImportConfig<?>> configs)
Finds allTextbaustein
entities of category CSS and replaces them withClientFormTheme
entities.Constructor parameters in de.xima.fc.importer.migrate with type arguments of type IEntityImportConfig Constructor Description EntityImportConfigMigrationResult(List<IEntityImportConfig<?>> newConfigs, List<IEntityImportConfig<?>> oldConfigs)
Creates a new entity import config migration result with the given data. -
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 String
EntityImportHelper. getDisplayName(IEntityImportConfig<?> config)
Returns a human-readable name of the entity from the given config for displaying to the userstatic String
EntityImportHelper. getSubtitle(Locale locale, IEntityImportConfig<?> config, IMessageLocalizer localizer)
Returns the subtitle of the entity from the given config for displaying to the user.static String
EntityImportHelper. getTypeName(Locale locale, IEntityImportConfig<?> config, IMessageLocalizer localizer)
Returns a string representation type of object from the given config for displaying to the userstatic 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)
-