public interface CustomCustomFieldDao
| 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. |
List<org.squashtest.tm.domain.customfield.CustomField> findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
PagingAndSorting params.filter - the PagingAndSorting param that holds order and paging requirements.CustomField ordered according to the PagingAndSorting paramorg.squashtest.tm.domain.customfield.SingleSelectField findSingleSelectFieldById(Long customFieldId)
SingleSelectField of the given idcustomFieldId - the id of the wanted SingleSelectFieldSingleSelectField or nullCopyright © 2010-2015 Henix, henix.fr. All Rights Reserved.