Uses of Class
fr.paris.lutece.plugins.poll.business.PollQuestion

Packages that use PollQuestion
fr.paris.lutece.plugins.poll.business   
 

Uses of PollQuestion in fr.paris.lutece.plugins.poll.business
 

Methods in fr.paris.lutece.plugins.poll.business that return PollQuestion
static PollQuestion PollQuestionHome.create(PollQuestion question, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of an article PollQuestion
static PollQuestion PollQuestionHome.findByPrimaryKey(int nIdQuestion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of PollQuestion whose identifier is specified in parameter
 PollQuestion PollQuestionDAO.load(int nPollQuestionId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of PollQuestion from the table
 PollQuestion IPollQuestionDAO.load(int nPollQuestionId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of PollQuestion from the table
static PollQuestion PollQuestionHome.update(PollQuestion question, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Updates of the PollQuestion instance specified in parameter
 

Methods in fr.paris.lutece.plugins.poll.business that return types with arguments of type PollQuestion
static java.util.List<PollQuestion> PollQuestionHome.findPollQuestionListByPoll(int nIdPoll, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns the list of the questions of a Poll object
 java.util.List<PollQuestion> Poll.getQuestions()
          Return the list of the questions
 java.util.List<PollQuestion> PollQuestionDAO.selectPollQuestionListByPoll(int nIdPoll, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of pollQuestions by poll id
 java.util.List<PollQuestion> IPollQuestionDAO.selectPollQuestionListByPoll(int nIdPoll, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the list of pollQuestions by poll id
 

Methods in fr.paris.lutece.plugins.poll.business with parameters of type PollQuestion
static PollQuestion PollQuestionHome.create(PollQuestion question, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of an article PollQuestion
 void PollQuestionDAO.insert(PollQuestion pollQuestion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IPollQuestionDAO.insert(PollQuestion pollQuestion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void PollQuestionDAO.store(PollQuestion pollQuestion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void IPollQuestionDAO.store(PollQuestion pollQuestion, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static PollQuestion PollQuestionHome.update(PollQuestion question, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Updates of the PollQuestion instance specified in parameter
 



Copyright © 2010 Mairie de Paris. All Rights Reserved.