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, read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
public List<FormElement> all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)
all
in interface IFormElementDao
public FormElement getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)
IFormElementDao
getByUUID
in interface IFormElementDao
ec
- 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)
IFormElementDao
getByUUID
in interface IFormElementDao
ec
- 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 IFormElementDao
protected IFCDaoActionHook<FormElement> getPreActionHook()
getPreActionHook
in class GenericDao<FormElement>
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.