Package de.xima.fc.importer.dependency
Class EntityListDependency
java.lang.Object
de.xima.fc.importer.dependency.EntityListDependency
- All Implemented Interfaces:
IEntityDependency,Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityListDependency(String fieldName, List<String> uuids, String entityClassName) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfindValue(List<IEntityImportConfig<?>> configs) Describes the field on the entity (or its members), that has a dependency.getUuids()voidtoString()voidupdateEntity(de.xima.cmn.dao.interfaces.IEntity<Long> entity, List<de.xima.cmn.dao.interfaces.IEntity<Long>> depEntities) Deprecated.
-
Constructor Details
-
EntityListDependency
public EntityListDependency(String fieldName, List<String> uuids, String entityClassName) throws ClassNotFoundException - Throws:
ClassNotFoundException
-
-
Method Details
-
getFieldDescriptor
Description copied from interface:IEntityDependencyDescribes the field on the entity (or its members), that has a dependency. E.g.: 'bedingung#folgeAktion'- Specified by:
getFieldDescriptorin interfaceIEntityDependency- Returns:
Stringdescribing the dependency field
-
getEntityClass
- Specified by:
getEntityClassin interfaceIEntityDependency- Returns:
Classof the dependency
-
getUuids
-
setUuids
-
findValue
- Specified by:
findValuein interfaceIEntityDependency- Parameters:
configs-Listof import configs to look for value- Returns:
- dependency value if one could be found within the given list or
nullotherwise
-
equals
-
toString
-
updateEntity
@Deprecated public void updateEntity(de.xima.cmn.dao.interfaces.IEntity<Long> entity, List<de.xima.cmn.dao.interfaces.IEntity<Long>> depEntities) throws Exception Deprecated.- Throws:
Exception
-