|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GadgetService
Service for managing Gadget
| Method Summary | |
|---|---|
void |
clearFirstSpot(Tab tab)
Increase the order of all gadgets of one specific tab with one |
List<Gadget> |
getByTabColumn(Tab tab,
int column)
Get a all Gagdets on a tab for a specific column. |
int |
getCountByTab(Tab tab)
Get a count of all Gagdets on a tab. |
int |
getCountByTabColumn(Tab tab,
int column)
Get a count of all Gagdets on a tab. |
boolean |
reorderGadgets(String[] column1,
String[] column2,
Tab tab)
Reorder gadgets |
| Methods inherited from interface nl.surfnet.coin.shared.service.GenericService |
|---|
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate |
| Method Detail |
|---|
int getCountByTab(Tab tab)
tab - tab where gadgets reside on
int getCountByTabColumn(Tab tab,
int column)
tab - tab where gadgets reside oncolumn - column where gadget resides on
List<Gadget> getByTabColumn(Tab tab,
int column)
tab - tab where gadgets reside oncolumn - column where gadget resides on
boolean reorderGadgets(String[] column1,
String[] column2,
Tab tab)
column1 - new order for column 1column2 - new order for column 2tab - tab where gadgets reside on
void clearFirstSpot(Tab tab)
tab - the tab
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||