|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollChoice | |
---|---|
fr.paris.lutece.plugins.poll.business |
Uses of PollChoice in fr.paris.lutece.plugins.poll.business |
---|
Methods in fr.paris.lutece.plugins.poll.business that return PollChoice | |
---|---|
static PollChoice |
PollChoiceHome.create(PollChoice choice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article PollChoice |
static PollChoice |
PollChoiceHome.findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of the article PollChoice whose identifier is specified in parameter |
PollChoice |
IPollChoiceDAO.load(int nPollChoiceId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of PollChoice from the table |
PollChoice |
PollChoiceDAO.load(int nPollChoiceId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of PollChoice from the table |
static PollChoice |
PollChoiceHome.update(PollChoice choice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the PollChoice instance specified in parameter |
Methods in fr.paris.lutece.plugins.poll.business that return types with arguments of type PollChoice | |
---|---|
java.util.List<PollChoice> |
PollQuestion.getChoices()
Returns the list of avaiable choices |
Methods in fr.paris.lutece.plugins.poll.business with parameters of type PollChoice | |
---|---|
static PollChoice |
PollChoiceHome.create(PollChoice choice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of an article PollChoice |
void |
IPollChoiceDAO.insert(PollChoice pollChoice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
PollChoiceDAO.insert(PollChoice pollChoice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IPollChoiceDAO.store(PollChoice pollChoice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
PollChoiceDAO.store(PollChoice pollChoice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static PollChoice |
PollChoiceHome.update(PollChoice choice,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates of the PollChoice instance specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |