Package de.xima.fc.importer.dependency
Class EntityDependency
java.lang.Object
de.xima.fc.importer.dependency.EntityDependency
- All Implemented Interfaces:
IEntityDependency,Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfindValue(List<IEntityImportConfig<?>> configs) Describes the field on the entity (or its members), that has a dependency.getUuid()voidtoString()voidupdateEntity(de.xima.cmn.dao.interfaces.IEntity<Long> entity, de.xima.cmn.dao.interfaces.IEntity<Long> depEntity) Deprecated.
-
Constructor Details
-
EntityDependency
public EntityDependency(String fieldName, String uuid, 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
-
getUuid
-
setUuid
-
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, de.xima.cmn.dao.interfaces.IEntity<Long> depEntity) throws Exception Deprecated.- Throws:
Exception
-