public final class AdminDashboardHome extends Object
Modifier and Type | Method and Description |
---|---|
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
|
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 keypublic static List<IAdminDashboardComponent> findAll()
public static List<IAdminDashboardComponent> findByFilter(AdminDashboardFilter filter)
filter
- a search by criteriapublic static int findMaxOrder()
public static int findMaxOrder(int nColumn)
nColumn
- the columnCopyright © 2020 City of Paris. All rights reserved.