| Package | Description |
|---|---|
| nl.surfnet.coin.portal.domain | |
| nl.surfnet.coin.portal.service | |
| nl.surfnet.coin.portal.service.impl |
| Modifier and Type | Method and Description |
|---|---|
GadgetDefinition |
Gadget.getDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Set<GadgetDefinition> |
TemplateTab.getGadgetDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Gadget.setDefinition(GadgetDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateTab.setGadgetDefinitions(Set<GadgetDefinition> gadgetDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
GadgetDefinition |
GadgetDefinitionBuilder.build(String gadgetUrl)
Builds a
from the given gadgetUrl |
GadgetDefinition |
GadgetDefinitionService.searchByUrl(String url)
Finds
GadgetDefinition by its URL. |
| Modifier and Type | Method and Description |
|---|---|
List<GadgetDefinition> |
GadgetDefinitionService.findAllFixedTabGadgets()
Find all GadgetDefinitions that need to be added to the Fixed Tab
|
List<GadgetDefinition> |
GadgetDefinitionService.findAllPublished()
Find all GadgetDefinitions with status = published.
|
List<GadgetDefinition> |
GadgetDefinitionService.findAllPublishedExcludeCustom()
Find all GadgetDefinitions with status = published that are not added by users
|
List<GadgetDefinition> |
GadgetDefinitionService.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
|
List<GadgetDefinition> |
GadgetDefinitionService.searchByWildCard(String query)
Find by Wild card.
|
List<GadgetDefinition> |
GadgetDefinitionService.searchByWildCardExcludeCustom(String query)
Find by Wild card.
|
| Modifier and Type | Method and Description |
|---|---|
GadgetDefinition |
GadgetDefinitionBuilderImpl.build(String gadgetUrl)
Builds a
from the given gadgetUrl |
GadgetDefinition |
GadgetDefinitionServiceHibernateImpl.searchByUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<GadgetDefinition> |
GadgetDefinitionServiceHibernateImpl.findAllFixedTabGadgets() |
List<GadgetDefinition> |
GadgetDefinitionServiceHibernateImpl.findAllPublished() |
List<GadgetDefinition> |
GadgetDefinitionServiceHibernateImpl.findAllPublishedExcludeCustom() |
List<GadgetDefinition> |
GadgetDefinitionServiceHibernateImpl.findAllPublishedExcludeCustomOrderByPopularity(nl.surfnet.coin.shared.service.SortOrder sortOrder) |
List<GadgetDefinition> |
GadgetDefinitionServiceHibernateImpl.searchByWildCard(String query) |
List<GadgetDefinition> |
GadgetDefinitionServiceHibernateImpl.searchByWildCardExcludeCustom(String query) |
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.