Package de.xima.fc.handler.entity
Class FormElementHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.GenericHandler
de.xima.fc.handler.entity.FormElementHandler
- All Implemented Interfaces:
IAPIHandler
,IFormElementHandler
,IGenericHandler
,Serializable
The Class FormElementHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.handler.entity.GenericHandler
LOG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllBy
(UserContext uc, FormVersion fv) getByUUID
(UserContext uc, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringgetByUUID
(UserContext uc, FormVersion formVersion, UUID uuid) Returns the form element with the given UUIDvoid
Methods inherited from class de.xima.fc.handler.entity.GenericHandler
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getEntityRefs, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, update
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
FormElementHandler
public FormElementHandler()
-
-
Method Details
-
getAllBy
- Specified by:
getAllBy
in interfaceIFormElementHandler
-
getByUUID
Description copied from interface:IFormElementHandler
Returns the form element with the given UUID string- Specified by:
getByUUID
in interfaceIFormElementHandler
- Parameters:
uc
-UserContext
to useformVersion
-FormVersion
context in which to look for form elementuuid
-String
UUID string of the form element- Returns:
FormElement
for the given UUID and form version
-
getByUUID
Description copied from interface:IFormElementHandler
Returns the form element with the given UUID- Specified by:
getByUUID
in interfaceIFormElementHandler
- Parameters:
uc
-UserContext
to useformVersion
-FormVersion
context in which to look for form elementuuid
-UUID
UUID of the form element- Returns:
FormElement
for the given UUID and form version
-
removeAllFromFormVersion
- Specified by:
removeAllFromFormVersion
in interfaceIFormElementHandler
-