|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.dashboard.DashboardHome
public final class DashboardHome
DashboardHome
Method Summary | |
---|---|
static void |
create(IDashboardComponent dashboardComponent)
Creation of an instance of DashboardComponent |
static List<IDashboardComponent> |
findAll()
Loads the data of all the IDashboardComponent |
static List<IDashboardComponent> |
findByFilter(DashboardFilter filter)
Loads the data of all the IDashboardComponent |
static IDashboardComponent |
findByPrimaryKey(String strBeanName)
Returns an instance of a DashboardComponent whose identifier is specified in parameter |
static List<Integer> |
findColumns()
Finds all columns |
static int |
findMaxOrder()
Finds the max order for all columns. |
static int |
findMaxOrder(int nColumn)
Finds the max order for the column. |
static void |
remove(String strBeanName)
Remove the DashboardComponent whose identifier is specified in parameter |
static void |
removeAll()
Remove the DashboardComponent whose identifier is specified in parameter |
static void |
update(IDashboardComponent dashboardComponent)
Update of the DashboardComponent which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(IDashboardComponent dashboardComponent)
dashboardComponent
- The instance of the DashboardComponent which contains the informations to storepublic static void update(IDashboardComponent dashboardComponent)
dashboardComponent
- The instance of the DashboardComponent which contains the informations to updatepublic static void remove(String strBeanName)
strBeanName
- The DashboardComponent idpublic static void removeAll()
public static IDashboardComponent findByPrimaryKey(String strBeanName)
strBeanName
- The DashboardComponent primary key
public static List<IDashboardComponent> findAll()
public static List<IDashboardComponent> findByFilter(DashboardFilter filter)
filter
- the filter
public static int findMaxOrder()
public static int findMaxOrder(int nColumn)
nColumn
- the column
public static List<Integer> findColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |