|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(readOnly=true) public interface CustomFieldFinderService
Facade service for custom fields read only access methods
| Method Summary | |
|---|---|
List<CustomField> |
findAllOrderedByName()
Will find all custom fields available and return them into a list ordered by custom field's name. |
CustomField |
findById(Long customFieldId)
|
CustomField |
findByName(String name)
|
SingleSelectField |
findSingleSelectFieldById(Long customFieldId)
Will find the SingleSelectField of the given id |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<CustomField>> |
findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
Will find all custom fields available and return them ordered according to the given parameters. |
| Method Detail |
|---|
List<CustomField> findAllOrderedByName()
CustomField ordered by CustomField.getName()org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<CustomField>> findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
filter - the CollectionSorting that holds order and paging params.
SingleSelectField findSingleSelectFieldById(Long customFieldId)
SingleSelectField of the given id
customFieldId - the id of the SingleSelectField
SingleSelectField or null
CustomField findByName(@NotNull
String name)
name -
CustomField findById(Long customFieldId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||