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 UUIDvoidMethods 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, updateMethods inherited from class de.xima.fc.handler.AMSApiHandler
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
FormElementHandler
public FormElementHandler()
-
-
Method Details
-
getAllBy
- Specified by:
getAllByin interfaceIFormElementHandler
-
getByUUID
Description copied from interface:IFormElementHandlerReturns the form element with the given UUID string- Specified by:
getByUUIDin interfaceIFormElementHandler- Parameters:
uc-UserContextto useformVersion-FormVersioncontext in which to look for form elementuuid-StringUUID string of the form element- Returns:
FormElementfor the given UUID and form version
-
getByUUID
Description copied from interface:IFormElementHandlerReturns the form element with the given UUID- Specified by:
getByUUIDin interfaceIFormElementHandler- Parameters:
uc-UserContextto useformVersion-FormVersioncontext in which to look for form elementuuid-UUIDUUID of the form element- Returns:
FormElementfor the given UUID and form version
-
removeAllFromFormVersion
- Specified by:
removeAllFromFormVersionin interfaceIFormElementHandler
-