|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPollQuestionDAO
Method Summary | |
---|---|
void |
delete(int nPollQuestionId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(PollQuestion pollQuestion,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
PollQuestion |
load(int nPollQuestionId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of PollQuestion from the table |
java.util.List<PollQuestion> |
selectPollQuestionListByPoll(int nIdPoll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of pollQuestions by poll id |
void |
store(PollQuestion pollQuestion,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void delete(int nPollQuestionId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPollQuestionId
- The PollQuestion Idplugin
- The Plugin using this data access servicevoid insert(PollQuestion pollQuestion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pollQuestion
- The pollQuestion objectplugin
- The Plugin using this data access servicePollQuestion load(int nPollQuestionId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPollQuestionId
- The identifier of PollQuestionplugin
- The Plugin using this data access service
java.util.List<PollQuestion> selectPollQuestionListByPoll(int nIdPoll, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdPoll
- The poll identifierplugin
- The Plugin using this data access service
void store(PollQuestion pollQuestion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pollQuestion
- The reference of pollQuestionplugin
- The Plugin using this data access service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |