@Repository(value="CustomCustomFieldDao") public class HibernateCustomCustomFieldDao extends HibernateEntityDao<org.squashtest.tm.domain.customfield.CustomField> implements CustomCustomFieldDao
entityType| Constructor and Description |
|---|
HibernateCustomCustomFieldDao() |
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.customfield.SingleSelectField |
findSingleSelectFieldById(Long customFieldId)
will find the
SingleSelectField of the given id |
List<org.squashtest.tm.domain.customfield.CustomField> |
findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
Will find all existing custom fields ordered according to the given
PagingAndSorting params. |
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, findAll, findAllByIds, findById, findDescendantIds, findSorted, findSorted, getIdPropertyNameclearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic List<org.squashtest.tm.domain.customfield.CustomField> findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
CustomCustomFieldDaoPagingAndSorting params.findSortedCustomFields in interface CustomCustomFieldDaofilter - the PagingAndSorting param that holds order and paging requirements.CustomField ordered according to the PagingAndSorting paramCustomCustomFieldDao.findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting)public org.squashtest.tm.domain.customfield.SingleSelectField findSingleSelectFieldById(Long customFieldId)
CustomCustomFieldDaoSingleSelectField of the given idfindSingleSelectFieldById in interface CustomCustomFieldDaocustomFieldId - the id of the wanted SingleSelectFieldSingleSelectField or nullCopyright © 2010-2016 Henix, henix.fr. All Rights Reserved.