|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tab | |
|---|---|
| nl.surfnet.coin.portal.control | |
| nl.surfnet.coin.portal.domain | |
| nl.surfnet.coin.portal.service | |
| nl.surfnet.coin.portal.service.impl | |
| nl.surfnet.coin.portal.util | |
| Uses of Tab in nl.surfnet.coin.portal.control |
|---|
| Methods in nl.surfnet.coin.portal.control that return Tab | |
|---|---|
protected Tab |
BaseController.getTab(javax.servlet.http.HttpServletRequest request,
String tabId)
|
| Uses of Tab in nl.surfnet.coin.portal.domain |
|---|
| Subclasses of Tab in nl.surfnet.coin.portal.domain | |
|---|---|
class |
ClonedTab
Predefined TemplateTab |
| Methods in nl.surfnet.coin.portal.domain that return Tab | |
|---|---|
Tab |
SharedTab.getPrototype()
|
Tab |
Gadget.getTab()
|
| Methods in nl.surfnet.coin.portal.domain with parameters of type Tab | |
|---|---|
void |
SharedTab.setPrototype(Tab prototype)
|
void |
Gadget.setTab(Tab tab)
|
| Uses of Tab in nl.surfnet.coin.portal.service |
|---|
| Methods in nl.surfnet.coin.portal.service that return Tab | |
|---|---|
Tab |
TabService.findByIdAndOwner(Long id,
String ownerId)
Finds a tab by Id and owner |
| Methods in nl.surfnet.coin.portal.service that return types with arguments of type Tab | |
|---|---|
List<Tab> |
TabService.findFavorites(String ownerId,
boolean favorites)
Find favorites. |
List<Tab> |
TabService.getTabsByOwner(String ownerId)
Get all the tabs of a person. |
| Methods in nl.surfnet.coin.portal.service with parameters of type Tab | |
|---|---|
void |
GadgetService.clearFirstSpot(Tab tab)
Increase the order of all gadgets of one specific tab with one |
ClonedTab |
TabService.cloneTab(Tab tab,
List<Gadget> sharedGadgets)
Clone a tab. |
List<Gadget> |
GadgetService.getByTabColumn(Tab tab,
int column)
Get a all Gagdets on a tab for a specific column. |
int |
GadgetService.getCountByTab(Tab tab)
Get a count of all Gagdets on a tab. |
int |
GadgetService.getCountByTabColumn(Tab tab,
int column)
Get a count of all Gagdets on a tab. |
boolean |
GadgetService.reorderGadgets(String[] column1,
String[] column2,
Tab tab)
Reorder gadgets |
| Uses of Tab in nl.surfnet.coin.portal.service.impl |
|---|
| Methods in nl.surfnet.coin.portal.service.impl that return Tab | |
|---|---|
Tab |
TabServiceHibernateImpl.findByIdAndOwner(Long id,
String ownerId)
Finds a tab by Id and owner |
| Methods in nl.surfnet.coin.portal.service.impl that return types with arguments of type Tab | |
|---|---|
protected List<Tab> |
TabServiceHibernateImpl.findByCriteria(org.hibernate.criterion.Criterion... criterion)
|
List<Tab> |
TabServiceHibernateImpl.findFavorites(String ownerId,
boolean favorites)
Find favorites. |
List<Tab> |
TabServiceHibernateImpl.getTabsByOwner(String ownerId)
|
| Methods in nl.surfnet.coin.portal.service.impl with parameters of type Tab | |
|---|---|
void |
GadgetServiceHibernateImpl.clearFirstSpot(Tab tab)
|
ClonedTab |
TabServiceHibernateImpl.cloneTab(Tab tab,
List<Gadget> sharedGadgets)
|
List |
GadgetServiceHibernateImpl.getByTabColumn(Tab tab,
int column)
|
int |
GadgetServiceHibernateImpl.getCountByTab(Tab tab)
|
int |
GadgetServiceHibernateImpl.getCountByTabColumn(Tab tab,
int column)
|
boolean |
GadgetServiceHibernateImpl.reorderGadgets(String[] column1,
String[] column2,
Tab tab)
|
| Uses of Tab in nl.surfnet.coin.portal.util |
|---|
| Methods in nl.surfnet.coin.portal.util with parameters of type Tab | |
|---|---|
int |
TabOrderComparator.compare(Tab o1,
Tab o2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||