public class FormElementHandler extends GenericHandler implements IFormElementHandler
LOG| Constructor and Description | 
|---|
FormElementHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<FormElement> | 
getAllBy(UserContext uc,
        FormVersion fv) | 
FormElement | 
getByUUID(UserContext uc,
         FormVersion formVersion,
         String uuid)
Returns the form element with the given UUID string 
 | 
FormElement | 
getByUUID(UserContext uc,
         FormVersion formVersion,
         UUID uuid)
Returns the form element with the given UUID 
 | 
void | 
removeAllFromFormVersion(UserContext uc,
                        FormVersion fv)  | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic List<FormElement> getAllBy(UserContext uc, FormVersion fv)
getAllBy in interface IFormElementHandlerpublic FormElement getByUUID(UserContext uc, FormVersion formVersion, String uuid)
IFormElementHandlergetByUUID in interface IFormElementHandleruc - UserContext to useformVersion - FormVersion context in which to look for form elementuuid - String UUID string of the form elementFormElement for the given UUID and form versionpublic FormElement getByUUID(UserContext uc, FormVersion formVersion, UUID uuid)
IFormElementHandlergetByUUID in interface IFormElementHandleruc - UserContext to useformVersion - FormVersion context in which to look for form elementuuid - UUID UUID of the form elementFormElement for the given UUID and form versionpublic void removeAllFromFormVersion(UserContext uc, FormVersion fv)
removeAllFromFormVersion in interface IFormElementHandlerCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.