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, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public List<FormElement> getAllBy(UserContext uc, FormVersion fv)
getAllBy
in interface IFormElementHandler
public FormElement getByUUID(UserContext uc, FormVersion formVersion, String uuid)
IFormElementHandler
getByUUID
in interface IFormElementHandler
uc
- 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)
IFormElementHandler
getByUUID
in interface IFormElementHandler
uc
- 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 IFormElementHandler
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.