Package | Description |
---|---|
fr.paris.lutece.plugins.gru.business.demandtype |
Modifier and Type | Method and Description |
---|---|
static DemandTypeAction |
DemandTypeActionHome.create(DemandTypeAction demandTypeAction)
Create an instance of the demandTypeAction class
|
static DemandTypeAction |
DemandTypeActionHome.findByPrimaryKey(int nKey)
Returns an instance of a demandTypeAction whose identifier is specified in parameter
|
DemandTypeAction |
DemandTypeActionDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
DemandTypeAction |
IDemandTypeActionDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static DemandTypeAction |
DemandTypeActionHome.update(DemandTypeAction demandTypeAction)
Update of the demandTypeAction which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<DemandTypeAction> |
DemandTypeActionHome.getActionsByType(int nDemandTypeId)
Gets a list of action by demand type
|
static List<DemandTypeAction> |
DemandTypeActionHome.getDemandTypeActionsList()
Load the data of all the demandTypeAction objects and returns them in form of a collection
|
List<DemandTypeAction> |
DemandTypeActionDAO.selectActionsByType(int nDemandTypeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select all Actions for a given demand type
|
List<DemandTypeAction> |
IDemandTypeActionDAO.selectActionsByType(int nDemandTypeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select all Actions for a given demand type
|
List<DemandTypeAction> |
DemandTypeActionDAO.selectDemandTypeActionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the demandTypeAction objects and returns them as a collection
|
List<DemandTypeAction> |
IDemandTypeActionDAO.selectDemandTypeActionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the demandTypeAction objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static DemandTypeAction |
DemandTypeActionHome.create(DemandTypeAction demandTypeAction)
Create an instance of the demandTypeAction class
|
void |
DemandTypeActionDAO.insert(DemandTypeAction demandTypeAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IDemandTypeActionDAO.insert(DemandTypeAction demandTypeAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
DemandTypeActionDAO.store(DemandTypeAction demandTypeAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
IDemandTypeActionDAO.store(DemandTypeAction demandTypeAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static DemandTypeAction |
DemandTypeActionHome.update(DemandTypeAction demandTypeAction)
Update of the demandTypeAction which is specified in parameter
|
Copyright © 2016 City of Paris. All rights reserved.