public interface IFormElementDao extends IGenericDao<FormElement>
| 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 
 | 
void | 
removeAllFromFormVersion(IEntityContext ec,
                        FormVersion fv)  | 
getEntityRefs, 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, updateList<FormElement> all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)
FormElement getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)
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 versionFormElement getByUUID(IEntityContext ec, FormVersion formVersion, UUID uuid)
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 versionvoid removeAllFromFormVersion(IEntityContext ec, FormVersion fv)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.