Liferay 6.0.3

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 context, Element questionsElement, PollsChoice choice)
           
protected static String PollsPortletDataHandlerImpl.getChoicePath(PortletDataContext context, PollsChoice choice)
           
protected static void PollsPortletDataHandlerImpl.importChoice(PortletDataContext context, 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.getWrappedPollsChoice()
           
 PollsChoice PollsChoiceWrapper.toEscapedModel()
           
 PollsChoice PollsChoiceModel.toEscapedModel()
           
 

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

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

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 PollsChoiceImpl
           
 

Methods in com.liferay.portlet.polls.model.impl that return PollsChoice
 PollsChoice PollsVoteImpl.getChoice()
           
 PollsChoice PollsChoiceModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.polls.model.impl that return types with arguments of type PollsChoice
 List<PollsChoice> PollsQuestionImpl.getChoices()
           
 

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 PollsChoiceLocalServiceWrapper.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
static PollsChoice PollsChoiceLocalServiceUtil.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsChoice PollsChoiceLocalService.addChoice(long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsChoice PollsChoiceLocalServiceWrapper.addPollsChoice(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceLocalServiceUtil.addPollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalServiceWrapper.createPollsChoice(long choiceId)
           
static PollsChoice PollsChoiceLocalServiceUtil.createPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalService.createPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceWrapper.getChoice(long choiceId)
           
static PollsChoice PollsChoiceLocalServiceUtil.getChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalService.getChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceWrapper.getPollsChoice(long choiceId)
           
static PollsChoice PollsChoiceLocalServiceUtil.getPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalService.getPollsChoice(long choiceId)
           
 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.updateChoice(long choiceId, long questionId, String name, String description)
           
 PollsChoice PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
static PollsChoice PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
 PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
 

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

Methods in com.liferay.portlet.polls.service with parameters of type PollsChoice
 PollsChoice PollsChoiceLocalServiceWrapper.addPollsChoice(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceLocalServiceUtil.addPollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
           
 void PollsChoiceLocalServiceWrapper.deletePollsChoice(PollsChoice pollsChoice)
           
static void PollsChoiceLocalServiceUtil.deletePollsChoice(PollsChoice pollsChoice)
           
 void PollsChoiceLocalService.deletePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
static PollsChoice PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
 PollsChoice PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
 

Method parameters in com.liferay.portlet.polls.service with type arguments of type PollsChoice
 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 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 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)
           
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 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)
           
 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 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 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)
           
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 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)
           
 PollsChoice PollsChoiceLocalServiceBaseImpl.createPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceBaseImpl.getPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
 

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

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsChoice
 PollsChoice PollsChoiceLocalServiceBaseImpl.addPollsChoice(PollsChoice pollsChoice)
           
 void PollsChoiceLocalServiceBaseImpl.deletePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice)
           
 PollsChoice PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice, boolean merge)
           
 

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)
           
 PollsChoice PollsChoicePersistence.create(long choiceId)
           
 PollsChoice PollsChoicePersistenceImpl.create(long choiceId)
           
static PollsChoice PollsChoiceUtil.fetchByPrimaryKey(long choiceId)
           
 PollsChoice PollsChoicePersistence.fetchByPrimaryKey(long choiceId)
           
 PollsChoice PollsChoicePersistenceImpl.fetchByPrimaryKey(long choiceId)
           
 PollsChoice PollsChoicePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static PollsChoice PollsChoiceUtil.fetchByQ_N(long questionId, String name)
           
 PollsChoice PollsChoicePersistence.fetchByQ_N(long questionId, String name)
           
 PollsChoice PollsChoicePersistenceImpl.fetchByQ_N(long questionId, String name)
           
static PollsChoice PollsChoiceUtil.fetchByQ_N(long questionId, String name, boolean retrieveFromCache)
           
 PollsChoice PollsChoicePersistence.fetchByQ_N(long questionId, String name, boolean retrieveFromCache)
           
 PollsChoice PollsChoicePersistenceImpl.fetchByQ_N(long questionId, String name, boolean retrieveFromCache)
           
static PollsChoice PollsChoiceFinderUtil.fetchByUUID_G(String uuid, long groupId)
           
 PollsChoice PollsChoiceFinder.fetchByUUID_G(String uuid, long groupId)
           
 PollsChoice PollsChoiceFinderImpl.fetchByUUID_G(String uuid, long groupId)
           
