Liferay 6.0.3

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()
           
 

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)
           
 

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

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)
           
static PollsVote PollsVoteLocalServiceUtil.addPollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalService.addPollsVote(PollsVote pollsVote)
           
 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)
           
static PollsVote PollsVoteLocalServiceUtil.createPollsVote(long voteId)
           
 PollsVote PollsVoteLocalService.createPollsVote(long voteId)
           
 PollsVote PollsVoteLocalServiceWrapper.getPollsVote(long voteId)
           
static PollsVote PollsVoteLocalServiceUtil.getPollsVote(long voteId)
           
 PollsVote PollsVoteLocalService.getPollsVote(long voteId)
           
 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)
           
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote, boolean merge)
           
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote, boolean merge)
           
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote, boolean merge)
           
 

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)
           
static List<PollsVote> PollsVoteLocalServiceUtil.getPollsVotes(int start, int end)
           
 List<PollsVote> PollsVoteLocalService.getPollsVotes(int start, int end)
           
 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)
           
static PollsVote PollsVoteLocalServiceUtil.addPollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalService.addPollsVote(PollsVote pollsVote)
           
 void PollsVoteLocalServiceWrapper.deletePollsVote(PollsVote pollsVote)
           
static void PollsVoteLocalServiceUtil.deletePollsVote(PollsVote pollsVote)
           
 void PollsVoteLocalService.deletePollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote)
           
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalServiceWrapper.updatePollsVote(PollsVote pollsVote, boolean merge)
           
static PollsVote PollsVoteLocalServiceUtil.updatePollsVote(PollsVote pollsVote, boolean merge)
           
 PollsVote PollsVoteLocalService.updatePollsVote(PollsVote pollsVote, boolean merge)
           
 

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)
           
 PollsVote PollsVoteLocalServiceBaseImpl.createPollsVote(long voteId)
           
 PollsVote PollsVoteLocalServiceBaseImpl.getPollsVote(long voteId)
           
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote, boolean merge)
           
 

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

Methods in com.liferay.portlet.polls.service.base with parameters of type PollsVote
 PollsVote PollsVoteLocalServiceBaseImpl.addPollsVote(PollsVote pollsVote)
           
 void PollsVoteLocalServiceBaseImpl.deletePollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote)
           
 PollsVote PollsVoteLocalServiceBaseImpl.updatePollsVote(PollsVote pollsVote, boolean merge)
           
 

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)
           
 PollsVote PollsVotePersistence.create(long voteId)
           
 PollsVote PollsVotePersistenceImpl.create(long voteId)
           
static PollsVote PollsVoteUtil.fetchByPrimaryKey(long voteId)
           
 PollsVote PollsVotePersistence.fetchByPrimaryKey(long voteId)
           
 PollsVote PollsVotePersistenceImpl.fetchByPrimaryKey(long voteId)
           
 PollsVote PollsVotePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static PollsVote PollsVoteUtil.fetchByQ_U(long questionId, long userId)
           
 PollsVote PollsVotePersistence.fetchByQ_U(long questionId, long userId)
           
 PollsVote PollsVotePersistenceImpl.fetchByQ_U(long questionId, long userId)
           
static PollsVote PollsVoteUtil.fetchByQ_U(long questionId, long userId, boolean retrieveFromCache)
           
 PollsVote PollsVotePersistence.fetchByQ_U(long questionId, long userId, boolean retrieveFromCache)
           
 PollsVote PollsVotePersistenceImpl.fetchByQ_U(long questionId, long userId, boolean retrieveFromCache)
           
static PollsVote PollsVoteUtil.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
           
 PollsVote PollsVotePersistence.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
           
 PollsVote PollsVotePersistenceImpl.findByChoiceId_First(long choiceId, OrderByComparator orderByComparator)
           
static PollsVote PollsVoteUtil.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
           
 PollsVote PollsVotePersistence.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
           
 PollsVote PollsVotePersistenceImpl.findByChoiceId_Last(long choiceId, OrderByComparator orderByComparator)
           
static PollsVote[] PollsVoteUtil.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
           
 PollsVote[] PollsVotePersistence.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
           
 PollsVote[] PollsVotePersistenceImpl.findByChoiceId_PrevAndNext(long voteId, long choiceId, OrderByComparator orderByComparator)
           
static PollsVote PollsVoteUtil.findByPrimaryKey(long voteId)
           
 PollsVote PollsVotePersistence.findByPrimaryKey(long voteId)
           
 PollsVote PollsVotePersistenceImpl.findByPrimaryKey(long voteId)
           
 PollsVote PollsVotePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static PollsVote PollsVoteUtil.findByQ_U(long questionId, long userId)
           
 PollsVote PollsVotePersistence.findByQ_U(long questionId, long userId)
           
 PollsVote PollsVotePersistenceImpl.findByQ_U(long questionId, long userId)
           
static PollsVote PollsVoteUtil.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
           
 PollsVote PollsVotePersistence.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
           
 PollsVote PollsVotePersistenceImpl.findByQuestionId_First(long questionId, OrderByComparator orderByComparator)
           
static PollsVote PollsVoteUtil.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
           
 PollsVote PollsVotePersistence.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
           
 PollsVote PollsVotePersistenceImpl.findByQuestionId_Last(long questionId, OrderByComparator orderByComparator)
           
static PollsVote[] PollsVoteUtil.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
           
 PollsVote[] PollsVotePersistence.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
           
 PollsVote[] PollsVotePersistenceImpl.findByQuestionId_PrevAndNext(long voteId, long questionId, OrderByComparator orderByComparator)
           
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)
           
 PollsVote PollsVotePersistence.remove(long voteId)
           
 PollsVote PollsVotePersistenceImpl.remove(long voteId)
           
static PollsVote PollsVoteUtil.remove(PollsVote pollsVote)
           
 PollsVote PollsVotePersistenceImpl.remove(Serializable primaryKey)
           
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()
           
 List<PollsVote> PollsVotePersistence.findAll()
           
 List<PollsVote> PollsVotePersistenceImpl.findAll()
           
static List<PollsVote> PollsVoteUtil.findAll(int start, int end)
           
 List<PollsVote> PollsVotePersistence.findAll(int start, int end)
           
 List<PollsVote> PollsVotePersistenceImpl.findAll(int start, int end)
           
static List<PollsVote> PollsVoteUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<PollsVote> PollsVotePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<PollsVote> PollsVotePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId)
           
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId)
           
 List<PollsVote> PollsVotePersistenceImpl.findByChoiceId(long choiceId)
           
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId, int start, int end)
           
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId, int start, int end)
           
 List<PollsVote> PollsVotePersistenceImpl.findByChoiceId(long choiceId, int start, int end)
           
static List<PollsVote> PollsVoteUtil.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
           
 List<PollsVote> PollsVotePersistence.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
           
 List<PollsVote> PollsVotePersistenceImpl.findByChoiceId(long choiceId, int start, int end, OrderByComparator orderByComparator)
           
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId)
           
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId)
           
 List<PollsVote> PollsVotePersistenceImpl.findByQuestionId(long questionId)
           
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId, int start, int end)
           
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId, int start, int end)
           
 List<PollsVote> PollsVotePersistenceImpl.findByQuestionId(long questionId, int start, int end)
           
static List<PollsVote> PollsVoteUtil.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
           
 List<PollsVote> PollsVotePersistence.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
           
 List<PollsVote> PollsVotePersistenceImpl.findByQuestionId(long questionId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void PollsVotePersistence.cacheResult(PollsVote pollsVote)
           
 void PollsVotePersistenceImpl.cacheResult(PollsVote pollsVote)
           
static void PollsVoteUtil.clearCache(PollsVote pollsVote)
           
 void PollsVotePersistenceImpl.clearCache(PollsVote pollsVote)
           
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)
           
 void PollsVotePersistence.cacheResult(List<PollsVote> pollsVotes)
           
 void PollsVotePersistenceImpl.cacheResult(List<PollsVote> pollsVotes)
           
 


Liferay 6.0.3