Liferay 6.2-ce-ga5

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

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

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

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

Methods in com.liferay.portlet.polls.model that return PollsVote
 PollsVote PollsVoteWrapper.getWrappedModel()
           
 PollsVote PollsVoteWrapper.getWrappedPollsVote()
          Deprecated. As of 6.1.0, replaced by PollsVoteWrapper.getWrappedModel()
 PollsVote PollsVoteWrapper.toEscapedModel()
           
 PollsVote PollsVoteModel.toEscapedModel()
           
 PollsVote PollsVoteWrapper.toUnescapedModel()
           
 PollsVote PollsVoteModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.polls.model that return types with arguments of type PollsVote
 List<PollsVote> PollsQuestionWrapper.getVotes()
           
 List<PollsVote> PollsQuestion.getVotes()
           
 List<PollsVote> PollsQuestionWrapper.getVotes(int start, int end)
           
 List<PollsVote> PollsQuestion.getVotes(int start, int end)
           
 CacheModel<PollsVote> PollsVoteWrapper.toCacheModel()
           
 CacheModel<PollsVote> PollsVoteModel.toCacheModel()
           
 

Methods in com.liferay.portlet.polls.model with parameters of type PollsVote
 int PollsVoteWrapper.compareTo(PollsVote pollsVote)
           
 int PollsVoteModel.compareTo(PollsVote pollsVote)
           
static PollsVoteSoap PollsVoteSoap.toSoapModel(PollsVote model)
           
static PollsVoteSoap[] PollsVoteSoap.toSoapModels(PollsVote[] models)
           
static PollsVoteSoap[][] PollsVoteSoap.toSoapModels(PollsVote[][] models)
           
 

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

Constructors in com.liferay.portlet.polls.model with parameters of type PollsVote
PollsVoteWrapper(PollsVote pollsVote)
           
 

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

Methods in com.liferay.portlet.polls.service that return PollsVote
 PollsVote PollsVoteLocalServiceWrapper.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
static PollsVote PollsVoteLocalServiceUtil.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalService.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalServiceWrapper.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
static PollsVote PollsVoteLocalServiceUtil.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteLocalService.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
static PollsVote PollsVoteServiceUtil.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteServiceWrapper.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteService.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteLocalServiceWrapper.createPollsVote(long voteId)
          Creates a new polls vote with the primary key.
static PollsVote PollsVoteLocalServiceUtil.createPollsVote(long voteId)
          Creates a new polls vote with the primary key.
 PollsVote PollsVoteLocalService.createPollsVote(long voteId)
          Creates a new polls vote with the primary key.
 PollsVote PollsVoteLocalServiceWrapper.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
static PollsVote PollsVoteLocalServiceUtil.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
 PollsVote PollsVoteLocalService.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
 PollsVote PollsVoteLocalServiceWrapper.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
static PollsVote PollsVoteLocalServiceUtil.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalService.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalServiceWrapper.fetchPollsVote(long voteId)
           
static PollsVote PollsVoteLocalServiceUtil.fetchPollsVote(long voteId)
           
 PollsVote PollsVoteLocalService.fetchPollsVote(long voteId)
           
 PollsVote PollsVoteLocalServiceWrapper.fetchPollsVoteByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls vote with the matching UUID and company.
static PollsVote PollsVoteLocalServiceUtil.fetchPollsVoteByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls vote with the matching UUID and company.
 PollsVote PollsVoteLocalService.fetchPollsVoteByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls vote with the matching UUID and company.
 PollsVote PollsVoteLocalServiceWrapper.fetchPollsVoteByUuidAndGroupId(String uuid, long groupId)
          Returns the polls vote matching the UUID and group.
static PollsVote PollsVoteLocalServiceUtil.fetchPollsVoteByUuidAndGroupId(String uuid, long groupId)
          Returns the polls vote matching the UUID and group.
 PollsVote PollsVoteLocalService.fetchPollsVoteByUuidAndGroupId(String uuid, long groupId)
          Returns the polls vote matching the UUID and group.
 PollsVote PollsVoteLocalServiceWrapper.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
static PollsVote PollsVoteLocalServiceUtil.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
 PollsVote PollsVoteLocalService.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
 PollsVote PollsVoteLocalServiceWrapper.getPollsVoteByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls vote with the matching UUID and company.
static PollsVote PollsVoteLocalServiceUtil.getPollsVoteByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls vote with the matching UUID and company.
 PollsVote PollsVoteLocalService.getPollsVoteByUuidAndCompanyId(String uuid, long companyId)
          Returns the polls vote with the matching UUID and company.
 PollsVote PollsVoteLocalServiceWrapper.getPollsVoteByUuidAndGroupId(String uuid, long groupId)
          Returns the polls vote matching the UUID and group.
static PollsVote PollsVoteLocalServiceUtil.getPollsVoteByUuidAndGroupId(String uuid, long groupId)
          Returns the polls vote matching the UUID and group.
 PollsVote PollsVoteLocalService.getPollsVoteByUuidAndGroupId(String uuid, long groupId)
          Returns the polls vote matching the UUID and group.
 PollsVote PollsVoteLocalServiceWrapper.getVote(long questionId, long userId)
           
static PollsVote PollsVoteLocalServiceUtil.getVote(long questionId, long userId)
           
 PollsVote PollsVoteLocalService.getVote(long questionId, long userId)
           
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database or adds it if it does not yet exist.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote 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 PollsVote
 List<PollsVote> PollsVoteLocalServiceWrapper.getChoiceVotes(long choiceId, int start, int end)
           
static List<PollsVote> PollsVoteLocalServiceUtil.getChoiceVotes(long choiceId, int start, int end)
           
 List<PollsVote> PollsVoteLocalService.getChoiceVotes(long choiceId, int start, int end)
           
 List<PollsVote> PollsVoteLocalServiceWrapper.getPollsVotes(int start, int end)
          Returns a range of all the polls votes.
static List<PollsVote> PollsVoteLocalServiceUtil.getPollsVotes(int start, int end)
          Returns a range of all the polls votes.
 List<PollsVote> PollsVoteLocalService.getPollsVotes(int start, int end)
          Returns a range of all the polls votes.
 List<PollsVote> PollsVoteLocalServiceWrapper.getQuestionVotes(long questionId, int start, int end)
           
static List<PollsVote> PollsVoteLocalServiceUtil.getQuestionVotes(long questionId, int start, int end)
           
 List<PollsVote> PollsVoteLocalService.getQuestionVotes(long questionId, int start, int end)
           
 

Methods in com.liferay.portlet.polls.service with parameters of type PollsVote
 PollsVote PollsVoteLocalServiceWrapper.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
static PollsVote PollsVoteLocalServiceUtil.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalService.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalServiceWrapper.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
static PollsVote PollsVoteLocalServiceUtil.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalService.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database or adds it if it does not yet exist.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.polls.service.persistence that return PollsVote
static PollsVote PollsVoteUtil.create(long voteId)
          Creates a new polls vote with the primary key.
 PollsVote PollsVotePersistence.create(long voteId)
          Creates a new polls vote with the primary key.
static PollsVote PollsVoteUtil.fetchByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.fetchByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.fetchByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.fetchByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.fetchByPrimaryKey(long voteId)
          Returns the polls vote with the primary key or returns null if it could not be found.
 PollsVote PollsVotePersistence.fetchByPrimaryKey(long voteId)
          Returns the polls vote with the primary key or returns null if it could not be found.
static PollsVote PollsVoteUtil.fetchByQ_U(long questionId, long userId)
          Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found.
 PollsVote PollsVotePersistence.fetchByQ_U(long questionId, long userId)
          Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found.
static PollsVote PollsVoteUtil.fetchByQ_U(long questionId, long userId, boolean retrieveFromCache)
          Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 PollsVote PollsVotePersistence.fetchByQ_U(long questionId, long userId, boolean retrieveFromCache)
          Returns the polls vote where questionId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
static PollsVote PollsVoteUtil.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.fetchByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.fetchByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the polls vote where uuid = ? and groupId = ? or returns null if it could not be found.
 PollsVote PollsVotePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the polls vote where uuid = ? and groupId = ? or returns null if it could not be found.
static PollsVote PollsVoteUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the polls vote where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 PollsVote PollsVotePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the polls vote where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static PollsVote PollsVoteUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where choiceId = ?.
static PollsVote[] PollsVoteUtil.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
 PollsVote[] PollsVotePersistence.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.findByPrimaryKey(long voteId)
          Returns the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistence.findByPrimaryKey(long voteId)
          Returns the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.
static PollsVote PollsVoteUtil.findByQ_U(long questionId, long userId)
          Returns the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistence.findByQ_U(long questionId, long userId)
          Returns the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found.
static PollsVote PollsVoteUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where questionId = ?.
static PollsVote[] PollsVoteUtil.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
 PollsVote[] PollsVotePersistence.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote PollsVotePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
