Liferay 6.2-ce-ga5

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

Packages that use PollsChoice
com.liferay.portlet.polls.model   
com.liferay.portlet.polls.service   
com.liferay.portlet.polls.service.persistence   
 

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. As of 6.1.0, replaced by 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.service
 

Methods in com.liferay.portlet.polls.service that return PollsChoice
 PollsChoice PollsChoiceLocalServiceWrapper.addChoice(long userId, long questionId, String name, String description, ServiceContext serviceContext)
           
static PollsChoice PollsChoiceLocalServiceUtil.addChoice(long userId, long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsChoice PollsChoiceLocalService.addChoice(long userId, long questionId, String name, String description, ServiceContext serviceContext)
           
 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.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to the database.
 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.createPollsChoice(long choiceId)
          Creates a new polls choice with the primary key.
 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(long choiceId)
          Deletes the polls choice with the primary key 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.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 PollsChoice PollsChoiceLocalServiceWrapper.fetchPollsChoice(long choiceId)
           
static PollsChoice PollsChoiceLocalServiceUtil.fetchPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalService.fetchPollsChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalServiceWrapper.fetchPollsChoiceByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls choice with the matching UUID and company.
static PollsChoice PollsChoiceLocalServiceUtil.fetchPollsChoiceByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls choice with the matching UUID and company.
 PollsChoice PollsChoiceLocalService.fetchPollsChoiceByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls choice with the matching UUID and company.
 PollsChoice PollsChoiceLocalServiceWrapper.fetchPollsChoiceByUuidAndGroupId(String uuid, long groupId)
          Returns the polls choice matching the UUID and group.
static PollsChoice PollsChoiceLocalServiceUtil.fetchPollsChoiceByUuidAndGroupId(String uuid, long groupId)
          Returns the polls choice matching the UUID and group.
 PollsChoice PollsChoiceLocalService.fetchPollsChoiceByUuidAndGroupId(String uuid, long groupId)
          Returns the polls choice matching the UUID and group.
 PollsChoice PollsChoiceLocalServiceWrapper.getChoice(long choiceId)
           
static PollsChoice PollsChoiceLocalServiceUtil.getChoice(long choiceId)
           
 PollsChoice PollsChoiceLocalService.getChoice(long choiceId)
           
 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.getPollsChoice(long choiceId)
          Returns the polls choice with the primary key.
 PollsChoice PollsChoiceLocalServiceWrapper.getPollsChoiceByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls choice with the matching UUID and company.
static PollsChoice PollsChoiceLocalServiceUtil.getPollsChoiceByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls choice with the matching UUID and company.
 PollsChoice PollsChoiceLocalService.getPollsChoiceByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls choice with the matching UUID and company.
 PollsChoice PollsChoiceLocalServiceWrapper.getPollsChoiceByUuidAndGroupId(String uuid, long groupId)
          Returns the polls choice matching the UUID and group.
static PollsChoice PollsChoiceLocalServiceUtil.getPollsChoiceByUuidAndGroupId(String uuid, long groupId)
          Returns the polls choice matching the UUID and group.
 PollsChoice PollsChoiceLocalService.getPollsChoiceByUuidAndGroupId(String uuid, long groupId)
          Returns the polls choice matching the UUID and group.
 PollsChoice PollsChoiceLocalServiceWrapper.updateChoice(long choiceId, long questionId, String name, String description, ServiceContext serviceContext)
           
static PollsChoice PollsChoiceLocalServiceUtil.updateChoice(long choiceId, long questionId, String name, String description, ServiceContext serviceContext)
           
 PollsChoice PollsChoiceLocalService.updateChoice(long choiceId, long questionId, String name, String description, ServiceContext serviceContext)
           
 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)
          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> 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)
          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.
 List<PollsChoice> PollsChoiceLocalService.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 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.addPollsChoice(PollsChoice pollsChoice)
          Adds the polls choice to 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.deletePollsChoice(PollsChoice pollsChoice)
          Deletes the polls choice from the database.
 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)
          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
 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 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)
           
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 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 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 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)
           
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)
           
 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)
           
 

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

Methods in com.liferay.portlet.polls.service.persistence that return PollsChoice
 PollsChoice PollsChoicePersistence.create(long choiceId)
          Creates a new polls choice with the primary key.
static PollsChoice PollsChoiceUtil.create(long choiceId)
          Creates a new polls choice with the primary key.
 PollsChoice PollsChoicePersistence.fetchByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or returns null if it could not be found.
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.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)
          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, 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.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.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static PollsChoice PollsChoiceUtil.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where questionId = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the polls choice where uuid = ? and groupId = ? or returns null if it could not be found.
static PollsChoice PollsChoiceUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the polls choice where uuid = ? and groupId = ? or returns null if it could not be found.
 PollsChoice PollsChoicePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the polls choice where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static PollsChoice PollsChoiceUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the polls choice where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 PollsChoice PollsChoicePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByPrimaryKey(long choiceId)
          Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found.
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.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.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.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where questionId = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static PollsChoice PollsChoiceUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice PollsChoiceUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsChoice[] PollsChoicePersistence.findByUuid_C_PrevAndNext(long choiceId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ? and companyId = ?.
static PollsChoice[] PollsChoiceUtil.findByUuid_C_PrevAndNext(long choiceId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls choices before and after the current polls choice in the ordered set where uuid = ? and companyId = ?.
 PollsChoice PollsChoicePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls choice in the ordered set where uuid = ?.
 PollsChoice PollsChoicePersistence.findByUUID_G(String uuid, long groupId)
          Returns the polls choice where uuid = ? and groupId = ? or throws a NoSuchChoiceException if it could not be found.
static PollsChoice PollsChoiceUtil.findByUUID_G(String uuid, long groupId)
          Returns the polls choice where uuid = ? and groupId = ? or throws a NoSuchChoiceException if it could not be found.
 PollsChoice PollsChoicePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls choice in the ordered set where uuid = ?.
static PollsChoice PollsChoiceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
static PollsChoice PollsChoiceUtil.remove(long choiceId)
          Removes the polls choice with the primary key from the database.
 PollsChoice PollsChoicePersistence.removeByQ_N(long questionId, String name)
          Removes the polls choice where questionId = ? and name = ? 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.removeByUUID_G(String uuid, long groupId)
          Removes the polls choice where uuid = ? and groupId = ? from the database.
static PollsChoice PollsChoiceUtil.removeByUUID_G(String uuid, long groupId)
          Removes the polls choice where uuid = ? and groupId = ? from the database.
static PollsChoice PollsChoiceUtil.update(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceUtil.update(PollsChoice pollsChoice, ServiceContext serviceContext)
           
 PollsChoice PollsChoicePersistence.updateImpl(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceUtil.updateImpl(PollsChoice pollsChoice)
           
 

Methods in com.liferay.portlet.polls.service.persistence that return types with arguments of type PollsChoice
 List<PollsChoice> PollsChoicePersistence.findAll()
          Returns all the polls choices.
static List<PollsChoice> PollsChoiceUtil.findAll()
          Returns all the polls choices.
 List<PollsChoice> PollsChoicePersistence.findAll(int start, int end)
          Returns a range of 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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByQuestionId(long questionId)
          Returns all the polls choices where questionId = ?.
static List<PollsChoice> PollsChoiceUtil.findByQuestionId(long questionId)
          Returns 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 = ?.
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, OrderByComparator orderByComparator)
          Returns an ordered 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.findByUuid_C(String uuid, long companyId)
          Returns all the polls choices where uuid = ? and companyId = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid_C(String uuid, long companyId)
          Returns all the polls choices where uuid = ? and companyId = ?.
 List<PollsChoice> PollsChoicePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the polls choices where uuid = ? and companyId = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the polls choices where uuid = ? and companyId = ?.
 List<PollsChoice> PollsChoicePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ? and companyId = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls choices where uuid = ? and companyId = ?.
 List<PollsChoice> PollsChoicePersistence.findByUuid(String uuid)
          Returns all the polls choices where uuid = ?.
static List<PollsChoice> PollsChoiceUtil.findByUuid(String uuid)
          Returns 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 = ?.
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, OrderByComparator orderByComparator)
          Returns an ordered 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 = ?.
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
 void PollsChoicePersistence.cacheResult(PollsChoice pollsChoice)
          Caches the polls choice in the entity cache if it is enabled.
static void PollsChoiceUtil.cacheResult(PollsChoice pollsChoice)
          Caches the polls choice in the entity cache if it is enabled.
static void PollsChoiceUtil.clearCache(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceUtil.update(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceUtil.update(PollsChoice pollsChoice, ServiceContext serviceContext)
           
 PollsChoice PollsChoicePersistence.updateImpl(PollsChoice pollsChoice)
           
static PollsChoice PollsChoiceUtil.updateImpl(PollsChoice pollsChoice)
           
 

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


Liferay 6.2-ce-ga5