public interface IDashboardDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(String strBeanName)
Delete a record from the table
|
void |
deleteAll()
Delete all record from the table
|
void |
insert(IDashboardComponent dashboardComponent)
Insert a new record in the table.
|
IDashboardComponent |
load(String strBeanName)
Load the data of the IndexerAction from the table
|
List<IDashboardComponent> |
selectAllDashboardComponents()
Finds all DashboardComponent
|
List<Integer> |
selectColumns()
Returns the columns list
|
List<IDashboardComponent> |
selectDashboardComponents(DashboardFilter filter)
Finds all dashboard components matching filter
|
int |
selectMaxOrder()
Returns the max order value, for all columns
|
int |
selectMaxOrder(int nColumn)
Returns the max order value, for the given column
|
void |
store(IDashboardComponent dashboardComponent)
Update the dashboardComponent in the table
|
void insert(IDashboardComponent dashboardComponent)
dashboardComponent
- instance of the dashboardComponent object to insertIDashboardComponent load(String strBeanName)
strBeanName
- The identifier of the actionvoid delete(String strBeanName)
strBeanName
- The identifier of the dashboardvoid deleteAll()
void store(IDashboardComponent dashboardComponent)
dashboardComponent
- instance of the IDashboardComponent object to updateList<IDashboardComponent> selectAllDashboardComponents()
List<IDashboardComponent> selectDashboardComponents(DashboardFilter filter)
filter
- the filterint selectMaxOrder()
int selectMaxOrder(int nColumn)
nColumn
- the columnCopyright © 2020 City of Paris. All rights reserved.