org.squashtest.tm.service.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
 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.
 

Method Detail

findSortedCustomFields

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.

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

findSingleSelectFieldById

org.squashtest.tm.domain.customfield.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-2013 Henix, henix.fr. All Rights Reserved.