|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPollDAO
PollDAO Interface
Method Summary | |
---|---|
void |
delete(int nPollId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
fr.paris.lutece.util.ReferenceList |
getPollsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of polls as a ReferenceList |
void |
insert(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Poll |
load(int nPollId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Poll from the table |
java.util.List<Poll> |
selectPollsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of polls |
void |
store(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void delete(int nPollId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPollId
- The Poll Idplugin
- The Plugin using this data access servicejava.util.List<Poll> selectPollsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access service
void insert(Poll poll, fr.paris.lutece.portal.service.plugin.Plugin plugin)
poll
- The poll objectplugin
- The Plugin using this data access servicePoll load(int nPollId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nPollId
- The identifier of Pollplugin
- The Plugin using this data access service
void store(Poll poll, fr.paris.lutece.portal.service.plugin.Plugin plugin)
poll
- The reference of pollplugin
- The Plugin using this data access servicefr.paris.lutece.util.ReferenceList getPollsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin using this data access service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |