@ProviderType public class PollsVoteLocalServiceWrapper extends java.lang.Object implements PollsVoteLocalService, com.liferay.portal.kernel.service.ServiceWrapper<PollsVoteLocalService>
PollsVoteLocalService.PollsVoteLocalService| Constructor and Description |
|---|
PollsVoteLocalServiceWrapper(PollsVoteLocalService pollsVoteLocalService) |
| Modifier and Type | Method and Description |
|---|---|
PollsVote |
addPollsVote(PollsVote pollsVote)
Adds the polls vote to the database.
|
PollsVote |
addVote(long userId,
long questionId,
long choiceId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
PollsVote |
createPollsVote(long voteId)
Creates a new polls vote with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
PollsVote |
deletePollsVote(long voteId)
Deletes the polls vote with the primary key from the database.
|
PollsVote |
deletePollsVote(PollsVote pollsVote)
Deletes the polls vote from the database.
|
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
PollsVote |
fetchPollsVote(long voteId) |
PollsVote |
fetchPollsVoteByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the polls vote matching the UUID and group.
|
PollsVote |
fetchQuestionUserVote(long questionId,
long userId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<PollsVote> |
getChoiceVotes(long choiceId,
int start,
int end) |
int |
getChoiceVotesCount(long choiceId) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
PollsVote |
getPollsVote(long voteId)
Returns the polls vote with the primary key.
|
PollsVote |
getPollsVoteByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the polls vote matching the UUID and group.
|
java.util.List<PollsVote> |
getPollsVotes(int start,
int end)
Returns a range of all the polls votes.
|
java.util.List<PollsVote> |
getPollsVotesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the polls votes matching the UUID and company.
|
java.util.List<PollsVote> |
getPollsVotesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<PollsVote> orderByComparator)
Returns a range of polls votes matching the UUID and company.
|
int |
getPollsVotesCount()
Returns the number of polls votes.
|
java.util.List<PollsVote> |
getQuestionVotes(long questionId,
int start,
int end) |
int |
getQuestionVotesCount(long questionId) |
PollsVoteLocalService |
getWrappedService() |
void |
setWrappedService(PollsVoteLocalService pollsVoteLocalService) |
PollsVote |
updatePollsVote(PollsVote pollsVote)
Updates the polls vote in the database or adds it if it does not yet exist.
|
public PollsVoteLocalServiceWrapper(PollsVoteLocalService pollsVoteLocalService)
public PollsVote addPollsVote(PollsVote pollsVote)
addPollsVote in interface PollsVoteLocalServicepollsVote - the polls votepublic PollsVote addVote(long userId, long questionId, long choiceId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addVote in interface PollsVoteLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic PollsVote createPollsVote(long voteId)
createPollsVote in interface PollsVoteLocalServicevoteId - the primary key for the new polls votepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface PollsVoteLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic PollsVote deletePollsVote(PollsVote pollsVote)
deletePollsVote in interface PollsVoteLocalServicepollsVote - the polls votepublic PollsVote deletePollsVote(long voteId) throws com.liferay.portal.kernel.exception.PortalException
deletePollsVote in interface PollsVoteLocalServicevoteId - the primary key of the polls votePortalException - if a polls vote with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface PollsVoteLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface PollsVoteLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.polls.model.impl.PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface PollsVoteLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.polls.model.impl.PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface PollsVoteLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface PollsVoteLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface PollsVoteLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic PollsVote fetchPollsVote(long voteId)
fetchPollsVote in interface PollsVoteLocalServicepublic PollsVote fetchPollsVoteByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchPollsVoteByUuidAndGroupId in interface PollsVoteLocalServiceuuid - the polls vote's UUIDgroupId - the primary key of the groupnull if a matching polls vote could not be foundpublic PollsVote fetchQuestionUserVote(long questionId, long userId)
fetchQuestionUserVote in interface PollsVoteLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface PollsVoteLocalServicepublic java.util.List<PollsVote> getChoiceVotes(long choiceId, int start, int end)
getChoiceVotes in interface PollsVoteLocalServicepublic int getChoiceVotesCount(long choiceId)
getChoiceVotesCount in interface PollsVoteLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface PollsVoteLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface PollsVoteLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PollsVoteLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface PollsVoteLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic PollsVote getPollsVote(long voteId) throws com.liferay.portal.kernel.exception.PortalException
getPollsVote in interface PollsVoteLocalServicevoteId - the primary key of the polls votePortalException - if a polls vote with the primary key could not be foundpublic PollsVote getPollsVoteByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getPollsVoteByUuidAndGroupId in interface PollsVoteLocalServiceuuid - the polls vote's UUIDgroupId - the primary key of the groupPortalException - if a matching polls vote could not be foundpublic java.util.List<PollsVote> getPollsVotes(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.polls.model.impl.PollsVoteModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getPollsVotes in interface PollsVoteLocalServicestart - the lower bound of the range of polls votesend - the upper bound of the range of polls votes (not inclusive)public java.util.List<PollsVote> getPollsVotesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getPollsVotesByUuidAndCompanyId in interface PollsVoteLocalServiceuuid - the UUID of the polls votescompanyId - the primary key of the companypublic java.util.List<PollsVote> getPollsVotesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<PollsVote> orderByComparator)
getPollsVotesByUuidAndCompanyId in interface PollsVoteLocalServiceuuid - the UUID of the polls votescompanyId - the primary key of the companystart - the lower bound of the range of polls votesend - the upper bound of the range of polls votes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getPollsVotesCount()
getPollsVotesCount in interface PollsVoteLocalServicepublic java.util.List<PollsVote> getQuestionVotes(long questionId, int start, int end)
getQuestionVotes in interface PollsVoteLocalServicepublic int getQuestionVotesCount(long questionId)
getQuestionVotesCount in interface PollsVoteLocalServicepublic PollsVote updatePollsVote(PollsVote pollsVote)
updatePollsVote in interface PollsVoteLocalServicepollsVote - the polls votepublic PollsVoteLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<PollsVoteLocalService>public void setWrappedService(PollsVoteLocalService pollsVoteLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<PollsVoteLocalService>