|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Poll | |
---|---|
fr.paris.lutece.plugins.poll.business |
Uses of Poll in fr.paris.lutece.plugins.poll.business |
---|
Methods in fr.paris.lutece.plugins.poll.business that return Poll | |
---|---|
static Poll |
PollHome.create(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article Poll |
static Poll |
PollHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of the Poll whose identifier is specified in parameter |
Poll |
PollDAO.load(int nPollId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Poll from the table |
Poll |
IPollDAO.load(int nPollId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of Poll from the table |
static Poll |
PollHome.update(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the Poll instance specified in parameter |
Methods in fr.paris.lutece.plugins.poll.business that return types with arguments of type Poll | |
---|---|
static java.util.List<Poll> |
PollHome.findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Poll list |
static java.util.List<Poll> |
PollHome.getEnabledPollList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the list of avaiable polls |
java.util.List<Poll> |
PollDAO.selectPollsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of polls |
java.util.List<Poll> |
IPollDAO.selectPollsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of polls |
Methods in fr.paris.lutece.plugins.poll.business with parameters of type Poll | |
---|---|
static Poll |
PollHome.create(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article Poll |
void |
PollDAO.insert(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IPollDAO.insert(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
PollDAO.store(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IPollDAO.store(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static Poll |
PollHome.update(Poll poll,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the Poll instance specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |