public interface IDemandTypeActionDAO
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(DemandTypeAction demandTypeAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
DemandTypeAction |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
List<DemandTypeAction> |
selectActionsByType(int nDemandTypeId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select all Actions for a given demand type
|
fr.paris.lutece.util.ReferenceList |
selectActionsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin _plugin)
Select all Actions as a Reference List
|
List<DemandTypeAction> |
selectDemandTypeActionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the demandTypeAction objects and returns them as a collection
|
List<Integer> |
selectIdDemandTypeActionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id of all the demandTypeAction objects and returns them as a collection
|
void |
store(DemandTypeAction demandTypeAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void insert(DemandTypeAction demandTypeAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
demandTypeAction
- instance of the DemandTypeAction object to insertplugin
- the Pluginvoid store(DemandTypeAction demandTypeAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
demandTypeAction
- the reference of the DemandTypeActionplugin
- the Pluginvoid delete(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the DemandTypeAction to deleteplugin
- the PluginDemandTypeAction load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the demandTypeActionplugin
- the PluginList<DemandTypeAction> selectDemandTypeActionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<Integer> selectIdDemandTypeActionsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginList<DemandTypeAction> selectActionsByType(int nDemandTypeId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nDemandTypeId
- The DemandType IDplugin
- The pluginfr.paris.lutece.util.ReferenceList selectActionsReferenceList(fr.paris.lutece.portal.service.plugin.Plugin _plugin)
plugin
- The pluginCopyright © 2016 City of Paris. All rights reserved.