@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 PollsVoteLocalService
pollsVote
- 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 PollsVoteLocalService
com.liferay.portal.kernel.exception.PortalException
public PollsVote createPollsVote(long voteId)
createPollsVote
in interface PollsVoteLocalService
voteId
- the primary key for the new polls votepublic PollsVote deletePollsVote(PollsVote pollsVote)
deletePollsVote
in interface PollsVoteLocalService
pollsVote
- the polls votepublic PollsVote deletePollsVote(long voteId) throws com.liferay.portal.kernel.exception.PortalException
deletePollsVote
in interface PollsVoteLocalService
voteId
- the primary key of the polls votePortalException
- if a polls vote with the primary key could not be foundpublic PollsVote fetchPollsVote(long voteId)
fetchPollsVote
in interface PollsVoteLocalService
public PollsVote fetchPollsVoteByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchPollsVoteByUuidAndGroupId
in interface PollsVoteLocalService
uuid
- 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 PollsVoteLocalService
public PollsVote getPollsVote(long voteId) throws com.liferay.portal.kernel.exception.PortalException
getPollsVote
in interface PollsVoteLocalService
voteId
- 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 PollsVoteLocalService
uuid
- the polls vote's UUIDgroupId
- the primary key of the groupPortalException
- if a matching polls vote could not be foundpublic PollsVote updatePollsVote(PollsVote pollsVote)
updatePollsVote
in interface PollsVoteLocalService
pollsVote
- the polls votepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface PollsVoteLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface PollsVoteLocalService
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface PollsVoteLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface PollsVoteLocalService
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface PollsVoteLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface PollsVoteLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
public int getChoiceVotesCount(long choiceId)
getChoiceVotesCount
in interface PollsVoteLocalService
public int getPollsVotesCount()
getPollsVotesCount
in interface PollsVoteLocalService
public int getQuestionVotesCount(long questionId)
getQuestionVotesCount
in interface PollsVoteLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface PollsVoteLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface PollsVoteLocalService
dynamicQuery
- 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 PollsVoteLocalService
dynamicQuery
- 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 PollsVoteLocalService
dynamicQuery
- 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 java.util.List<PollsVote> getChoiceVotes(long choiceId, int start, int end)
getChoiceVotes
in interface PollsVoteLocalService
public 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 PollsVoteLocalService
start
- 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 PollsVoteLocalService
uuid
- 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 PollsVoteLocalService
uuid
- 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 java.util.List<PollsVote> getQuestionVotes(long questionId, int start, int end)
getQuestionVotes
in interface PollsVoteLocalService
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface PollsVoteLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface PollsVoteLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic 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>