|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAdminDashboardDAO
IAdminDashboardDAO
Method Summary | |
---|---|
void |
delete(java.lang.String strBeanName)
Delete a record from the table |
void |
deleteAll()
Delete all record from the table |
void |
insert(IAdminDashboardComponent dashboardComponent)
Insert a new record in the table. |
IAdminDashboardComponent |
load(java.lang.String strBeanName)
Load the data of the IndexerAction from the table |
java.util.List<IAdminDashboardComponent> |
selectAllDashboardComponents()
Finds all AdminDashboardComponent |
java.util.List<java.lang.Integer> |
selectColumns()
Returns the columns list |
java.util.List<IAdminDashboardComponent> |
selectDashboardComponents(AdminDashboardFilter 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(IAdminDashboardComponent dashboardComponent)
Update the dashboardComponent in the table |
Method Detail |
---|
void insert(IAdminDashboardComponent dashboardComponent)
dashboardComponent
- instance of the dashboardComponent object to insertIAdminDashboardComponent load(java.lang.String strBeanName)
strBeanName
- The identifier of the action
void delete(java.lang.String strBeanName)
strBeanName
- The identifier of the dashboardvoid deleteAll()
void store(IAdminDashboardComponent dashboardComponent)
dashboardComponent
- instance of the IAdminDashboardComponent object to updatejava.util.List<IAdminDashboardComponent> selectAllDashboardComponents()
java.util.List<IAdminDashboardComponent> selectDashboardComponents(AdminDashboardFilter filter)
filter
- the filter
int selectMaxOrder()
int selectMaxOrder(int nColumn)
nColumn
- the column
java.util.List<java.lang.Integer> selectColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |