public final class DashboardAssociationHome extends Object
Modifier and Type | Method and Description |
---|---|
static DashboardAssociation |
create(DashboardAssociation dashboardAssociation)
Create an instance of the dashboardAssociation class
|
static DashboardAssociation |
findByPrimaryKey(int nKey)
Returns an instance of a dashboardAssociation whose identifier is specified in parameter
|
static int |
getCountDashboardAssociation()
return the number of association
|
static List<DashboardAssociation> |
getDashboardAssociationsList()
Load the data of all the dashboardAssociation objects and returns them as a list
|
static List<DashboardAssociation> |
getDashboardAssociationsListByIdPanel(int nIdPanel)
Load the data of all the dashboardAssociation objects asociated to a panel and returns them as a list
|
static fr.paris.lutece.util.ReferenceList |
getDashboardAssociationsReferenceList()
Load the data of all the dashboardAssociation objects and returns them as a referenceList
|
static List<Integer> |
getIdDashboardAssociationsList()
Load the id of all the dashboardAssociation objects and returns them as a list
|
static void |
remove(int nKey)
Remove the dashboardAssociation whose identifier is specified in parameter
|
static DashboardAssociation |
update(DashboardAssociation dashboardAssociation)
Update of the dashboardAssociation which is specified in parameter
|
public static DashboardAssociation create(DashboardAssociation dashboardAssociation)
dashboardAssociation
- The instance of the DashboardAssociation which contains the informations to storepublic static DashboardAssociation update(DashboardAssociation dashboardAssociation)
dashboardAssociation
- The instance of the DashboardAssociation which contains the data to storepublic static void remove(int nKey)
nKey
- The dashboardAssociation Idpublic static DashboardAssociation findByPrimaryKey(int nKey)
nKey
- The dashboardAssociation primary keypublic static List<DashboardAssociation> getDashboardAssociationsList()
public static int getCountDashboardAssociation()
public static List<DashboardAssociation> getDashboardAssociationsListByIdPanel(int nIdPanel)
nIdPanel
- the panel idpublic static List<Integer> getIdDashboardAssociationsList()
public static fr.paris.lutece.util.ReferenceList getDashboardAssociationsReferenceList()
Copyright © 2016 City of Paris. All rights reserved.