public final class FormElementDao extends MandantDependentBaseDao<FormElement> implements IFormElementDao
| Constructor and Description | 
|---|
FormElementDao()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<FormElement> | 
all(IEntityContext ec,
   de.xima.cmn.criteria.QueryCriteriaManager qcm,
   FormVersion fv)  | 
FormElement | 
getByUUID(IEntityContext ec,
         FormVersion formVersion,
         String uuid)
Returns the form element with the given UUID string 
 | 
FormElement | 
getByUUID(IEntityContext ec,
         FormVersion formVersion,
         UUID uuid)
Returns the form element with the given UUID 
 | 
protected IFCDaoActionHook<FormElement> | 
getPreActionHook()  | 
void | 
removeAllFromFormVersion(IEntityContext ec,
                        FormVersion fv)  | 
getEntityRefs, getPostActionHook, readall, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updatepublic List<FormElement> all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)
all in interface IFormElementDaopublic FormElement getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)
IFormElementDaogetByUUID in interface IFormElementDaoec - IEntityContext 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(IEntityContext ec, FormVersion formVersion, UUID uuid)
IFormElementDaogetByUUID in interface IFormElementDaoec - IEntityContext 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(IEntityContext ec, FormVersion fv)
removeAllFromFormVersion in interface IFormElementDaoprotected IFCDaoActionHook<FormElement> getPreActionHook()
getPreActionHook in class GenericDao<FormElement>Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.