Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.polls.model.PollsChoice

Packages that use PollsChoice
com.liferay.portlet.polls.lar   
com.liferay.portlet.polls.model   
com.liferay.portlet.polls.model.impl   
com.liferay.portlet.polls.service   
com.liferay.portlet.polls.service.base   
com.liferay.portlet.polls.service.http   
com.liferay.portlet.polls.service.impl   
com.liferay.portlet.polls.service.persistence   
 

Uses of PollsChoice in com.liferay.portlet.polls.lar
 

Methods in com.liferay.portlet.polls.lar with parameters of type PollsChoice
protected static void PollsPortletDataHandlerImpl.exportChoice(PortletDataContext portletDataContext, Element questionsElement, PollsChoice choice)
           
protected static String PollsPortletDataHandlerImpl.getChoicePath(PortletDataContext portletDataContext, PollsChoice choice)
           
protected static void PollsPortletDataHandlerImpl.importChoice(PortletDataContext portletDataContext, PollsChoice choice)
           
 

Uses of PollsChoice in com.liferay.portlet.polls.model
 

Classes in com.liferay.portlet.polls.model that implement PollsChoice
 class PollsChoiceWrapper
           This class is a wrapper for PollsChoice.
 

Methods in com.liferay.portlet.polls.model that return PollsChoice
 PollsChoice PollsVoteWrapper.getChoice()
           
 PollsChoice PollsVote.getChoice()
           
 PollsChoice PollsChoiceWrapper.getWrappedModel()
           
 PollsChoice PollsChoiceWrapper.getWrappedPollsChoice()
          Deprecated. Renamed to PollsChoiceWrapper.getWrappedModel()
 PollsChoice PollsChoiceWrapper.toEscapedModel()
           
 PollsChoice PollsChoiceModel.toEscapedModel()
           
 PollsChoice PollsChoiceWrapper.toUnescapedModel()
           
 PollsChoice PollsChoiceModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.polls.model that return types with arguments of type PollsChoice
 List<PollsChoice> PollsQuestionWrapper.getChoices()
           
 List<PollsChoice> PollsQuestion.getChoices()
           
 CacheModel<PollsChoice> PollsChoiceWrapper.toCacheModel()
           
 CacheModel<PollsChoice> PollsChoiceModel.toCacheModel()
           
 

Methods in com.liferay.portlet.polls.model with parameters of type PollsChoice
 int PollsChoiceWrapper.compareTo(PollsChoice pollsChoice)
           
 int PollsChoiceModel.compareTo(PollsChoice pollsChoice)
           
static PollsChoiceSoap PollsChoiceSoap.toSoapModel(PollsChoice model)
           
static PollsChoiceSoap[] PollsChoiceSoap.toSoapModels(PollsChoice[] models)
           
static PollsChoiceSoap[][] PollsChoiceSoap.toSoapModels(PollsChoice[][] models)
           
 

Method parameters in com.liferay.portlet.polls.model with type arguments of type PollsChoice
static PollsChoiceSoap[] PollsChoiceSoap.toSoapModels(List<PollsChoice> models)
           
 

Constructors in com.liferay.portlet.polls.model with parameters of type PollsChoice
PollsChoiceWrapper(PollsChoice pollsChoice)
           
 

Uses of PollsChoice in com.liferay.portlet.polls.model.impl
 

Classes in com.liferay.portlet.polls.model.impl that implement PollsChoice
 class PollsChoiceBaseImpl
          The extended model base implementation for the PollsChoice service.
 class PollsChoiceImpl
           
 

Methods in com.liferay.portlet.polls.model.impl that return PollsChoice
 PollsChoice PollsVoteImpl.getChoice()
           
 PollsChoice PollsChoiceCacheModel.toEntityModel()
           
 PollsChoice PollsChoiceModelImpl.toEscapedModel()
           
static PollsChoice PollsChoiceModelImpl.toModel(PollsChoiceSoap soapModel)
          Converts the soap model instance into a normal model instance.
 PollsChoice PollsChoiceModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.polls.model.impl that return types with arguments of type PollsChoice
 List<PollsChoice> PollsQuestionImpl.getChoices()
           
 CacheModel<PollsChoice> PollsChoiceModelImpl.toCacheModel()
           
