org.squashtest.csp.tm.internal.repository
Interface CustomCustomFieldDao

All Known Subinterfaces:
CustomFieldDao
All Known Implementing Classes:
HibernateCustomCustomFieldDao

public interface CustomCustomFieldDao

Facade for Custom-Field access methods which cannot be dynamically generated.


Method Summary
 SingleSelectField findSingleSelectFieldById(Long customFieldId)
          will find the SingleSelectField of the given id
 List<CustomField> findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
          Will find all existing custom fields ordered according to the given CollectionSorting params.
 

Method Detail

findSortedCustomFields

List<CustomField> findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
Will find all existing custom fields ordered according to the given CollectionSorting params.

Parameters:
filter - the CollectionSorting param that holds order and paging requirements.
Returns:
the list of all existing CustomField ordered according to the CollectionSorting param

findSingleSelectFieldById

SingleSelectField findSingleSelectFieldById(Long customFieldId)
will find the SingleSelectField of the given id

Parameters:
customFieldId - the id of the wanted SingleSelectField
Returns:
the SingleSelectField or null


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.