public final class DashboardHome extends Object
Modifier and Type | Method and Description |
---|---|
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
|
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 keypublic static List<IDashboardComponent> findAll()
public static List<IDashboardComponent> findByFilter(DashboardFilter filter)
filter
- the filterpublic static int findMaxOrder()
public static int findMaxOrder(int nColumn)
nColumn
- the columnCopyright © 2020 City of Paris. All rights reserved.