public interface IDashboardAssociationDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(DashboardAssociation dashboardAssociation,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
DashboardAssociation |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
int |
selectCountDashboardAssociations(fr.paris.lutece.portal.service.plugin.Plugin plugin)
return the number of association
|
List<DashboardAssociation> |
selectDashboardAssociationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the dashboardAssociation objects and returns them as a list
|
List<DashboardAssociation> |
selectDashboardAssociationsListByIdPanel(int nIdPanel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the dashboardAssociation objects associated to a panel and returns them as a list
|
fr.paris.lutece.util.ReferenceList |
selectDashboardAssociationsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the dashboardAssociation objects and returns them as a referenceList
|
List<Integer> |
selectIdDashboardAssociationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the dashboardAssociation objects and returns them as a list
|
void |
store(DashboardAssociation dashboardAssociation,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(DashboardAssociation dashboardAssociation, fr.paris.lutece.portal.service.plugin.Plugin plugin)
dashboardAssociation
- instance of the DashboardAssociation object to insertplugin
- the Pluginvoid store(DashboardAssociation dashboardAssociation, fr.paris.lutece.portal.service.plugin.Plugin plugin)
dashboardAssociation
- the reference of the DashboardAssociationplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the DashboardAssociation to deleteplugin
- the PluginDashboardAssociation load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the dashboardAssociationplugin
- the PluginList<DashboardAssociation> selectDashboardAssociationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<DashboardAssociation> selectDashboardAssociationsListByIdPanel(int nIdPanel, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdPanel
- the panel Idplugin
- the Pluginint selectCountDashboardAssociations(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the pluginList<Integer> selectIdDashboardAssociationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginfr.paris.lutece.util.ReferenceList selectDashboardAssociationsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2016 City of Paris. All rights reserved.