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