com.liferay.portlet.polls.service
Interface PollsVoteLocalService

All Known Implementing Classes:
PollsVoteLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface PollsVoteLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portlet.polls.service.impl.PollsVoteLocalServiceImpl}. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
PollsVoteLocalServiceUtil
Generated:

Method Summary
 PollsVote addPollsVote(PollsVote pollsVote)
           
 PollsVote addVote(long userId, long questionId, long choiceId)
          Deprecated.  
 PollsVote addVote(long userId, long questionId, long choiceId, ServiceContext serviceContext)
           
 PollsVote createPollsVote(long voteId)
           
 void deletePollsVote(long voteId)
           
 void deletePollsVote(PollsVote pollsVote)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<PollsVote> getChoiceVotes(long choiceId, int start, int end)
           
 int getChoiceVotesCount(long choiceId)
           
 PollsVote getPollsVote(long voteId)
           
 java.util.List<PollsVote> getPollsVotes(int start, int end)
           
 int getPollsVotesCount()
           
 java.util.List<PollsVote> getQuestionVotes(long questionId, int start, int end)
           
 int getQuestionVotesCount(long questionId)
           
 PollsVote getVote(long questionId, long userId)
           
 PollsVote updatePollsVote(PollsVote pollsVote)
           
 PollsVote updatePollsVote(PollsVote pollsVote, boolean merge)
           
 

Method Detail

addPollsVote

PollsVote addPollsVote(PollsVote pollsVote)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createPollsVote

PollsVote createPollsVote(long voteId)

deletePollsVote

void deletePollsVote(long voteId)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deletePollsVote

void deletePollsVote(PollsVote pollsVote)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                            int start,
                            int end)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                            int start,
                            int end,
                            com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPollsVote

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PollsVote getPollsVote(long voteId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getPollsVotes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<PollsVote> getPollsVotes(int start,
                                                      int end)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPollsVotesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getPollsVotesCount()
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updatePollsVote

PollsVote updatePollsVote(PollsVote pollsVote)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updatePollsVote

PollsVote updatePollsVote(PollsVote pollsVote,
                          boolean merge)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addVote

PollsVote addVote(long userId,
                  long questionId,
                  long choiceId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Deprecated. 

Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addVote

PollsVote addVote(long userId,
                  long questionId,
                  long choiceId,
                  ServiceContext serviceContext)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getChoiceVotes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<PollsVote> getChoiceVotes(long choiceId,
                                                       int start,
                                                       int end)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getChoiceVotesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getChoiceVotesCount(long choiceId)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getQuestionVotes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<PollsVote> getQuestionVotes(long questionId,
                                                         int start,
                                                         int end)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getQuestionVotesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getQuestionVotesCount(long questionId)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getVote

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PollsVote getVote(long questionId,
                                long userId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException