Liferay 6.1.2-ce-ga3

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. Renamed to PollsVoteWrapper.getWrappedModel()
 PollsVote PollsVoteModel.toEscapedModel()
           
 PollsVote PollsVoteWrapper.toEscapedModel()
           
 PollsVote PollsVoteModel.toUnescapedModel()
           
 PollsVote PollsVoteWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.polls.model that return types with arguments of type PollsVote
 CacheModel<PollsVote> PollsVoteModel.toCacheModel()
           
 CacheModel<PollsVote> PollsVoteWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.polls.model with parameters of type PollsVote
 int PollsVoteModel.compareTo(PollsVote pollsVote)
           
 int PollsVoteWrapper.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
static PollsVote PollsVoteLocalServiceUtil.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalServiceWrapper.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalService.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
static PollsVote PollsVoteLocalServiceUtil.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteLocalServiceWrapper.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteLocalService.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteService.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteServiceWrapper.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
static PollsVote PollsVoteServiceUtil.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
static PollsVote PollsVoteLocalServiceUtil.createPollsVote(long voteId)
          Creates a new polls vote with the primary key.
 PollsVote PollsVoteLocalServiceWrapper.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.
static PollsVote PollsVoteLocalServiceUtil.deletePollsVote(long voteId)
          Deletes the polls vote with the primary key from the database.
 PollsVote PollsVoteLocalServiceWrapper.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.
static PollsVote PollsVoteLocalServiceUtil.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalServiceWrapper.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalService.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
static PollsVote PollsVoteLocalServiceUtil.fetchPollsVote(long voteId)
           
 PollsVote PollsVoteLocalServiceWrapper.fetchPollsVote(long voteId)
           
 PollsVote PollsVoteLocalService.fetchPollsVote(long voteId)
           
static PollsVote PollsVoteLocalServiceUtil.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
 PollsVote PollsVoteLocalServiceWrapper.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
 PollsVote PollsVoteLocalService.getPollsVote(long voteId)
          Returns the polls vote with the primary key.
static PollsVote PollsVoteLocalServiceUtil.getVote(long questionId, long userId)
           
 PollsVote PollsVoteLocalServiceWrapper.getVote(long questionId, long userId)
           
 PollsVote PollsVoteLocalService.getVote(long questionId, long userId)
           
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalServiceWrapper.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.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote, boolean merge)
          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
static List<PollsVote> PollsVoteLocalServiceUtil.getChoiceVotes(long choiceId, int start, int end)
           
 List<PollsVote> PollsVoteLocalServiceWrapper.getChoiceVotes(long choiceId, int start, int end)
           
 List<PollsVote> PollsVoteLocalService.getChoiceVotes(long choiceId, int start, int end)
           
static List<PollsVote> PollsVoteLocalServiceUtil.getPollsVotes(int start, int end)
          Returns a range of all the polls votes.
 List<PollsVote> PollsVoteLocalServiceWrapper.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.
static List<PollsVote> PollsVoteLocalServiceUtil.getQuestionVotes(long questionId, int start, int end)
           
 List<PollsVote> PollsVoteLocalServiceWrapper.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
static PollsVote PollsVoteLocalServiceUtil.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalServiceWrapper.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalService.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
static PollsVote PollsVoteLocalServiceUtil.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalServiceWrapper.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalService.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalServiceWrapper.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.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database or adds it if it does not yet exist.
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote, boolean merge)
          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.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.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.update(PollsVote pollsVote, boolean merge)
           
static PollsVote PollsVoteUtil.update(PollsVote pollsVote, boolean merge, ServiceContext serviceContext)
           
static PollsVote PollsVoteUtil.updateImpl(PollsVote pollsVote, boolean merge)
           
 PollsVote PollsVotePersistence.updateImpl(PollsVote pollsVote, boolean merge)
           
 

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.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, boolean merge)
           
static PollsVote PollsVoteUtil.update(PollsVote pollsVote, boolean merge, ServiceContext serviceContext)
           
static PollsVote PollsVoteUtil.updateImpl(PollsVote pollsVote, boolean merge)
           
 PollsVote PollsVotePersistence.updateImpl(PollsVote pollsVote, boolean merge)
           
 

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.1.2-ce-ga3