|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPollChoiceDAO
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 |
Method Detail |
---|
void delete(int nPollChoiceId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPollChoiceId
- The PollChoice Idplugin
- The Plugin using this data access servicevoid insert(PollChoice pollChoice, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pollChoice
- The pollChoice objectplugin
- The Plugin using this data access servicePollChoice load(int nPollChoiceId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPollChoiceId
- The identifier of PollChoiceplugin
- The Plugin using this data access service
void store(PollChoice pollChoice, fr.paris.lutece.portal.service.plugin.Plugin plugin)
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 |