|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.dashboard.AdminDashboardHome
public final class AdminDashboardHome
AdminDashboardHome
Method Summary | |
---|---|
static void |
create(IAdminDashboardComponent adminDashboardComponent)
Creation of an instance of adminDashboardComponent |
static List<IAdminDashboardComponent> |
findAll()
Loads the data of all the IAdminDashboardComponent |
static List<IAdminDashboardComponent> |
findByFilter(AdminDashboardFilter filter)
Loads the data of all the IAdminDashboardComponent |
static IAdminDashboardComponent |
findByPrimaryKey(String strBeanName)
Returns an instance of a adminDashboardComponent whose identifier is specified in parameter |
static List<Integer> |
findColumns()
Find 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 adminDashboardComponent whose identifier is specified in parameter |
static void |
removeAll()
Remove the adminDashboardComponent whose identifier is specified in parameter |
static void |
update(IAdminDashboardComponent adminDashboardComponent)
Update of the adminDashboardComponent 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(IAdminDashboardComponent adminDashboardComponent)
adminDashboardComponent
- The instance of the adminDashboardComponent which contains the informations to storepublic static void update(IAdminDashboardComponent adminDashboardComponent)
adminDashboardComponent
- The instance of the adminDashboardComponent which contains the informations to updatepublic static void remove(String strBeanName)
strBeanName
- The adminDashboardComponent idpublic static void removeAll()
public static IAdminDashboardComponent findByPrimaryKey(String strBeanName)
strBeanName
- The adminDashboardComponent primary key
public static List<IAdminDashboardComponent> findAll()
public static List<IAdminDashboardComponent> findByFilter(AdminDashboardFilter filter)
filter
- a search by criteria
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 |