public interface GadgetDefinitionService extends nl.surfnet.coin.shared.service.GenericService<GadgetDefinition>
GadgetDefinition| Modifier and Type | Method and Description |
|---|---|
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.
|
List<GadgetDefinition> searchByWildCard(String query)
query - String with the search queryList<GadgetDefinition> searchByWildCardExcludeCustom(String query)
query - String with the search queryList<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 definitionGadgetDefinition or null if none can be foundCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.