|
||||||||||
| 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<org.squashtest.tm.domain.customfield.CustomField> |
findAllOrderedByName()
Will find all custom fields available and return them into a list ordered by custom field's name. |
org.squashtest.tm.domain.customfield.CustomField |
findById(Long customFieldId)
|
org.squashtest.tm.domain.customfield.CustomField |
findByName(String name)
|
org.squashtest.tm.domain.customfield.SingleSelectField |
findSingleSelectFieldById(Long customFieldId)
Will find the SingleSelectField of the given id |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.customfield.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<org.squashtest.tm.domain.customfield.CustomField> findAllOrderedByName()
CustomField ordered by CustomField.getName()org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<org.squashtest.tm.domain.customfield.CustomField>> findSortedCustomFields(org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
filter - the PagingAndSorting that holds order and paging params.
org.squashtest.tm.domain.customfield.SingleSelectField findSingleSelectFieldById(Long customFieldId)
SingleSelectField of the given id
customFieldId - the id of the SingleSelectField
SingleSelectField or null
org.squashtest.tm.domain.customfield.CustomField findByName(@NotNull
String name)
name -
org.squashtest.tm.domain.customfield.CustomField findById(Long customFieldId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||