org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateCustomCustomFieldDao
java.lang.Object
org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao<ENTITY_TYPE>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateEntityDao<CustomField>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateCustomCustomFieldDao
- All Implemented Interfaces:
- CustomCustomFieldDao, EntityDao<CustomField>, GenericDao<CustomField>
@Repository(value="CustomCustomFieldDao")
public class HibernateCustomCustomFieldDao
- extends HibernateEntityDao<CustomField>
- implements CustomCustomFieldDao
| Methods inherited from class org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao |
clearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeEntity |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateCustomCustomFieldDao
public HibernateCustomCustomFieldDao()
findSortedCustomFields
public List<CustomField> findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
- Description copied from interface:
CustomCustomFieldDao
- Will find all existing custom fields ordered according to the given
CollectionSorting params.
- Specified by:
findSortedCustomFields in interface CustomCustomFieldDao
- Parameters:
filter - the CollectionSorting param that holds order and paging requirements.
- Returns:
- the list of all existing
CustomField ordered according to the CollectionSorting param - See Also:
CustomCustomFieldDao.findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting)
findSingleSelectFieldById
public SingleSelectField findSingleSelectFieldById(Long customFieldId)
- Description copied from interface:
CustomCustomFieldDao
- will find the
SingleSelectField of the given id
- Specified by:
findSingleSelectFieldById in interface CustomCustomFieldDao
- Parameters:
customFieldId - the id of the wanted SingleSelectField
- Returns:
- the
SingleSelectField or null
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.