static List<PollsChoice> PollsChoiceModelImpl.toModels(PollsChoiceSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.polls.model.impl with parameters of type PollsChoice
 int PollsChoiceModelImpl.compareTo(PollsChoice pollsChoice)
           
 

Uses of PollsChoice in com.liferay.portlet.polls.service
 

Methods in com.liferay.portlet.polls.service that return PollsChoice
 PollsChoice PollsChoiceLocalService.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsChoice PollsChoiceLocalServiceWrapper.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
static PollsChoice PollsChoiceLocalServiceUtil.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsChoice PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
 PollsChoice PollsChoiceLocalServiceWrapper.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
static PollsChoice PollsChoiceLocalServiceUtil.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
 PollsChoice PollsChoiceLocalService.createPollsChoice(long choiceId)
          Creates a new polls choice with the primary key.
 PollsChoice PollsChoiceLocalServiceWrapper.createPollsChoice(long choiceId)
          Creates a new polls choice with the primary key.
static PollsChoice PollsChoiceLocalServiceUtil.createPollsChoice(long choiceId)
          Creates a new polls choice with the primary key.
 PollsChoice PollsChoiceLocalService.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
 PollsChoice PollsChoiceLocalServiceWrapper.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
static PollsChoice PollsChoiceLocalServiceUtil.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
 PollsChoice PollsChoiceLocalService.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 PollsChoice PollsChoiceLocalServiceWrapper.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
static PollsChoice PollsChoiceLocalServiceUtil.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 PollsChoice PollsChoiceLocalService.fetchPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceWrapper.fetchPollsChoice(long choiceId)
           
static PollsChoice PollsChoiceLocalServiceUtil.fetchPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalService.getChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceWrapper.getChoice(long choiceId)
           
static PollsChoice PollsChoiceLocalServiceUtil.getChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalService.getPollsChoice(long choiceId)
          Returns the polls choice with the primary key.
 PollsChoice PollsChoiceLocalServiceWrapper.getPollsChoice(long choiceId)
          Returns the polls choice with the primary key.
static PollsChoice PollsChoiceLocalServiceUtil.getPollsChoice(long choiceId)
          Returns the polls choice with the primary key.
 PollsChoice PollsChoiceLocalService.updateChoice(long choiceId, long questionId, String name, String description)
           
 PollsChoice PollsChoiceLocalServiceWrapper.updateChoice(long choiceId, long questionId, String name, String description)
           
static PollsChoice PollsChoiceLocalServiceUtil.updateChoice(long choiceId, long questionId, String name, String description)
           
 PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsChoice PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
static PollsChoice PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsChoice PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
          Updates the polls choice in the database or adds it if it does not yet exist.
static PollsChoice PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
          Updates the polls choice in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.polls.service that return types with arguments of type PollsChoice
 List<PollsChoice> PollsChoiceLocalService.getChoices(long questionId)
           
 List<PollsChoice> PollsChoiceLocalServiceWrapper.getChoices(long questionId)
           
static List<PollsChoice> PollsChoiceLocalServiceUtil.getChoices(long questionId)
           
 List<PollsChoice> PollsChoiceLocalService.getPollsChoices(int start, int end)
          Returns a range of all the polls choices.
 List<PollsChoice> PollsChoiceLocalServiceWrapper.getPollsChoices(int start, int end)
          Returns a range of all the polls choices.
static List<PollsChoice> PollsChoiceLocalServiceUtil.getPollsChoices(int start, int end)
          Returns a range of all the polls choices.
 

Methods in com.liferay.portlet.polls.service with parameters of type PollsChoice
 PollsChoice PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
 PollsChoice PollsChoiceLocalServiceWrapper.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
static PollsChoice PollsChoiceLocalServiceUtil.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
 PollsChoice PollsChoiceLocalService.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 PollsChoice PollsChoiceLocalServiceWrapper.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
static PollsChoice PollsChoiceLocalServiceUtil.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsChoice PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
static PollsChoice PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsChoice PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
          Updates the polls choice in the database or adds it if it does not yet exist.
static PollsChoice PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
          Updates the polls choice in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.polls.service with type arguments of type PollsChoice
static PollsQuestion PollsQuestionLocalServiceUtil.addQuestion(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionLocalService.addQuestion(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionLocalServiceWrapper.addQuestion(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
static PollsQuestion PollsQuestionServiceUtil.addQuestion(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionServiceWrapper.addQuestion(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionService.addQuestion(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
static PollsQuestion PollsQuestionLocalServiceUtil.updateQuestion(long userId, long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionLocalService.updateQuestion(long userId, long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionLocalServiceWrapper.updateQuestion(long userId, long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
static PollsQuestion PollsQuestionServiceUtil.updateQuestion(long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionServiceWrapper.updateQuestion(long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionService.updateQuestion(long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 

Uses of PollsChoice in com.liferay.portlet.polls.service.base
 

Methods in com.liferay.portlet.polls.service.base that return PollsChoice
 PollsChoice PollsChoiceLocalServiceBaseImpl.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
 PollsChoice PollsChoiceLocalServiceBaseImpl.createPollsChoice(long choiceId)
          Creates a new polls choice with the primary key.
 PollsChoice PollsChoiceLocalServiceBaseImpl.deletePollsChoice(long choiceId)
          Deletes the polls choice with the primary key from the database.
 PollsChoice PollsChoiceLocalServiceBaseImpl.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 PollsChoice PollsChoiceLocalServiceBaseImpl.fetchPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceBaseImpl.getPollsChoice(long choiceId)
          Returns the polls choice with the primary key.
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
          Updates the polls choice in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.polls.service.base that return types with arguments of type PollsChoice
 List<PollsChoice> PollsChoiceLocalServiceBaseImpl.getPollsChoices(int start, int end)
          Returns a range of all the polls choices.
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsChoice
 PollsChoice PollsChoiceLocalServiceBaseImpl.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
 PollsChoice PollsChoiceLocalServiceBaseImpl.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice)
          Updates the polls choice in the database or adds it if it does not yet exist.
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
          Updates the polls choice in the database or adds it if it does not yet exist.
 

Uses of PollsChoice in com.liferay.portlet.polls.service.http
 

Method parameters in com.liferay.portlet.polls.service.http with type arguments of type PollsChoice
static PollsQuestion PollsQuestionServiceHttp.addQuestion(HttpPrincipal httpPrincipal, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
static PollsQuestion PollsQuestionServiceHttp.updateQuestion(HttpPrincipal httpPrincipal, long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 

Uses of PollsChoice in com.liferay.portlet.polls.service.impl
 

Methods in com.liferay.portlet.polls.service.impl that return PollsChoice
 PollsChoice PollsChoiceLocalServiceImpl.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsChoice PollsChoiceLocalServiceImpl.getChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceImpl.updateChoice(long choiceId, long questionId, String name, String description)
           
 

Methods in com.liferay.portlet.polls.service.impl that return types with arguments of type PollsChoice
 List<PollsChoice> PollsChoiceLocalServiceImpl.getChoices(long questionId)
           
 

Method parameters in com.liferay.portlet.polls.service.impl with type arguments of type PollsChoice
 PollsQuestion PollsQuestionLocalServiceImpl.addQuestion(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionServiceImpl.addQuestion(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionLocalServiceImpl.updateQuestion(long userId, long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
 PollsQuestion PollsQuestionServiceImpl.updateQuestion(long questionId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, List<PollsChoice> choices, ServiceContext serviceContext)
           
protected  void PollsQuestionLocalServiceImpl.validate(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, List<PollsChoice> choices)
           
 

Uses of PollsChoice in com.liferay.portlet.polls.service.persistence
 

Methods in com.liferay.portlet.polls.service.persistence that return PollsChoice
static PollsChoice PollsChoiceUtil.create(long choiceId)
          Creates a new polls choice with the primary key.
 PollsChoice PollsChoicePersistence.create(long choiceId)
          Creates a new polls choice with the primary key.
 PollsChoice PollsChoicePersistenceImpl.create(long choiceId)
          Creates a new polls choice with the primary key.
static PollsChoice PollsChoiceUtil.fetchByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or returns null if it could not be found.
 PollsChoice PollsChoicePersistence.fetchByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or returns null if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.fetchByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or returns null if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the polls choice with the primary key or returns null if it could not be found.
static PollsChoice PollsChoiceUtil.fetchByQ_N(long questionId, String name)
          Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found.
 PollsChoice PollsChoicePersistence.fetchByQ_N(long questionId, String name)
          Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.fetchByQ_N(long questionId, String name)
          Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found.
static PollsChoice PollsChoiceUtil.fetchByQ_N(long questionId, String name, boolean retrieveFromCache)
          Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 PollsChoice PollsChoicePersistence.fetchByQ_N(long questionId, String name, boolean retrieveFromCache)
          Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 PollsChoice PollsChoicePersistenceImpl.fetchByQ_N(long questionId, String name, boolean retrieveFromCache)
          Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static PollsChoice PollsChoiceUtil.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistenceImpl.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistenceImpl.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoiceFinder.fetchByUUID_G(String uuid, long groupId)
           
static PollsChoice PollsChoiceFinderUtil.fetchByUUID_G(String uuid, long groupId)
           
 PollsChoice PollsChoiceFinderImpl.fetchByUUID_G(String uuid, long groupId)
           
static PollsChoice PollsChoiceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.findByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistence.findByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.findByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the polls choice with the primary key or throws a NoSuchModelException if it could not be found.
static PollsChoice PollsChoiceUtil.findByQ_N(long questionId, String name)
          Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistence.findByQ_N(long questionId, String name)
          Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistenceImpl.findByQ_N(long questionId, String name)
          Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found.
static PollsChoice PollsChoiceUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistenceImpl.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistenceImpl.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
static PollsChoice[] PollsChoiceUtil.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
 PollsChoice[] PollsChoicePersistence.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
 PollsChoice[] PollsChoicePersistenceImpl.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoiceFinder.findByUUID_G(String uuid, long groupId)
           
static PollsChoice PollsChoiceFinderUtil.findByUUID_G(String uuid, long groupId)
           
 PollsChoice PollsChoiceFinderImpl.findByUUID_G(String uuid, long groupId)
           
static PollsChoice PollsChoiceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
static PollsChoice[] PollsChoiceUtil.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
 PollsChoice[] PollsChoicePersistence.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
 PollsChoice[] PollsChoicePersistenceImpl.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
protected  PollsChoice PollsChoicePersistenceImpl.getByQuestionId_PrevAndNext(Session session, PollsChoice pollsChoice, long questionId, OrderByComparator orderByComparator, boolean previous)
           
protected  PollsChoice PollsChoicePersistenceImpl.getByUuid_PrevAndNext(Session session, PollsChoice pollsChoice, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static PollsChoice PollsChoiceUtil.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
 PollsChoice PollsChoicePersistence.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
 PollsChoice PollsChoicePersistenceImpl.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
 PollsChoice PollsChoicePersistenceImpl.remove(Serializable primaryKey)
          Removes the polls choice with the primary key from the database.
static PollsChoice PollsChoiceUtil.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
 PollsChoice PollsChoicePersistence.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
 PollsChoice PollsChoicePersistenceImpl.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? from the database.
protected  PollsChoice PollsChoicePersistenceImpl.removeImpl(PollsChoice pollsChoice)
           
protected  PollsChoice PollsChoicePersistenceImpl.toUnwrappedModel(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceUtil.update(PollsChoice pollsChoice, boolean merge)
           
static PollsChoice PollsChoiceUtil.update(PollsChoice pollsChoice, boolean merge, ServiceContext serviceContext)
           
static PollsChoice PollsChoiceUtil.updateImpl(PollsChoice pollsChoice, boolean merge)
           
 PollsChoice PollsChoicePersistence.updateImpl(PollsChoice pollsChoice, boolean merge)
           
 PollsChoice PollsChoicePersistenceImpl.updateImpl(PollsChoice pollsChoice, boolean merge)
           
 

Methods in com.liferay.portlet.polls.service.persistence that return types with arguments of type PollsChoice
static List<PollsChoice> PollsChoiceUtil.findAll()
          Returns all the polls choices.
 List<PollsChoice> PollsChoicePersistence.findAll()
          Returns all the polls choices.
 List<PollsChoice> PollsChoicePersistenceImpl.findAll()
          Returns all the polls choices.
static List<PollsChoice> PollsChoiceUtil.findAll(int start, int end)
          Returns a range of all the polls choices.
 List<PollsChoice> PollsChoicePersistence.findAll(int start, int end)
          Returns a range of all the polls choices.
 List<PollsChoice> PollsChoicePersistenceImpl.findAll(int start, int end)
          Returns a range of all the polls choices.
static List<PollsChoice> PollsChoiceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices.
 List<PollsChoice> PollsChoicePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices.
 List<PollsChoice> PollsChoicePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices.
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId)
          Returns all the polls choices where questionId = ?.
 List<PollsChoice> PollsChoicePersistence.findByQuestionId(long questionId)
          Returns all the polls choices where questionId = ?.
 List<PollsChoice> PollsChoicePersistenceImpl.findByQuestionId(long questionId)
          Returns all the polls choices where questionId = ?.
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId, int start, int end)
          Returns a range of all the polls choices where questionId = ?.
 List<PollsChoice> PollsChoicePersistence.findByQuestionId(long questionId, int start, int end)
          Returns a range of all the polls choices where questionId = ?.
 List<PollsChoice> PollsChoicePersistenceImpl.findByQuestionId(long questionId, int start, int end)
          Returns a range of all the polls choices where questionId = ?.
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where questionId = ?.
 List<PollsChoice> PollsChoicePersistence.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where questionId = ?.
 List<PollsChoice> PollsChoicePersistenceImpl.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where questionId = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid)
          Returns all the polls choices where uuid = ?.
 List<PollsChoice> PollsChoicePersistence.findByUuid(String uuid)
          Returns all the polls choices where uuid = ?.
 List<PollsChoice> PollsChoicePersistenceImpl.findByUuid(String uuid)
          Returns all the polls choices where uuid = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the polls choices where uuid = ?.
 List<PollsChoice> PollsChoicePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the polls choices where uuid = ?.
 List<PollsChoice> PollsChoicePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the polls choices where uuid = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ?.
 List<PollsChoice> PollsChoicePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ?.
 List<PollsChoice> PollsChoicePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ?.
static List<PollsChoice> PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PollsChoice> PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PollsChoice> PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.polls.service.persistence with parameters of type PollsChoice
static void PollsChoiceUtil.cacheResult(PollsChoice pollsChoice)
          Caches the polls choice in the entity cache if it is enabled.
 void PollsChoicePersistence.cacheResult(PollsChoice pollsChoice)
          Caches the polls choice in the entity cache if it is enabled.
 void PollsChoicePersistenceImpl.cacheResult(PollsChoice pollsChoice)
          Caches the polls choice in the entity cache if it is enabled.
protected  void PollsChoicePersistenceImpl.cacheUniqueFindersCache(PollsChoice pollsChoice)
           
static void PollsChoiceUtil.clearCache(PollsChoice pollsChoice)
           
 void PollsChoicePersistenceImpl.clearCache(PollsChoice pollsChoice)
          Clears the cache for the polls choice.
protected  void PollsChoicePersistenceImpl.clearUniqueFindersCache(PollsChoice pollsChoice)
           
protected  PollsChoice PollsChoicePersistenceImpl.getByQuestionId_PrevAndNext(Session session, PollsChoice pollsChoice, long questionId, OrderByComparator orderByComparator, boolean previous)
           
protected  PollsChoice PollsChoicePersistenceImpl.getByUuid_PrevAndNext(Session session, PollsChoice pollsChoice, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  PollsChoice PollsChoicePersistenceImpl.removeImpl(PollsChoice pollsChoice)
           
protected  PollsChoice PollsChoicePersistenceImpl.toUnwrappedModel(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceUtil.update(PollsChoice pollsChoice, boolean merge)
           
static PollsChoice PollsChoiceUtil.update(PollsChoice pollsChoice, boolean merge, ServiceContext serviceContext)
           
static PollsChoice PollsChoiceUtil.updateImpl(PollsChoice pollsChoice, boolean merge)
           
 PollsChoice PollsChoicePersistence.updateImpl(PollsChoice pollsChoice, boolean merge)
           
 PollsChoice PollsChoicePersistenceImpl.updateImpl(PollsChoice pollsChoice, boolean merge)
           
 

Method parameters in com.liferay.portlet.polls.service.persistence with type arguments of type PollsChoice
static void PollsChoiceUtil.cacheResult(List<PollsChoice> pollsChoices)
          Caches the polls choices in the entity cache if it is enabled.
 void PollsChoicePersistence.cacheResult(List<PollsChoice> pollsChoices)
          Caches the polls choices in the entity cache if it is enabled.
 void PollsChoicePersistenceImpl.cacheResult(List<PollsChoice> pollsChoices)
          Caches the polls choices in the entity cache if it is enabled.
 void PollsChoicePersistenceImpl.clearCache(List<PollsChoice> pollsChoices)
           
 


Liferay 6.1.2-ce-ga3