|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.poll.business.PollChoiceDAO
public final class PollChoiceDAO
This class provides Data Access methods for PollChoice objects
Constructor Summary | |
---|---|
PollChoiceDAO()
|
Method Summary | |
---|---|
void |
delete(int nPollChoiceId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(PollChoice pollChoice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
PollChoice |
load(int nPollChoiceId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of PollChoice from the table |
void |
store(PollChoice pollChoice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PollChoiceDAO()
Method Detail |
---|
public void insert(PollChoice pollChoice, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IPollChoiceDAO
pollChoice
- The pollChoice objectplugin
- The Plugin using this data access servicepublic PollChoice load(int nPollChoiceId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IPollChoiceDAO
nPollChoiceId
- The identifier of PollChoiceplugin
- The Plugin using this data access service
public void delete(int nPollChoiceId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IPollChoiceDAO
nPollChoiceId
- The PollChoice Idplugin
- The Plugin using this data access servicepublic void store(PollChoice pollChoice, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IPollChoiceDAO
pollChoice
- The reference of pollChoiceplugin
- The Plugin using this data access service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |