Liferay 6.0.5

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

Packages that use PollsVote
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 PollsVote in com.liferay.portlet.polls.lar
 

Methods in com.liferay.portlet.polls.lar with parameters of type PollsVote
protected static void PollsPortletDataHandlerImpl.exportVote(PortletDataContext context, Element questionsElement, PollsVote vote)
           
protected static String PollsPortletDataHandlerImpl.getVotePath(PortletDataContext context, PollsVote vote)
           
protected static void PollsPortletDataHandlerImpl.importVote(PortletDataContext context, PollsVote vote)
           
 

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.getWrappedPollsVote()
           
 PollsVote PollsVoteWrapper.toEscapedModel()
           
 PollsVote PollsVoteModel.toEscapedModel()
          Gets a copy of this polls vote as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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.model.impl
 

Classes in com.liferay.portlet.polls.model.impl that implement PollsVote
 class PollsVoteImpl
           
 

Methods in com.liferay.portlet.polls.model.impl that return PollsVote
 PollsVote PollsVoteModelImpl.toEscapedModel()
           
static PollsVote PollsVoteModelImpl.toModel(PollsVoteSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.polls.model.impl that return types with arguments of type PollsVote
static List<PollsVote> PollsVoteModelImpl.toModels(PollsVoteSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.polls.model.impl with parameters of type PollsVote
 int PollsVoteModelImpl.compareTo(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)
           
 PollsVote PollsVoteServiceWrapper.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
static PollsVote PollsVoteServiceUtil.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.getPollsVote(long voteId)
          Gets the polls vote with the primary key.
static PollsVote PollsVoteLocalServiceUtil.getPollsVote(long voteId)
          Gets the polls vote with the primary key.
 PollsVote PollsVoteLocalService.getPollsVote(long voteId)
          Gets the polls vote with the primary key.
 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.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database.
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database.
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database.
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database.
 

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)
          Gets a range of all the polls votes.
static List<PollsVote> PollsVoteLocalServiceUtil.getPollsVotes(int start, int end)
          Gets a range of all the polls votes.
 List<PollsVote> PollsVoteLocalService.getPollsVotes(int start, int end)
          Gets 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.
 void PollsVoteLocalServiceWrapper.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
static void PollsVoteLocalServiceUtil.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 void PollsVoteLocalService.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database.
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database.
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database.
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database.
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database.
 

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

Methods in com.liferay.portlet.polls.service.base that return PollsVote
 PollsVote PollsVoteLocalServiceBaseImpl.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 PollsVote PollsVoteLocalServiceBaseImpl.createPollsVote(long voteId)
          Creates a new polls vote with the primary key.
 PollsVote PollsVoteLocalServiceBaseImpl.getPollsVote(long voteId)
          Gets the polls vote with the primary key.
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database.
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database.
 

Methods in com.liferay.portlet.polls.service.base that return types with arguments of type PollsVote
 List<PollsVote> PollsVoteLocalServiceBaseImpl.getPollsVotes(int start, int end)
          Gets a range of all the polls votes.
 

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsVote
 PollsVote PollsVoteLocalServiceBaseImpl.addPollsVote(PollsVote pollsVote)
          Adds the polls vote to the database.
 void PollsVoteLocalServiceBaseImpl.deletePollsVote(PollsVote pollsVote)
          Deletes the polls vote from the database.
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote)
          Updates the polls vote in the database.
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote, boolean merge)
          Updates the polls vote in the database.
 

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

Methods in com.liferay.portlet.polls.service.http that return PollsVote
static PollsVote PollsVoteServiceHttp.addVote(HttpPrincipal httpPrincipal, long questionId, long choiceId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.polls.service.http with parameters of type PollsVote
static JSONArray PollsVoteJSONSerializer.toJSONArray(PollsVote[] models)
           
static JSONArray PollsVoteJSONSerializer.toJSONArray(PollsVote[][] models)
           
static JSONObject PollsVoteJSONSerializer.toJSONObject(PollsVote model)
           
 

Method parameters in com.liferay.portlet.polls.service.http with type arguments of type PollsVote
static JSONArray PollsVoteJSONSerializer.toJSONArray(List<PollsVote> models)
           
 

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

Methods in com.liferay.portlet.polls.service.impl that return PollsVote
 PollsVote PollsVoteLocalServiceImpl.addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteServiceImpl.addVote(long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote PollsVoteLocalServiceImpl.getVote(long questionId, long userId)
           
 

Methods in com.liferay.portlet.polls.service.impl that return types with arguments of type PollsVote
 List<PollsVote> PollsVoteLocalServiceImpl.getChoiceVotes(long choiceId, int start, int end)
           
 List<PollsVote> PollsVoteLocalServiceImpl.getQuestionVotes(long questionId, int start, int end)
           
 

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.
 PollsVote PollsVotePersistenceImpl.create(long voteId)
          Creates a new polls vote with the primary key.
static PollsVote PollsVoteUtil.fetchByPrimaryKey(long voteId)
          Finds the polls vote with the primary key or returns null if it could not be found.
 PollsVote PollsVotePersistence.fetchByPrimaryKey(long voteId)
          Finds the polls vote with the primary key or returns null if it could not be found.
 PollsVote PollsVotePersistenceImpl.fetchByPrimaryKey(long voteId)
          Finds the polls vote with the primary key or returns null if it could not be found.
 PollsVote PollsVotePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds 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)
          Finds the polls vote where questionId = ? and userId = ? or returns null if it could not be found.
 PollsVote PollsVotePersistence.fetchByQ_U(long questionId, long userId)
          Finds the polls vote where questionId = ? and userId = ? or returns null if it could not be found.
 PollsVote PollsVotePersistenceImpl.fetchByQ_U(long questionId, long userId)
          Finds 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)
          Finds 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)
          Finds the polls vote where questionId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
 PollsVote PollsVotePersistenceImpl.fetchByQ_U(long questionId, long userId, boolean retrieveFromCache)
          Finds the polls vote where questionId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache.
static PollsVote PollsVoteUtil.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Finds the first polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Finds the first polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistenceImpl.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
          Finds the first polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Finds the last polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistence.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Finds the last polls vote in the ordered set where choiceId = ?.
 PollsVote PollsVotePersistenceImpl.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
          Finds the last polls vote in the ordered set where choiceId = ?.
static PollsVote[] PollsVoteUtil.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
 PollsVote[] PollsVotePersistenceImpl.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
          Finds the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
static PollsVote PollsVoteUtil.findByPrimaryKey(long voteId)
          Finds the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistence.findByPrimaryKey(long voteId)
          Finds the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistenceImpl.findByPrimaryKey(long voteId)
          Finds the polls vote with the primary key or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the polls vote with the primary key or throws a NoSuchModelException if it could not be found.
static PollsVote PollsVoteUtil.findByQ_U(long questionId, long userId)
          Finds 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)
          Finds the polls vote where questionId = ? and userId = ? or throws a NoSuchVoteException if it could not be found.
 PollsVote PollsVotePersistenceImpl.findByQ_U(long questionId, long userId)
          Finds 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)
          Finds the first polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Finds the first polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistenceImpl.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
          Finds the first polls vote in the ordered set where questionId = ?.
static PollsVote PollsVoteUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Finds the last polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Finds the last polls vote in the ordered set where questionId = ?.
 PollsVote PollsVotePersistenceImpl.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
          Finds the last polls vote in the ordered set where questionId = ?.
static PollsVote[] PollsVoteUtil.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the polls votes before and after the current polls vote in the ordered set where questionId = ?.
 PollsVote[] PollsVotePersistenceImpl.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
          Finds the polls votes before and after the current polls vote in the ordered set where questionId = ?.
protected  PollsVote PollsVotePersistenceImpl.getByChoiceId_PrevAndNext(Session session, PollsVote pollsVote, long choiceId, OrderByComparator orderByComparator, boolean previous)
           
protected  PollsVote PollsVotePersistenceImpl.getByQuestionId_PrevAndNext(Session session, PollsVote pollsVote, long questionId, OrderByComparator orderByComparator, boolean previous)
           
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.
 PollsVote PollsVotePersistenceImpl.remove(long voteId)
          Removes the polls vote with the primary key from the database.
static PollsVote PollsVoteUtil.remove(PollsVote pollsVote)
           
 PollsVote PollsVotePersistenceImpl.remove(Serializable primaryKey)
          Removes the polls vote with the primary key from the database.
protected  PollsVote PollsVotePersistenceImpl.removeImpl(PollsVote pollsVote)
           
protected  PollsVote PollsVotePersistenceImpl.toUnwrappedModel(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)
           
 PollsVote PollsVotePersistenceImpl.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()
          Finds all the polls votes.
 List<PollsVote> PollsVotePersistence.findAll()
          Finds all the polls votes.
 List<PollsVote> PollsVotePersistenceImpl.findAll()
          Finds all the polls votes.
static List<PollsVote> PollsVoteUtil.findAll(int start, int end)
          Finds a range of all the polls votes.
 List<PollsVote> PollsVotePersistence.findAll(int start, int end)
          Finds a range of all the polls votes.
 List<PollsVote> PollsVotePersistenceImpl.findAll(int start, int end)
          Finds a range of all the polls votes.
static List<PollsVote> PollsVoteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the polls votes.
 List<PollsVote> PollsVotePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the polls votes.
 List<PollsVote> PollsVotePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the polls votes.
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId)
          Finds all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId)
          Finds all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistenceImpl.findByChoiceId(long choiceId)
          Finds all the polls votes where choiceId = ?.
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId, int start, int end)
          Finds a range of all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId, int start, int end)
          Finds a range of all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistenceImpl.findByChoiceId(long choiceId, int start, int end)
          Finds a range of all the polls votes where choiceId = ?.
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the polls votes where choiceId = ?.
 List<PollsVote> PollsVotePersistenceImpl.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the polls votes where choiceId = ?.
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId)
          Finds all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId)
          Finds all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistenceImpl.findByQuestionId(long questionId)
          Finds all the polls votes where questionId = ?.
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId, int start, int end)
          Finds a range of all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId, int start, int end)
          Finds a range of all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistenceImpl.findByQuestionId(long questionId, int start, int end)
          Finds a range of all the polls votes where questionId = ?.
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the polls votes where questionId = ?.
 List<PollsVote> PollsVotePersistenceImpl.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
 void PollsVotePersistenceImpl.cacheResult(PollsVote pollsVote)
          Caches the polls vote in the entity cache if it is enabled.
static void PollsVoteUtil.clearCache(PollsVote pollsVote)
           
 void PollsVotePersistenceImpl.clearCache(PollsVote pollsVote)
          Clears the cache for the polls vote.
protected  PollsVote PollsVotePersistenceImpl.getByChoiceId_PrevAndNext(Session session, PollsVote pollsVote, long choiceId, OrderByComparator orderByComparator, boolean previous)
           
protected  PollsVote PollsVotePersistenceImpl.getByQuestionId_PrevAndNext(Session session, PollsVote pollsVote, long questionId, OrderByComparator orderByComparator, boolean previous)
           
static PollsVote PollsVoteUtil.remove(PollsVote pollsVote)
           
protected  PollsVote PollsVotePersistenceImpl.removeImpl(PollsVote pollsVote)
           
protected  PollsVote PollsVotePersistenceImpl.toUnwrappedModel(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)
           
 PollsVote PollsVotePersistenceImpl.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.
 void PollsVotePersistenceImpl.cacheResult(List<PollsVote> pollsVotes)
          Caches the polls votes in the entity cache if it is enabled.
 


Liferay 6.0.5