static PollsVote[] PollsVoteUtil.findByUuid_C_PrevAndNext(long voteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
 PollsVote[] PollsVotePersistence.findByUuid_C_PrevAndNext(long voteId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
static PollsVote PollsVoteUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first polls vote in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.findByUUID_G(String uuid, long groupId)
          Returns the polls vote where uuid = ? and groupId = ? or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistence.findByUUID_G(String uuid, long groupId)
          Returns the polls vote where uuid = ? and groupId = ? or throws a NoSuchVoteException if it could not be found.
static PollsVote PollsVoteUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
 PollsVote PollsVotePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last polls vote in the ordered set where uuid = ?.
static PollsVote[] PollsVoteUtil.findByUuid_PrevAndNext(long voteId, String uuid, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
 PollsVote[] PollsVotePersistence.findByUuid_PrevAndNext(long voteId, String uuid, OrderByComparator orderByComparator)
          Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
static PollsVote PollsVoteUtil.remove(long voteId)
          Removes the polls vote with the primary key from the database.
 PollsVote PollsVotePersistence.remove(long voteId)
          Removes the polls vote with the primary key from the database.
static PollsVote PollsVoteUtil.removeByQ_U(long questionId, long userId)
          Removes the polls vote where questionId = ? and userId = ? from the database.
 PollsVote PollsVotePersistence.removeByQ_U(long questionId, long userId)
          Removes the polls vote where questionId = ? and userId = ? from the database.
static PollsVote PollsVoteUtil.removeByUUID_G(String uuid, long groupId)
          Removes the polls vote where uuid = ? and groupId = ? from the database.
 PollsVote PollsVotePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the polls vote where uuid = ? and groupId = ? from the database.
static PollsVote PollsVoteUtil.update(PollsVote pollsVote)
           
static PollsVote PollsVoteUtil.update(PollsVote pollsVote, ServiceContext serviceContext)
           
static PollsVote PollsVoteUtil.updateImpl(PollsVote pollsVote)
           
 PollsVote PollsVotePersistence.updateImpl(PollsVote pollsVote)
           
 

Methods in com.liferay.portlet.polls.service.persistence that return types with arguments of type PollsVote
static List<PollsVote> PollsVoteUtil.findAll()
          Returns all the polls votes.
 List<PollsVote> PollsVotePersistence.findAll()
          Returns all the polls votes.
static List<PollsVote> PollsVoteUtil.findAll(int start, int end)
          Returns a range of all the polls votes.
 List<PollsVote> PollsVotePersistence.findAll(int start, int end)
          Returns a range of all the polls votes.
static List<PollsVote> PollsVoteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes.
 List<PollsVote> PollsVotePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes.
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId)
          Returns all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId)
          Returns all the polls votes where choiceId = ?.
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId, int start, int end)
          Returns a range of all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId, int start, int end)
          Returns a range of all the polls votes where choiceId = ?.
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where choiceId = ?.
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId)
          Returns all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId)
          Returns all the polls votes where questionId = ?.
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId, int start, int end)
          Returns a range of all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId, int start, int end)
          Returns a range of all the polls votes where questionId = ?.
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where questionId = ?.
static List<PollsVote> PollsVoteUtil.findByUuid_C(String uuid, long companyId)
          Returns all the polls votes where uuid = ? and companyId = ?.
 List<PollsVote> PollsVotePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the polls votes where uuid = ? and companyId = ?.
static List<PollsVote> PollsVoteUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the polls votes where uuid = ? and companyId = ?.
 List<PollsVote> PollsVotePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the polls votes where uuid = ? and companyId = ?.
static List<PollsVote> PollsVoteUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
 List<PollsVote> PollsVotePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
static List<PollsVote> PollsVoteUtil.findByUuid(String uuid)
          Returns all the polls votes where uuid = ?.
 List<PollsVote> PollsVotePersistence.findByUuid(String uuid)
          Returns all the polls votes where uuid = ?.
static List<PollsVote> PollsVoteUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the polls votes where uuid = ?.
 List<PollsVote> PollsVotePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the polls votes where uuid = ?.
static List<PollsVote> PollsVoteUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ?.
 List<PollsVote> PollsVotePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the polls votes where uuid = ?.
static List<PollsVote> PollsVoteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PollsVote> PollsVoteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PollsVote> PollsVoteUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.polls.service.persistence with parameters of type PollsVote
static void PollsVoteUtil.cacheResult(PollsVote pollsVote)
          Caches the polls vote in the entity cache if it is enabled.
 void PollsVotePersistence.cacheResult(PollsVote pollsVote)
          Caches the polls vote in the entity cache if it is enabled.
static void PollsVoteUtil.clearCache(PollsVote pollsVote)
           
static PollsVote PollsVoteUtil.update(PollsVote pollsVote)
           
static PollsVote PollsVoteUtil.update(PollsVote pollsVote, ServiceContext serviceContext)
           
static PollsVote PollsVoteUtil.updateImpl(PollsVote pollsVote)
           
 PollsVote PollsVotePersistence.updateImpl(PollsVote pollsVote)
           
 

Method parameters in com.liferay.portlet.polls.service.persistence with type arguments of type PollsVote
static void PollsVoteUtil.cacheResult(List<PollsVote> pollsVotes)
          Caches the polls votes in the entity cache if it is enabled.
 void PollsVotePersistence.cacheResult(List<PollsVote> pollsVotes)
          Caches the polls votes in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5