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 TypeMethodDescriptionboolean
findValue
(List<IEntityImportConfig<?>> configs) Describes the field on the entity (or its members), that has a dependency.getUuid()
void
toString()
void
updateEntity
(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:IEntityDependency
Describes the field on the entity (or its members), that has a dependency. E.g.: 'bedingung#folgeAktion'- Specified by:
getFieldDescriptor
in interfaceIEntityDependency
- Returns:
String
describing the dependency field
-
getEntityClass
- Specified by:
getEntityClass
in interfaceIEntityDependency
- Returns:
Class
of the dependency
-
getUuid
-
setUuid
-
findValue
- Specified by:
findValue
in interfaceIEntityDependency
- Parameters:
configs
-List
of import configs to look for value- Returns:
- dependency value if one could be found within the given list or
null
otherwise
-
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
-