|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDemandDAO
IDemandDAO
Method Summary | |
---|---|
void |
delete(int nIdDemand,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
int |
insert(Demand demand,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Demand |
load(int nIdDemand,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generate a new primary key |
java.util.List<Demand> |
selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all demands |
java.util.List<Demand> |
selectByFilter(DemandFilter dFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find by filter |
void |
store(Demand demand,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
int insert(Demand demand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
demand
- instanceplugin
- the Plugin
void store(Demand demand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
demand
- the reference of the objectplugin
- the Pluginvoid delete(int nIdDemand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDemand
- int identifier of the demand to deleteplugin
- the PluginDemand load(int nIdDemand, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDemand
- The identifier of the demandplugin
- the Plugin
java.util.List<Demand> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- Plugin
Demand
java.util.List<Demand> selectByFilter(DemandFilter dFilter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
dFilter
- the filterplugin
- Plugin
Demand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |