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 forClientCountersclassClientFormThemeImportConfigIEntityImportConfigimplementation forClientFormTheme.classClientResourceImportConfigclassDataSourceImportConfigclassEntityImportConfigDeprecated.classFormVersionImportConfigclassInboxImportConfigclassProjectDoiDataImportConfigclassProjectIdentityCheckDataImportConfigclassProjectImportConfigImport config forProjektsclassProjectInviteDataImportConfigclassProjectPortalDataImportConfigclassProjectResourceImportConfigclassStateImportConfigDeprecated.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)Method parameters in de.xima.fc.importer.config with type arguments of type IEntityImportConfig Modifier and Type Method Description voidClientFormThemeImportConfig. 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 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 <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. updateDependencies(List<IEntityImportConfig<?>> importConfigs, Object newAlternative, UUID originalUuid, String originalName, Long originalId, com.vdurmont.semver4j.Semver fcVersion)static voidEntityDependencyUpdater. 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 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.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 EntityImportConfigMigrationResultEntityImportMigrator. migrateCssTemplates(IEntityContext ec, Mandant client, IExportUnzipResult unzipResult, Iterable<IEntityImportConfig<?>> configs)Finds allTextbausteinentities of category CSS and replaces them withClientFormThemeentities.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 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 StringEntityImportHelper. getDisplayName(IEntityImportConfig<?> config)Returns a human-readable name of the entity from the given config for displaying to the userstatic StringEntityImportHelper. getSubtitle(Locale locale, IEntityImportConfig<?> config, IMessageLocalizer localizer)Returns the subtitle of the entity from the given config for displaying to the user.static StringEntityImportHelper. getTypeName(Locale locale, IEntityImportConfig<?> config, IMessageLocalizer localizer)Returns a string representation type of object from the given config for displaying to the userstatic 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)
-