|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GadgetDefinitionService
Service for managing GadgetDefinition
| Method Summary | |
|---|---|
List<GadgetDefinition> |
findAllFixedTabGadgets()
Find all GadgetDefinitions that need to be added to the Fixed Tab |
List<GadgetDefinition> |
findAllPublished()
Find all GadgetDefinitions with status = published. |
List<GadgetDefinition> |
findAllPublishedExcludeCustom()
Find all GadgetDefinitions with status = published that are not added by users |
List<GadgetDefinition> |
findAllPublishedExcludeCustomOrderByPopularity(nl.surfnet.coin.shared.service.SortOrder sortOrder)
Find all GadgetDefinitions with status = published that are not added by users ordered by number of installs |
GadgetDefinition |
searchByUrl(String url)
Finds GadgetDefinition by its URL. |
List<GadgetDefinition> |
searchByWildCard(String query)
Find by Wild card. |
List<GadgetDefinition> |
searchByWildCardExcludeCustom(String query)
Find by Wild card. |
| Methods inherited from interface nl.surfnet.coin.shared.service.GenericService |
|---|
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate |
| Method Detail |
|---|
List<GadgetDefinition> searchByWildCard(String query)
query - String with the search query
List<GadgetDefinition> searchByWildCardExcludeCustom(String query)
query - String with the search query
List<GadgetDefinition> findAllPublished()
GadgetDefinition'sList<GadgetDefinition> findAllPublishedExcludeCustom()
GadgetDefinition'sList<GadgetDefinition> findAllPublishedExcludeCustomOrderByPopularity(nl.surfnet.coin.shared.service.SortOrder sortOrder)
sortOrder - SortOrder (ASCENDING or DESCENDING)
GadgetDefinition's, can be emptyList<GadgetDefinition> findAllFixedTabGadgets()
GadgetDefinition'sGadgetDefinition searchByUrl(String url)
GadgetDefinition by its URL. The URL is unique for each GadgetDefinition.
url - String with the URL of the gadget definition
GadgetDefinition or null if none can be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||