|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GadgetDefinition | |
|---|---|
| nl.surfnet.coin.portal.domain | |
| nl.surfnet.coin.portal.service | |
| nl.surfnet.coin.portal.service.impl | |
| Uses of GadgetDefinition in nl.surfnet.coin.portal.domain |
|---|
| Methods in nl.surfnet.coin.portal.domain that return GadgetDefinition | |
|---|---|
GadgetDefinition |
Gadget.getDefinition()
|
| Methods in nl.surfnet.coin.portal.domain that return types with arguments of type GadgetDefinition | |
|---|---|
Set<GadgetDefinition> |
TemplateTab.getGadgetDefinitions()
|
| Methods in nl.surfnet.coin.portal.domain with parameters of type GadgetDefinition | |
|---|---|
void |
Gadget.setDefinition(GadgetDefinition definition)
|
| Method parameters in nl.surfnet.coin.portal.domain with type arguments of type GadgetDefinition | |
|---|---|
void |
TemplateTab.setGadgetDefinitions(Set<GadgetDefinition> gadgetDefinitions)
|
| Uses of GadgetDefinition in nl.surfnet.coin.portal.service |
|---|
| Methods in nl.surfnet.coin.portal.service that return GadgetDefinition | |
|---|---|
GadgetDefinition |
GadgetDefinitionBuilder.build(String gadgetUrl)
Builds a from the given gadgetUrl |
GadgetDefinition |
GadgetDefinitionService.searchByUrl(String url)
Finds GadgetDefinition by its URL. |
| Methods in nl.surfnet.coin.portal.service that return types with arguments of type GadgetDefinition | |
|---|---|
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. |
| Uses of GadgetDefinition in nl.surfnet.coin.portal.service.impl |
|---|
| Methods in nl.surfnet.coin.portal.service.impl that return GadgetDefinition | |
|---|---|
GadgetDefinition |
GadgetDefinitionBuilderImpl.build(String gadgetUrl)
Builds a from the given gadgetUrl |
GadgetDefinition |
GadgetDefinitionServiceHibernateImpl.searchByUrl(String url)
|
| Methods in nl.surfnet.coin.portal.service.impl that return types with arguments of type GadgetDefinition | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||