|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.dashboard.AdminDashboardDAO
public class AdminDashboardDAO
AdminDashboardDAO
Constructor Summary | |
---|---|
AdminDashboardDAO()
|
Method Summary | |
---|---|
void |
delete(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(String strClassName)
Load the data of the IndexerAction from the table |
List<IAdminDashboardComponent> |
selectAllDashboardComponents()
Finds all AdminDashboardComponent |
List<Integer> |
selectColumns()
Returns the columns list |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminDashboardDAO()
Method Detail |
---|
public void delete(String strBeanName)
delete
in interface IAdminDashboardDAO
strBeanName
- The identifier of the dashboardpublic void deleteAll()
deleteAll
in interface IAdminDashboardDAO
public void insert(IAdminDashboardComponent dashboardComponent)
insert
in interface IAdminDashboardDAO
dashboardComponent
- instance of the dashboardComponent object to insertpublic IAdminDashboardComponent load(String strClassName)
load
in interface IAdminDashboardDAO
strClassName
- The identifier of the action
public List<IAdminDashboardComponent> selectAllDashboardComponents()
selectAllDashboardComponents
in interface IAdminDashboardDAO
public int selectMaxOrder()
selectMaxOrder
in interface IAdminDashboardDAO
public int selectMaxOrder(int nColumn)
selectMaxOrder
in interface IAdminDashboardDAO
nColumn
- the column
public List<IAdminDashboardComponent> selectDashboardComponents(AdminDashboardFilter filter)
selectDashboardComponents
in interface IAdminDashboardDAO
filter
- the filter
public void store(IAdminDashboardComponent dashboardComponent)
store
in interface IAdminDashboardDAO
dashboardComponent
- instance of the IAdminDashboardComponent object to updatepublic List<Integer> selectColumns()
selectColumns
in interface IAdminDashboardDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |