Uses of Interface
de.xima.fc.importer.interfaces.IEntityDependency
-
-
Uses of IEntityDependency in de.xima.fc.importer.config
Fields in de.xima.fc.importer.config with type parameters of type IEntityDependency Modifier and Type Field Description protected Map<de.xima.cmn.dao.interfaces.IEntity<Long>,List<IEntityDependency>>
AEntityImportConfig. unresolvedDependencies
Methods in de.xima.fc.importer.config that return types with arguments of type IEntityDependency Modifier and Type Method Description Map<de.xima.cmn.dao.interfaces.IEntity<Long>,List<IEntityDependency>>
AEntityImportConfig. getUnresolvedDependencies()
Constructor parameters in de.xima.fc.importer.config with type arguments of type IEntityDependency Constructor Description AEntityImportConfig(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> context, T entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.AppointmentTemplateImportConfig(IEntityContext ec, Mandant client, AppointmentTemplate entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.ClientResourceImportConfig(IEntityContext ec, Mandant client, MandantRessource entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.DataSourceImportConfig(IEntityContext ec, Mandant client, Datenquelle entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.EntityImportConfig(IEntityContext ec, de.xima.cmn.dao.interfaces.IEntity<Long> entity, Set<IEntityDependency> dependencies)
Deprecated.InboxImportConfig(IEntityContext ec, Mandant client, Postfach entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.ProjectImportConfig(IEntityContext ec, Mandant client, Projekt entity, Projekt override, Set<IEntityDependency> dependencies, String importJson, List<DeserializedEntity> deserializedEntities)
Deprecated.TemplateImportConfig(IEntityContext ec, Mandant client, Textbaustein entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated.UserGroupImportConfig(IEntityContext ec, Mandant client, BenutzerGruppe entity, Set<IEntityDependency> dependencies, String importJson)
Deprecated. -
Uses of IEntityDependency in de.xima.fc.importer.dependency
Classes in de.xima.fc.importer.dependency that implement IEntityDependency Modifier and Type Class Description class
EntityDependency
class
EntityListDependency
-
Uses of IEntityDependency in de.xima.fc.importer.interfaces
Methods in de.xima.fc.importer.interfaces that return types with arguments of type IEntityDependency Modifier and Type Method Description default List<IEntityDependency>
IEntityImportConfig. getDependencies()
Deprecated.UseIEntityImportConfig.getUnresolvedDependencies()
instead.Map<de.xima.cmn.dao.interfaces.IEntity<Long>,List<IEntityDependency>>
IEntityImportConfig. getUnresolvedDependencies()
-
Uses of IEntityDependency in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util that return IEntityDependency 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 descriptor -
Uses of IEntityDependency in de.xima.fc.serialize
Methods in de.xima.fc.serialize that return types with arguments of type IEntityDependency Modifier and Type Method Description Set<IEntityDependency>
DeserializedEntity. getDependencies()
Deprecated. -
Uses of IEntityDependency in de.xima.fc.serialize.interfaces
Methods in de.xima.fc.serialize.interfaces that return IEntityDependency Modifier and Type Method Description default IEntityDependency
IEntityDeserializationResult. getDependency(de.xima.cmn.dao.interfaces.IEntity<Long> entity, String fieldDescriptor)
Methods in de.xima.fc.serialize.interfaces that return types with arguments of type IEntityDependency Modifier and Type Method Description Map<de.xima.cmn.dao.interfaces.IEntity<Long>,List<IEntityDependency>>
IEntityDeserializationResult. getDependencies()
Map<de.xima.cmn.dao.interfaces.IEntity<Long>,List<IEntityDependency>>
IGsonEntityResult. getDependencies()
-