public interface InfoListFinderService
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.infolist.InfoList> |
findAllUserLists() |
List<IsBoundInfoListAdapter> |
findAllWithBoundInfo()
Fetches all infolists and tryurns them in an adapter also containing the bound project count.
|
org.squashtest.tm.domain.infolist.InfoList |
findByCode(String code) |
org.squashtest.tm.domain.infolist.InfoList |
findById(Long id) |
org.squashtest.tm.domain.infolist.InfoList |
findByUniqueProperty(String prop,
String value)
Finds an InfoList by a given, supposedly unique property
|
org.squashtest.tm.domain.infolist.InfoList findById(Long id)
org.squashtest.tm.domain.infolist.InfoList findByCode(String code)
List<org.squashtest.tm.domain.infolist.InfoList> findAllUserLists()
List<IsBoundInfoListAdapter> findAllWithBoundInfo()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.