static PollsChoice PollsChoiceUtil.findByPrimaryKey(long choiceId)
           
 PollsChoice PollsChoicePersistence.findByPrimaryKey(long choiceId)
           
 PollsChoice PollsChoicePersistenceImpl.findByPrimaryKey(long choiceId)
           
 PollsChoice PollsChoicePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static PollsChoice PollsChoiceUtil.findByQ_N(long questionId, String name)
           
 PollsChoice PollsChoicePersistence.findByQ_N(long questionId, String name)
           
 PollsChoice PollsChoicePersistenceImpl.findByQ_N(long questionId, String name)
           
static PollsChoice PollsChoiceUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
           
 PollsChoice PollsChoicePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
           
 PollsChoice PollsChoicePersistenceImpl.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
           
static PollsChoice PollsChoiceUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
           
 PollsChoice PollsChoicePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
           
 PollsChoice PollsChoicePersistenceImpl.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
           
static PollsChoice[] PollsChoiceUtil.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
           
 PollsChoice[] PollsChoicePersistence.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
           
 PollsChoice[] PollsChoicePersistenceImpl.findByQuestionId_PrevAndNext(long choiceId, long questionId, OrderByComparator orderByComparator)
           
static PollsChoice PollsChoiceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 PollsChoice PollsChoicePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 PollsChoice PollsChoicePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static PollsChoice PollsChoiceFinderUtil.findByUUID_G(String uuid, long groupId)
           
 PollsChoice PollsChoiceFinder.findByUUID_G(String uuid, long groupId)
           
 PollsChoice PollsChoiceFinderImpl.findByUUID_G(String uuid, long groupId)
           
static PollsChoice PollsChoiceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 PollsChoice PollsChoicePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 PollsChoice PollsChoicePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static PollsChoice[] PollsChoiceUtil.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
           
 PollsChoice[] PollsChoicePersistence.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
           
 PollsChoice[] PollsChoicePersistenceImpl.findByUuid_PrevAndNext(long choiceId, String uuid, OrderByComparator orderByComparator)
           
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)
           
 PollsChoice PollsChoicePersistence.remove(long choiceId)
           
 PollsChoice PollsChoicePersistenceImpl.remove(long choiceId)
           
static PollsChoice PollsChoiceUtil.remove(PollsChoice pollsChoice)
           
 PollsChoice PollsChoicePersistenceImpl.remove(Serializable primaryKey)
           
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()
           
 List<PollsChoice> PollsChoicePersistence.findAll()
           
 List<PollsChoice> PollsChoicePersistenceImpl.findAll()
           
static List<PollsChoice> PollsChoiceUtil.findAll(int start, int end)
           
 List<PollsChoice> PollsChoicePersistence.findAll(int start, int end)
           
 List<PollsChoice> PollsChoicePersistenceImpl.findAll(int start, int end)
           
static List<PollsChoice> PollsChoiceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<PollsChoice> PollsChoicePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<PollsChoice> PollsChoicePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId)
           
 List<PollsChoice> PollsChoicePersistence.findByQuestionId(long questionId)
           
 List<PollsChoice> PollsChoicePersistenceImpl.findByQuestionId(long questionId)
           
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId, int start, int end)
           
 List<PollsChoice> PollsChoicePersistence.findByQuestionId(long questionId, int start, int end)
           
 List<PollsChoice> PollsChoicePersistenceImpl.findByQuestionId(long questionId, int start, int end)
           
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
           
 List<PollsChoice> PollsChoicePersistence.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
           
 List<PollsChoice> PollsChoicePersistenceImpl.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
           
static List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid)
           
 List<PollsChoice> PollsChoicePersistence.findByUuid(String uuid)
           
 List<PollsChoice> PollsChoicePersistenceImpl.findByUuid(String uuid)
           
static List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid, int start, int end)
           
 List<PollsChoice> PollsChoicePersistence.findByUuid(String uuid, int start, int end)
           
 List<PollsChoice> PollsChoicePersistenceImpl.findByUuid(String uuid, int start, int end)
           
static List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<PollsChoice> PollsChoicePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<PollsChoice> PollsChoicePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void PollsChoicePersistence.cacheResult(PollsChoice pollsChoice)
           
 void PollsChoicePersistenceImpl.cacheResult(PollsChoice pollsChoice)
           
static void PollsChoiceUtil.clearCache(PollsChoice pollsChoice)
           
 void PollsChoicePersistenceImpl.clearCache(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)
           
static PollsChoice PollsChoiceUtil.remove(PollsChoice pollsChoice)
           
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)
           
 void PollsChoicePersistence.cacheResult(List<PollsChoice> pollsChoices)
           
 void PollsChoicePersistenceImpl.cacheResult(List<PollsChoice> pollsChoices)
           
 


Liferay 6.0.3