Package | Description |
---|---|
fr.paris.lutece.plugins.gru.business.demandtype |
Modifier and Type | Method and Description |
---|---|
static DemandType |
DemandTypeHome.create(DemandType demandType)
Create an instance of the demandType class
|
static DemandType |
DemandTypeHome.findByPrimaryKey(int nKey)
Returns an instance of a demandType whose identifier is specified in parameter
|
static DemandType |
DemandTypeHome.findByTypeId(String strDemandTypeId)
Find a DemandType by its DemandTypeId
|
DemandType |
IDemandTypeDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
DemandType |
DemandTypeDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
DemandType |
IDemandTypeDAO.selectByTypeId(String strDemandTypeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a DemandType by its DemandTypeId
|
DemandType |
DemandTypeDAO.selectByTypeId(String strDemandTypeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find a DemandType by its DemandTypeId
|
static DemandType |
DemandTypeHome.update(DemandType demandType)
Update of the demandType which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<DemandType> |
DemandTypeHome.getDemandTypesList()
Load the data of all the demandType objects and returns them in form of a collection
|
List<DemandType> |
IDemandTypeDAO.selectDemandTypesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the demandType objects and returns them as a collection
|
List<DemandType> |
DemandTypeDAO.selectDemandTypesList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the demandType objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static DemandType |
DemandTypeHome.create(DemandType demandType)
Create an instance of the demandType class
|
void |
IDemandTypeDAO.insert(DemandType demandType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
DemandTypeDAO.insert(DemandType demandType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
IDemandTypeDAO.store(DemandType demandType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
DemandTypeDAO.store(DemandType demandType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static DemandType |
DemandTypeHome.update(DemandType demandType)
Update of the demandType which is specified in parameter
|
Copyright © 2016 City of Paris. All rights reserved.