- cacheResult(PollsChoice) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Caches the polls choice in the entity cache if it is enabled.
- cacheResult(List<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Caches the polls choices in the entity cache if it is enabled.
- cacheResult(PollsChoice) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Caches the polls choice in the entity cache if it is enabled.
- cacheResult(List<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Caches the polls choices in the entity cache if it is enabled.
- cacheResult(PollsQuestion) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Caches the polls question in the entity cache if it is enabled.
- cacheResult(List<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Caches the polls questions in the entity cache if it is enabled.
- cacheResult(PollsQuestion) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Caches the polls question in the entity cache if it is enabled.
- cacheResult(List<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Caches the polls questions in the entity cache if it is enabled.
- cacheResult(PollsVote) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Caches the polls vote in the entity cache if it is enabled.
- cacheResult(List<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Caches the polls votes in the entity cache if it is enabled.
- cacheResult(PollsVote) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Caches the polls vote in the entity cache if it is enabled.
- cacheResult(List<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Caches the polls votes in the entity cache if it is enabled.
- CHOICE_ID_ACCESSOR - Static variable in interface com.liferay.polls.model.PollsChoice
-
- choiceId - Variable in class com.liferay.polls.model.PollsChoiceTable
-
- choiceId - Variable in class com.liferay.polls.model.PollsVoteTable
-
- clearCache() - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
- clearCache(PollsChoice) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
- clearCache() - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
- clearCache(PollsQuestion) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
- clearCache() - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
- clearCache(PollsVote) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
- com.liferay.polls.constants - package com.liferay.polls.constants
-
- com.liferay.polls.exception - package com.liferay.polls.exception
-
- com.liferay.polls.model - package com.liferay.polls.model
-
- com.liferay.polls.service - package com.liferay.polls.service
-
- com.liferay.polls.service.persistence - package com.liferay.polls.service.persistence
-
- com.liferay.polls.util.comparator - package com.liferay.polls.util.comparator
-
- companyId - Variable in class com.liferay.polls.model.PollsChoiceTable
-
- companyId - Variable in class com.liferay.polls.model.PollsQuestionTable
-
- companyId - Variable in class com.liferay.polls.model.PollsVoteTable
-
- compare(PollsQuestion, PollsQuestion) - Method in class com.liferay.polls.util.comparator.PollsQuestionCreateDateComparator
-
- compare(PollsQuestion, PollsQuestion) - Method in class com.liferay.polls.util.comparator.PollsQuestionTitleComparator
-
- countAll() - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the number of polls choices.
- countAll() - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the number of polls choices.
- countAll() - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the number of polls questions.
- countAll() - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the number of polls questions.
- countAll() - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the number of polls votes.
- countAll() - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the number of polls votes.
- countByC_G_T_D(long, long[], String, String, boolean) - Method in interface com.liferay.polls.service.persistence.PollsQuestionFinder
-
- countByChoiceId(long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the number of polls votes where choiceId = ?.
- countByChoiceId(long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the number of polls votes where choiceId = ?.
- countByGroupId(long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the number of polls questions where groupId = ?.
- countByGroupId(long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the number of polls questions where groupId = ?.
- countByKeywords(long, long[], String) - Method in interface com.liferay.polls.service.persistence.PollsQuestionFinder
-
- countByQ_N(long, String) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the number of polls choices where questionId = ? and name = ?.
- countByQ_N(long, String) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the number of polls choices where questionId = ? and name = ?.
- countByQ_U(long, long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the number of polls votes where questionId = ? and userId = ?.
- countByQ_U(long, long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the number of polls votes where questionId = ? and userId = ?.
- countByQuestionId(long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the number of polls choices where questionId = ?.
- countByQuestionId(long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the number of polls choices where questionId = ?.
- countByQuestionId(long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the number of polls votes where questionId = ?.
- countByQuestionId(long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the number of polls votes where questionId = ?.
- countByUuid(String) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the number of polls choices where uuid = ?.
- countByUuid(String) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the number of polls choices where uuid = ?.
- countByUuid(String) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the number of polls questions where uuid = ?.
- countByUuid(String) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the number of polls questions where uuid = ?.
- countByUuid(String) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the number of polls votes where uuid = ?.
- countByUuid(String) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the number of polls votes where uuid = ?.
- countByUuid_C(String, long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the number of polls choices where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the number of polls choices where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the number of polls questions where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the number of polls questions where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the number of polls votes where uuid = ? and companyId = ?.
- countByUuid_C(String, long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the number of polls votes where uuid = ? and companyId = ?.
- countByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the number of polls choices where uuid = ? and groupId = ?.
- countByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the number of polls choices where uuid = ? and groupId = ?.
- countByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the number of polls questions where uuid = ? and groupId = ?.
- countByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the number of polls questions where uuid = ? and groupId = ?.
- countByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the number of polls votes where uuid = ? and groupId = ?.
- countByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the number of polls votes where uuid = ? and groupId = ?.
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
- countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
- create(long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Creates a new polls choice with the primary key.
- create(long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Creates a new polls choice with the primary key.
- create(long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Creates a new polls question with the primary key.
- create(long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Creates a new polls question with the primary key.
- create(long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Creates a new polls vote with the primary key.
- create(long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Creates a new polls vote with the primary key.
- createDate - Variable in class com.liferay.polls.model.PollsChoiceTable
-
- createDate - Variable in class com.liferay.polls.model.PollsQuestionTable
-
- createDate - Variable in class com.liferay.polls.model.PollsVoteTable
-
- createPersistedModel(Serializable) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- createPersistedModel(Serializable) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- createPersistedModel(Serializable) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- createPersistedModel(Serializable) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- createPersistedModel(Serializable) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- createPollsChoice(long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Creates a new polls choice with the primary key.
- createPollsChoice(long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Creates a new polls choice with the primary key.
- createPollsChoice(long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Creates a new polls choice with the primary key.
- createPollsQuestion(long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Creates a new polls question with the primary key.
- createPollsQuestion(long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Creates a new polls question with the primary key.
- createPollsQuestion(long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Creates a new polls question with the primary key.
- createPollsVote(long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Creates a new polls vote with the primary key.
- createPollsVote(long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Creates a new polls vote with the primary key.
- createPollsVote(long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Creates a new polls vote with the primary key.
- fetchByChoiceId_First(long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where choiceId = ?.
- fetchByChoiceId_First(long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where choiceId = ?.
- fetchByChoiceId_Last(long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where choiceId = ?.
- fetchByChoiceId_Last(long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where choiceId = ?.
- fetchByGroupId_First(long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the first polls question in the ordered set where groupId = ?.
- fetchByGroupId_First(long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the first polls question in the ordered set where groupId = ?.
- fetchByGroupId_Last(long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the last polls question in the ordered set where groupId = ?.
- fetchByGroupId_Last(long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the last polls question in the ordered set where groupId = ?.
- fetchByPrimaryKey(long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choice with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choice with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls question with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls question with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls vote with the primary key or returns null
if it could not be found.
- fetchByPrimaryKey(long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls vote with the primary key or returns null
if it could not be found.
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
- fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
- fetchByQ_N(long, String) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choice where questionId = ? and name = ? or returns null
if it could not be found.
- fetchByQ_N(long, String, boolean) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choice where questionId = ? and name = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByQ_N(long, String) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choice where questionId = ? and name = ? or returns null
if it could not be found.
- fetchByQ_N(long, String, boolean) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choice where questionId = ? and name = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByQ_U_First(long, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where questionId = ? and userId = ?.
- fetchByQ_U_First(long, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where questionId = ? and userId = ?.
- fetchByQ_U_Last(long, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where questionId = ? and userId = ?.
- fetchByQ_U_Last(long, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where questionId = ? and userId = ?.
- fetchByQuestionId_First(long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the first polls choice in the ordered set where questionId = ?.
- fetchByQuestionId_First(long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the first polls choice in the ordered set where questionId = ?.
- fetchByQuestionId_First(long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where questionId = ?.
- fetchByQuestionId_First(long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where questionId = ?.
- fetchByQuestionId_Last(long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the last polls choice in the ordered set where questionId = ?.
- fetchByQuestionId_Last(long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the last polls choice in the ordered set where questionId = ?.
- fetchByQuestionId_Last(long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where questionId = ?.
- fetchByQuestionId_Last(long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where questionId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the first polls question in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the first polls question in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_First(String, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the last polls question in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the last polls question in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_C_Last(String, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
- fetchByUuid_First(String, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the first polls choice in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the first polls choice in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the first polls question in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the first polls question in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where uuid = ?.
- fetchByUuid_First(String, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where uuid = ?.
- fetchByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choice where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choice where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choice where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choice where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls question where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls question where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls question where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls question where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls vote where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls vote where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls vote where uuid = ? and groupId = ? or returns null
if it could not be found.
- fetchByUUID_G(String, long, boolean) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls vote where uuid = ? and groupId = ? or returns null
if it could not be found, optionally using the finder cache.
- fetchByUuid_Last(String, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the last polls choice in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the last polls choice in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the last polls question in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the last polls question in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where uuid = ?.
- fetchByUuid_Last(String, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where uuid = ?.
- fetchPollsChoice(long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- fetchPollsChoice(long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- fetchPollsChoice(long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- fetchPollsChoiceByUuidAndGroupId(String, long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Returns the polls choice matching the UUID and group.
- fetchPollsChoiceByUuidAndGroupId(String, long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Returns the polls choice matching the UUID and group.
- fetchPollsChoiceByUuidAndGroupId(String, long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Returns the polls choice matching the UUID and group.
- fetchPollsQuestion(long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- fetchPollsQuestion(long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- fetchPollsQuestion(long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- fetchPollsQuestionByUuidAndGroupId(String, long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Returns the polls question matching the UUID and group.
- fetchPollsQuestionByUuidAndGroupId(String, long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Returns the polls question matching the UUID and group.
- fetchPollsQuestionByUuidAndGroupId(String, long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Returns the polls question matching the UUID and group.
- fetchPollsVote(long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- fetchPollsVote(long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- fetchPollsVote(long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- fetchPollsVoteByUuidAndGroupId(String, long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Returns the polls vote matching the UUID and group.
- fetchPollsVoteByUuidAndGroupId(String, long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Returns the polls vote matching the UUID and group.
- fetchPollsVoteByUuidAndGroupId(String, long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Returns the polls vote matching the UUID and group.
- fetchQuestionUserVote(long, long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- fetchQuestionUserVote(long, long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- fetchQuestionUserVote(long, long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- filterCountByGroupId(long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the number of polls questions that the user has permission to view where groupId = ?.
- filterCountByGroupId(long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the number of polls questions that the user has permission to view where groupId = ?.
- filterFindByGroupId(long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns all the polls questions that the user has permission to view where groupId = ?.
- filterFindByGroupId(long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns a range of all the polls questions that the user has permission to view where groupId = ?.
- filterFindByGroupId(long, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions that the user has permissions to view where groupId = ?.
- filterFindByGroupId(long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns all the polls questions that the user has permission to view where groupId = ?.
- filterFindByGroupId(long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns a range of all the polls questions that the user has permission to view where groupId = ?.
- filterFindByGroupId(long, int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions that the user has permissions to view where groupId = ?.
- filterFindByGroupId_PrevAndNext(long, long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls questions before and after the current polls question in the ordered set of polls questions that the user has permission to view where groupId = ?.
- filterFindByGroupId_PrevAndNext(long, long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls questions before and after the current polls question in the ordered set of polls questions that the user has permission to view where groupId = ?.
- findAll() - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns all the polls choices.
- findAll(int, int) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns a range of all the polls choices.
- findAll(int, int, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns an ordered range of all the polls choices.
- findAll(int, int, OrderByComparator<PollsChoice>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns an ordered range of all the polls choices.
- findAll() - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns all the polls choices.
- findAll(int, int) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns a range of all the polls choices.
- findAll(int, int, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns an ordered range of all the polls choices.
- findAll(int, int, OrderByComparator<PollsChoice>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns an ordered range of all the polls choices.
- findAll() - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns all the polls questions.
- findAll(int, int) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns a range of all the polls questions.
- findAll(int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions.
- findAll(int, int, OrderByComparator<PollsQuestion>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions.
- findAll() - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns all the polls questions.
- findAll(int, int) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns a range of all the polls questions.
- findAll(int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions.
- findAll(int, int, OrderByComparator<PollsQuestion>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions.
- findAll() - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns all the polls votes.
- findAll(int, int) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns a range of all the polls votes.
- findAll(int, int, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes.
- findAll(int, int, OrderByComparator<PollsVote>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes.
- findAll() - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns all the polls votes.
- findAll(int, int) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns a range of all the polls votes.
- findAll(int, int, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes.
- findAll(int, int, OrderByComparator<PollsVote>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes.
- findByC_G_T_D(long, long[], String, String, boolean, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionFinder
-
- findByChoiceId(long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns all the polls votes where choiceId = ?.
- findByChoiceId(long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns a range of all the polls votes where choiceId = ?.
- findByChoiceId(long, int, int, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where choiceId = ?.
- findByChoiceId(long, int, int, OrderByComparator<PollsVote>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where choiceId = ?.
- findByChoiceId(long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns all the polls votes where choiceId = ?.
- findByChoiceId(long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns a range of all the polls votes where choiceId = ?.
- findByChoiceId(long, int, int, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where choiceId = ?.
- findByChoiceId(long, int, int, OrderByComparator<PollsVote>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where choiceId = ?.
- findByChoiceId_First(long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where choiceId = ?.
- findByChoiceId_First(long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where choiceId = ?.
- findByChoiceId_Last(long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where choiceId = ?.
- findByChoiceId_Last(long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where choiceId = ?.
- findByChoiceId_PrevAndNext(long, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
- findByChoiceId_PrevAndNext(long, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls votes before and after the current polls vote in the ordered set where choiceId = ?.
- findByGroupId(long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns all the polls questions where groupId = ?.
- findByGroupId(long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns a range of all the polls questions where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<PollsQuestion>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions where groupId = ?.
- findByGroupId(long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns all the polls questions where groupId = ?.
- findByGroupId(long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns a range of all the polls questions where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions where groupId = ?.
- findByGroupId(long, int, int, OrderByComparator<PollsQuestion>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions where groupId = ?.
- findByGroupId_First(long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the first polls question in the ordered set where groupId = ?.
- findByGroupId_First(long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the first polls question in the ordered set where groupId = ?.
- findByGroupId_Last(long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the last polls question in the ordered set where groupId = ?.
- findByGroupId_Last(long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the last polls question in the ordered set where groupId = ?.
- findByGroupId_PrevAndNext(long, long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls questions before and after the current polls question in the ordered set where groupId = ?.
- findByGroupId_PrevAndNext(long, long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls questions before and after the current polls question in the ordered set where groupId = ?.
- findByKeywords(long, long[], String, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionFinder
-
- findByPrimaryKey(long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choice with the primary key or throws a NoSuchChoiceException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choice with the primary key or throws a NoSuchChoiceException
if it could not be found.
- findByPrimaryKey(long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls question with the primary key or throws a NoSuchQuestionException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls question with the primary key or throws a NoSuchQuestionException
if it could not be found.
- findByPrimaryKey(long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls vote with the primary key or throws a NoSuchVoteException
if it could not be found.
- findByPrimaryKey(long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls vote with the primary key or throws a NoSuchVoteException
if it could not be found.
- findByQ_N(long, String) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException
if it could not be found.
- findByQ_N(long, String) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException
if it could not be found.
- findByQ_U(long, long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns all the polls votes where questionId = ? and userId = ?.
- findByQ_U(long, long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns a range of all the polls votes where questionId = ? and userId = ?.
- findByQ_U(long, long, int, int, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where questionId = ? and userId = ?.
- findByQ_U(long, long, int, int, OrderByComparator<PollsVote>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where questionId = ? and userId = ?.
- findByQ_U(long, long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns all the polls votes where questionId = ? and userId = ?.
- findByQ_U(long, long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns a range of all the polls votes where questionId = ? and userId = ?.
- findByQ_U(long, long, int, int, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where questionId = ? and userId = ?.
- findByQ_U(long, long, int, int, OrderByComparator<PollsVote>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where questionId = ? and userId = ?.
- findByQ_U_First(long, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where questionId = ? and userId = ?.
- findByQ_U_First(long, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where questionId = ? and userId = ?.
- findByQ_U_Last(long, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where questionId = ? and userId = ?.
- findByQ_U_Last(long, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where questionId = ? and userId = ?.
- findByQ_U_PrevAndNext(long, long, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls votes before and after the current polls vote in the ordered set where questionId = ? and userId = ?.
- findByQ_U_PrevAndNext(long, long, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls votes before and after the current polls vote in the ordered set where questionId = ? and userId = ?.
- findByQuestionId(long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns all the polls choices where questionId = ?.
- findByQuestionId(long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns a range of all the polls choices where questionId = ?.
- findByQuestionId(long, int, int, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns an ordered range of all the polls choices where questionId = ?.
- findByQuestionId(long, int, int, OrderByComparator<PollsChoice>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns an ordered range of all the polls choices where questionId = ?.
- findByQuestionId(long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns all the polls choices where questionId = ?.
- findByQuestionId(long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns a range of all the polls choices where questionId = ?.
- findByQuestionId(long, int, int, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns an ordered range of all the polls choices where questionId = ?.
- findByQuestionId(long, int, int, OrderByComparator<PollsChoice>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns an ordered range of all the polls choices where questionId = ?.
- findByQuestionId(long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns all the polls votes where questionId = ?.
- findByQuestionId(long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns a range of all the polls votes where questionId = ?.
- findByQuestionId(long, int, int, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where questionId = ?.
- findByQuestionId(long, int, int, OrderByComparator<PollsVote>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where questionId = ?.
- findByQuestionId(long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns all the polls votes where questionId = ?.
- findByQuestionId(long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns a range of all the polls votes where questionId = ?.
- findByQuestionId(long, int, int, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where questionId = ?.
- findByQuestionId(long, int, int, OrderByComparator<PollsVote>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where questionId = ?.
- findByQuestionId_First(long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the first polls choice in the ordered set where questionId = ?.
- findByQuestionId_First(long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the first polls choice in the ordered set where questionId = ?.
- findByQuestionId_First(long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where questionId = ?.
- findByQuestionId_First(long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where questionId = ?.
- findByQuestionId_Last(long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the last polls choice in the ordered set where questionId = ?.
- findByQuestionId_Last(long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the last polls choice in the ordered set where questionId = ?.
- findByQuestionId_Last(long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where questionId = ?.
- findByQuestionId_Last(long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where questionId = ?.
- findByQuestionId_PrevAndNext(long, long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
- findByQuestionId_PrevAndNext(long, long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choices before and after the current polls choice in the ordered set where questionId = ?.
- findByQuestionId_PrevAndNext(long, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
- findByQuestionId_PrevAndNext(long, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls votes before and after the current polls vote in the ordered set where questionId = ?.
- findByUuid(String) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns all the polls choices where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns a range of all the polls choices where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns an ordered range of all the polls choices where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsChoice>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns an ordered range of all the polls choices where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns all the polls choices where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns a range of all the polls choices where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns an ordered range of all the polls choices where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsChoice>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns an ordered range of all the polls choices where uuid = ?.
- findByUuid(String) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns all the polls questions where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns a range of all the polls questions where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsQuestion>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns all the polls questions where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns a range of all the polls questions where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsQuestion>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions where uuid = ?.
- findByUuid(String) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns all the polls votes where uuid = ?.
- findByUuid(String, int, int) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns a range of all the polls votes where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsVote>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where uuid = ?.
- findByUuid(String) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns all the polls votes where uuid = ?.
- findByUuid(String, int, int) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns a range of all the polls votes where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where uuid = ?.
- findByUuid(String, int, int, OrderByComparator<PollsVote>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where uuid = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns all the polls choices where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns a range of all the polls choices where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns an ordered range of all the polls choices where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsChoice>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns an ordered range of all the polls choices where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns all the polls choices where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns a range of all the polls choices where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns an ordered range of all the polls choices where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsChoice>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns an ordered range of all the polls choices where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns all the polls questions where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns a range of all the polls questions where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsQuestion>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns an ordered range of all the polls questions where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns all the polls questions where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns a range of all the polls questions where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsQuestion>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns an ordered range of all the polls questions where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns all the polls votes where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns a range of all the polls votes where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsVote>, boolean) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
- findByUuid_C(String, long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns all the polls votes where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns a range of all the polls votes where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
- findByUuid_C(String, long, int, int, OrderByComparator<PollsVote>, boolean) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns an ordered range of all the polls votes where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the first polls choice in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the first polls question in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the first polls question in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_First(String, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the last polls choice in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the last polls question in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the last polls question in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_Last(String, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choices before and after the current polls choice in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choices before and after the current polls choice in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
- findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls votes before and after the current polls vote in the ordered set where uuid = ? and companyId = ?.
- findByUuid_First(String, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the first polls choice in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the first polls choice in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the first polls question in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the first polls question in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the first polls vote in the ordered set where uuid = ?.
- findByUuid_First(String, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the first polls vote in the ordered set where uuid = ?.
- findByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choice where uuid = ? and groupId = ? or throws a NoSuchChoiceException
if it could not be found.
- findByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choice where uuid = ? and groupId = ? or throws a NoSuchChoiceException
if it could not be found.
- findByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException
if it could not be found.
- findByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException
if it could not be found.
- findByUUID_G(String, long) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls vote where uuid = ? and groupId = ? or throws a NoSuchVoteException
if it could not be found.
- findByUUID_G(String, long) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls vote where uuid = ? and groupId = ? or throws a NoSuchVoteException
if it could not be found.
- findByUuid_Last(String, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the last polls choice in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the last polls choice in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the last polls question in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the last polls question in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the last polls vote in the ordered set where uuid = ?.
- findByUuid_Last(String, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the last polls vote in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.persistence.PollsChoicePersistence
-
Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.persistence.PollsQuestionPersistence
-
Returns the polls questions before and after the current polls question in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
Returns the polls questions before and after the current polls question in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.persistence.PollsVotePersistence
-
Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
- findByUuid_PrevAndNext(long, String, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
Returns the polls votes before and after the current polls vote in the ordered set where uuid = ?.
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
- findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
- findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
- findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
- getActionableDynamicQuery() - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- getActionableDynamicQuery() - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getActionableDynamicQuery() - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- getActionableDynamicQuery() - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getActionableDynamicQuery() - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getAvailableLanguageIds() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
- getAvailableLanguageIds() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- getAvailableLanguageIds() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
- getAvailableLanguageIds() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getChoice() - Method in interface com.liferay.polls.model.PollsVote
-
- getChoice() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
- getChoice(long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- getChoice(long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- getChoice(long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- getChoiceId() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the choice ID of this polls choice.
- getChoiceId() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getChoiceId() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the choice ID of this polls choice.
- getChoiceId() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the choice ID of this polls vote.
- getChoiceId() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getChoiceId() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the choice ID of this polls vote.
- getChoices() - Method in interface com.liferay.polls.model.PollsQuestion
-
- getChoices() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getChoices(long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- getChoices(long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- getChoices(long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- getChoicesCount(long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- getChoicesCount(long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- getChoicesCount(long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- getChoiceVotes(long, int, int) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- getChoiceVotes(long, int, int) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getChoiceVotes(long, int, int) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getChoiceVotesCount(long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- getChoiceVotesCount(long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getChoiceVotesCount(long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getCompanyId() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the company ID of this polls choice.
- getCompanyId() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getCompanyId() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the company ID of this polls choice.
- getCompanyId() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the company ID of this polls question.
- getCompanyId() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getCompanyId() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the company ID of this polls question.
- getCompanyId() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the company ID of this polls vote.
- getCompanyId() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getCompanyId() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the company ID of this polls vote.
- getCreateDate() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the create date of this polls choice.
- getCreateDate() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getCreateDate() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the create date of this polls choice.
- getCreateDate() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the create date of this polls question.
- getCreateDate() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getCreateDate() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the create date of this polls question.
- getCreateDate() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the create date of this polls vote.
- getCreateDate() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getCreateDate() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the create date of this polls vote.
- getDefaultLanguageId() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
- getDefaultLanguageId() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- getDefaultLanguageId() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
- getDefaultLanguageId() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getDescription() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the description of this polls choice.
- getDescription(Locale) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the localized description of this polls choice in the language.
- getDescription(Locale, boolean) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the localized description of this polls choice in the language, optionally using the default language if no localization exists for the requested language.
- getDescription(String) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the localized description of this polls choice in the language.
- getDescription(String, boolean) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the localized description of this polls choice in the language, optionally using the default language if no localization exists for the requested language.
- getDescription() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getDescription() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the description of this polls choice.
- getDescription(Locale) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the localized description of this polls choice in the language.
- getDescription(Locale, boolean) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the localized description of this polls choice in the language, optionally using the default language if no localization exists for the requested language.
- getDescription(String) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the localized description of this polls choice in the language.
- getDescription(String, boolean) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the localized description of this polls choice in the language, optionally using the default language if no localization exists for the requested language.
- getDescription() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the description of this polls question.
- getDescription(Locale) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the localized description of this polls question in the language.
- getDescription(Locale, boolean) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the localized description of this polls question in the language, optionally using the default language if no localization exists for the requested language.
- getDescription(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the localized description of this polls question in the language.
- getDescription(String, boolean) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the localized description of this polls question in the language, optionally using the default language if no localization exists for the requested language.
- getDescription() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getDescription() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the description of this polls question.
- getDescription(Locale) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the localized description of this polls question in the language.
- getDescription(Locale, boolean) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the localized description of this polls question in the language, optionally using the default language if no localization exists for the requested language.
- getDescription(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the localized description of this polls question in the language.
- getDescription(String, boolean) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the localized description of this polls question in the language, optionally using the default language if no localization exists for the requested language.
- getDescriptionCurrentLanguageId() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
- getDescriptionCurrentLanguageId() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- getDescriptionCurrentLanguageId() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
- getDescriptionCurrentLanguageId() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getDescriptionCurrentValue() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
- getDescriptionCurrentValue() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- getDescriptionCurrentValue() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
- getDescriptionCurrentValue() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getDescriptionMap() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns a map of the locales and localized descriptions of this polls choice.
- getDescriptionMap() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns a map of the locales and localized descriptions of this polls choice.
- getDescriptionMap() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns a map of the locales and localized descriptions of this polls question.
- getDescriptionMap() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns a map of the locales and localized descriptions of this polls question.
- getExpirationDate() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the expiration date of this polls question.
- getExpirationDate() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getExpirationDate() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the expiration date of this polls question.
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- getExportActionableDynamicQuery(PortletDataContext) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getExportActionableDynamicQuery(PortletDataContext) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getGroupId() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the group ID of this polls choice.
- getGroupId() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getGroupId() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the group ID of this polls choice.
- getGroupId() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the group ID of this polls question.
- getGroupId() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getGroupId() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the group ID of this polls question.
- getGroupId() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the group ID of this polls vote.
- getGroupId() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getGroupId() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the group ID of this polls vote.
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getIndexableActionableDynamicQuery() - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- getIndexableActionableDynamicQuery() - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getIndexableActionableDynamicQuery() - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getLastPublishDate() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the last publish date of this polls choice.
- getLastPublishDate() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getLastPublishDate() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the last publish date of this polls choice.
- getLastPublishDate() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the last publish date of this polls question.
- getLastPublishDate() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getLastPublishDate() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the last publish date of this polls question.
- getLastPublishDate() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the last publish date of this polls vote.
- getLastPublishDate() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getLastPublishDate() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the last publish date of this polls vote.
- getLastVoteDate() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the last vote date of this polls question.
- getLastVoteDate() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getLastVoteDate() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the last vote date of this polls question.
- getModelAttributes() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- getModelAttributes() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getModelAttributes() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
- getModifiedDate() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the modified date of this polls choice.
- getModifiedDate() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getModifiedDate() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the modified date of this polls choice.
- getModifiedDate() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the modified date of this polls question.
- getModifiedDate() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getModifiedDate() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the modified date of this polls question.
- getModifiedDate() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the modified date of this polls vote.
- getModifiedDate() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getModifiedDate() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the modified date of this polls vote.
- getMvccVersion() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the mvcc version of this polls choice.
- getMvccVersion() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getMvccVersion() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the mvcc version of this polls choice.
- getMvccVersion() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the mvcc version of this polls question.
- getMvccVersion() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getMvccVersion() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the mvcc version of this polls question.
- getMvccVersion() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the mvcc version of this polls vote.
- getMvccVersion() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getMvccVersion() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the mvcc version of this polls vote.
- getName() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the name of this polls choice.
- getName() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getName() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the name of this polls choice.
- getOrderBy() - Method in class com.liferay.polls.util.comparator.PollsQuestionCreateDateComparator
-
- getOrderBy() - Method in class com.liferay.polls.util.comparator.PollsQuestionTitleComparator
-
- getOrderByFields() - Method in class com.liferay.polls.util.comparator.PollsQuestionCreateDateComparator
-
- getOrderByFields() - Method in class com.liferay.polls.util.comparator.PollsQuestionTitleComparator
-
- getOSGiServiceIdentifier() - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.polls.service.PollsChoiceService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.polls.service.PollsChoiceServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.polls.service.PollsChoiceServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.polls.service.PollsQuestionService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.polls.service.PollsQuestionServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.polls.service.PollsQuestionServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in interface com.liferay.polls.service.PollsVoteService
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Static method in class com.liferay.polls.service.PollsVoteServiceUtil
-
Returns the OSGi service identifier.
- getOSGiServiceIdentifier() - Method in class com.liferay.polls.service.PollsVoteServiceWrapper
-
Returns the OSGi service identifier.
- getPersistedModel(Serializable) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- getPersistedModel(Serializable) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getPersistedModel(Serializable) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- getPersistedModel(Serializable) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getPersistedModel(Serializable) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getPersistence() - Static method in class com.liferay.polls.service.persistence.PollsChoiceUtil
-
- getPersistence() - Static method in class com.liferay.polls.service.persistence.PollsQuestionUtil
-
- getPersistence() - Static method in class com.liferay.polls.service.persistence.PollsVoteUtil
-
- getPollsChoice(long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Returns the polls choice with the primary key.
- getPollsChoice(long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Returns the polls choice with the primary key.
- getPollsChoice(long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Returns the polls choice with the primary key.
- getPollsChoiceByUuidAndGroupId(String, long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Returns the polls choice matching the UUID and group.
- getPollsChoiceByUuidAndGroupId(String, long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Returns the polls choice matching the UUID and group.
- getPollsChoiceByUuidAndGroupId(String, long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Returns the polls choice matching the UUID and group.
- getPollsChoices(int, int) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Returns a range of all the polls choices.
- getPollsChoices(int, int) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Returns a range of all the polls choices.
- getPollsChoices(int, int) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Returns a range of all the polls choices.
- getPollsChoicesByUuidAndCompanyId(String, long) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Returns all the polls choices matching the UUID and company.
- getPollsChoicesByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsChoice>) - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Returns a range of polls choices matching the UUID and company.
- getPollsChoicesByUuidAndCompanyId(String, long) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Returns all the polls choices matching the UUID and company.
- getPollsChoicesByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsChoice>) - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Returns a range of polls choices matching the UUID and company.
- getPollsChoicesByUuidAndCompanyId(String, long) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Returns all the polls choices matching the UUID and company.
- getPollsChoicesByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsChoice>) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Returns a range of polls choices matching the UUID and company.
- getPollsChoicesCount() - Method in interface com.liferay.polls.service.PollsChoiceLocalService
-
Returns the number of polls choices.
- getPollsChoicesCount() - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
Returns the number of polls choices.
- getPollsChoicesCount() - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
Returns the number of polls choices.
- getPollsQuestion(long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Returns the polls question with the primary key.
- getPollsQuestion(long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Returns the polls question with the primary key.
- getPollsQuestion(long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Returns the polls question with the primary key.
- getPollsQuestionByUuidAndGroupId(String, long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Returns the polls question matching the UUID and group.
- getPollsQuestionByUuidAndGroupId(String, long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Returns the polls question matching the UUID and group.
- getPollsQuestionByUuidAndGroupId(String, long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Returns the polls question matching the UUID and group.
- getPollsQuestions(int, int) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Returns a range of all the polls questions.
- getPollsQuestions(int, int) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Returns a range of all the polls questions.
- getPollsQuestions(int, int) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Returns a range of all the polls questions.
- getPollsQuestionsByUuidAndCompanyId(String, long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Returns all the polls questions matching the UUID and company.
- getPollsQuestionsByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Returns a range of polls questions matching the UUID and company.
- getPollsQuestionsByUuidAndCompanyId(String, long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Returns all the polls questions matching the UUID and company.
- getPollsQuestionsByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Returns a range of polls questions matching the UUID and company.
- getPollsQuestionsByUuidAndCompanyId(String, long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Returns all the polls questions matching the UUID and company.
- getPollsQuestionsByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsQuestion>) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Returns a range of polls questions matching the UUID and company.
- getPollsQuestionsCount() - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
Returns the number of polls questions.
- getPollsQuestionsCount() - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
Returns the number of polls questions.
- getPollsQuestionsCount() - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
Returns the number of polls questions.
- getPollsVote(long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Returns the polls vote with the primary key.
- getPollsVote(long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Returns the polls vote with the primary key.
- getPollsVote(long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Returns the polls vote with the primary key.
- getPollsVoteByUuidAndGroupId(String, long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Returns the polls vote matching the UUID and group.
- getPollsVoteByUuidAndGroupId(String, long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Returns the polls vote matching the UUID and group.
- getPollsVoteByUuidAndGroupId(String, long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Returns the polls vote matching the UUID and group.
- getPollsVotes(int, int) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Returns a range of all the polls votes.
- getPollsVotes(int, int) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Returns a range of all the polls votes.
- getPollsVotes(int, int) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Returns a range of all the polls votes.
- getPollsVotesByUuidAndCompanyId(String, long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Returns all the polls votes matching the UUID and company.
- getPollsVotesByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsVote>) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Returns a range of polls votes matching the UUID and company.
- getPollsVotesByUuidAndCompanyId(String, long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Returns all the polls votes matching the UUID and company.
- getPollsVotesByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsVote>) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Returns a range of polls votes matching the UUID and company.
- getPollsVotesByUuidAndCompanyId(String, long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Returns all the polls votes matching the UUID and company.
- getPollsVotesByUuidAndCompanyId(String, long, int, int, OrderByComparator<PollsVote>) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Returns a range of polls votes matching the UUID and company.
- getPollsVotesCount() - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
Returns the number of polls votes.
- getPollsVotesCount() - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
Returns the number of polls votes.
- getPollsVotesCount() - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
Returns the number of polls votes.
- getPrimaryKey() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the primary key of this polls choice.
- getPrimaryKey() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getPrimaryKey() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the primary key of this polls choice.
- getPrimaryKey() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the primary key of this polls question.
- getPrimaryKey() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getPrimaryKey() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the primary key of this polls question.
- getPrimaryKey() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the primary key of this polls vote.
- getPrimaryKey() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getPrimaryKey() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the primary key of this polls vote.
- getQuestion(long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- getQuestion(long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getQuestion(long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getQuestion(long) - Method in interface com.liferay.polls.service.PollsQuestionService
-
- getQuestion(long) - Static method in class com.liferay.polls.service.PollsQuestionServiceUtil
-
- getQuestion(long) - Method in class com.liferay.polls.service.PollsQuestionServiceWrapper
-
- getQuestionId() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the question ID of this polls choice.
- getQuestionId() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getQuestionId() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the question ID of this polls choice.
- getQuestionId() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the question ID of this polls question.
- getQuestionId() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getQuestionId() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the question ID of this polls question.
- getQuestionId() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the question ID of this polls vote.
- getQuestionId() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getQuestionId() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the question ID of this polls vote.
- getQuestions(long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- getQuestions(long, int, int) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- getQuestions(long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getQuestions(long, int, int) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getQuestions(long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getQuestions(long, int, int) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getQuestionsCount(long) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- getQuestionsCount(long) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getQuestionsCount(long) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getQuestionVotes(long, int, int) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- getQuestionVotes(long, int, int) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getQuestionVotes(long, int, int) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getQuestionVotesCount(long) - Method in interface com.liferay.polls.service.PollsVoteLocalService
-
- getQuestionVotesCount(long) - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getQuestionVotesCount(long) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getService() - Static method in class com.liferay.polls.service.PollsChoiceLocalServiceUtil
-
- getService() - Static method in class com.liferay.polls.service.PollsChoiceServiceUtil
-
- getService() - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- getService() - Static method in class com.liferay.polls.service.PollsQuestionServiceUtil
-
- getService() - Static method in class com.liferay.polls.service.PollsVoteLocalServiceUtil
-
- getService() - Static method in class com.liferay.polls.service.PollsVoteServiceUtil
-
- getStagedModelType() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- getStagedModelType() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getStagedModelType() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
- getTitle() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the title of this polls question.
- getTitle(Locale) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the localized title of this polls question in the language.
- getTitle(Locale, boolean) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the localized title of this polls question in the language, optionally using the default language if no localization exists for the requested language.
- getTitle(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the localized title of this polls question in the language.
- getTitle(String, boolean) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the localized title of this polls question in the language, optionally using the default language if no localization exists for the requested language.
- getTitle() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getTitle() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the title of this polls question.
- getTitle(Locale) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the localized title of this polls question in the language.
- getTitle(Locale, boolean) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the localized title of this polls question in the language, optionally using the default language if no localization exists for the requested language.
- getTitle(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the localized title of this polls question in the language.
- getTitle(String, boolean) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the localized title of this polls question in the language, optionally using the default language if no localization exists for the requested language.
- getTitleCurrentLanguageId() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
- getTitleCurrentLanguageId() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getTitleCurrentValue() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
- getTitleCurrentValue() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getTitleMap() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns a map of the locales and localized titles of this polls question.
- getTitleMap() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns a map of the locales and localized titles of this polls question.
- getUserId() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the user ID of this polls choice.
- getUserId() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getUserId() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the user ID of this polls choice.
- getUserId() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the user ID of this polls question.
- getUserId() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getUserId() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the user ID of this polls question.
- getUserId() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the user ID of this polls vote.
- getUserId() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getUserId() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the user ID of this polls vote.
- getUserName() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the user name of this polls choice.
- getUserName() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getUserName() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the user name of this polls choice.
- getUserName() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the user name of this polls question.
- getUserName() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getUserName() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the user name of this polls question.
- getUserName() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the user name of this polls vote.
- getUserName() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getUserName() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the user name of this polls vote.
- getUserUuid() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the user uuid of this polls choice.
- getUserUuid() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the user uuid of this polls choice.
- getUserUuid() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the user uuid of this polls question.
- getUserUuid() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the user uuid of this polls question.
- getUserUuid() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the user uuid of this polls vote.
- getUserUuid() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the user uuid of this polls vote.
- getUuid() - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Returns the uuid of this polls choice.
- getUuid() - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- getUuid() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Returns the uuid of this polls choice.
- getUuid() - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Returns the uuid of this polls question.
- getUuid() - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- getUuid() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Returns the uuid of this polls question.
- getUuid() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the uuid of this polls vote.
- getUuid() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getUuid() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the uuid of this polls vote.
- getVoteDate() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the vote date of this polls vote.
- getVoteDate() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getVoteDate() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the vote date of this polls vote.
- getVoteId() - Method in interface com.liferay.polls.model.PollsVoteModel
-
Returns the vote ID of this polls vote.
- getVoteId() - Method in class com.liferay.polls.model.PollsVoteSoap
-
- getVoteId() - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Returns the vote ID of this polls vote.
- getVotes() - Method in interface com.liferay.polls.model.PollsQuestion
-
- getVotes(int, int) - Method in interface com.liferay.polls.model.PollsQuestion
-
- getVotes() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getVotes(int, int) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getVotesCount() - Method in interface com.liferay.polls.model.PollsChoice
-
- getVotesCount() - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- getVotesCount() - Method in interface com.liferay.polls.model.PollsQuestion
-
- getVotesCount() - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- getWrappedService() - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.polls.service.PollsChoiceServiceWrapper
-
- getWrappedService() - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.polls.service.PollsQuestionServiceWrapper
-
- getWrappedService() - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- getWrappedService() - Method in class com.liferay.polls.service.PollsVoteServiceWrapper
-
- groupId - Variable in class com.liferay.polls.model.PollsChoiceTable
-
- groupId - Variable in class com.liferay.polls.model.PollsQuestionTable
-
- groupId - Variable in class com.liferay.polls.model.PollsVoteTable
-
- search(long, long[], String, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- search(long, long[], String, String, boolean, int, int, OrderByComparator<PollsQuestion>) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- search(long, long[], String, int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- search(long, long[], String, String, boolean, int, int, OrderByComparator<PollsQuestion>) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- search(long, long[], String, int, int, OrderByComparator<PollsQuestion>) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- search(long, long[], String, String, boolean, int, int, OrderByComparator<PollsQuestion>) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- searchCount(long, long[], String) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- searchCount(long, long[], String, String, boolean) - Method in interface com.liferay.polls.service.PollsQuestionLocalService
-
- searchCount(long, long[], String) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- searchCount(long, long[], String, String, boolean) - Static method in class com.liferay.polls.service.PollsQuestionLocalServiceUtil
-
- searchCount(long, long[], String) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- searchCount(long, long[], String, String, boolean) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- setChoiceId(long) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the choice ID of this polls choice.
- setChoiceId(long) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setChoiceId(long) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the choice ID of this polls choice.
- setChoiceId(long) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the choice ID of this polls vote.
- setChoiceId(long) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setChoiceId(long) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the choice ID of this polls vote.
- setCompanyId(long) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the company ID of this polls choice.
- setCompanyId(long) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setCompanyId(long) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the company ID of this polls choice.
- setCompanyId(long) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the company ID of this polls question.
- setCompanyId(long) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setCompanyId(long) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the company ID of this polls question.
- setCompanyId(long) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the company ID of this polls vote.
- setCompanyId(long) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setCompanyId(long) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the company ID of this polls vote.
- setCreateDate(Date) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the create date of this polls choice.
- setCreateDate(Date) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setCreateDate(Date) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the create date of this polls choice.
- setCreateDate(Date) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the create date of this polls question.
- setCreateDate(Date) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setCreateDate(Date) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the create date of this polls question.
- setCreateDate(Date) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the create date of this polls vote.
- setCreateDate(Date) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setCreateDate(Date) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the create date of this polls vote.
- setDescription(String) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the description of this polls choice.
- setDescription(String, Locale) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the localized description of this polls choice in the language.
- setDescription(String, Locale, Locale) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the localized description of this polls choice in the language, and sets the default locale.
- setDescription(String) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setDescription(String) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the description of this polls choice.
- setDescription(String, Locale) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the localized description of this polls choice in the language.
- setDescription(String, Locale, Locale) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the localized description of this polls choice in the language, and sets the default locale.
- setDescription(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the description of this polls question.
- setDescription(String, Locale) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the localized description of this polls question in the language.
- setDescription(String, Locale, Locale) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the localized description of this polls question in the language, and sets the default locale.
- setDescription(String) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setDescription(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the description of this polls question.
- setDescription(String, Locale) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the localized description of this polls question in the language.
- setDescription(String, Locale, Locale) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the localized description of this polls question in the language, and sets the default locale.
- setDescriptionCurrentLanguageId(String) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
- setDescriptionCurrentLanguageId(String) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- setDescriptionCurrentLanguageId(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
- setDescriptionCurrentLanguageId(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- setDescriptionMap(Map<Locale, String>) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the localized descriptions of this polls choice from the map of locales and localized descriptions.
- setDescriptionMap(Map<Locale, String>, Locale) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the localized descriptions of this polls choice from the map of locales and localized descriptions, and sets the default locale.
- setDescriptionMap(Map<Locale, String>) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the localized descriptions of this polls choice from the map of locales and localized descriptions.
- setDescriptionMap(Map<Locale, String>, Locale) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the localized descriptions of this polls choice from the map of locales and localized descriptions, and sets the default locale.
- setDescriptionMap(Map<Locale, String>) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the localized descriptions of this polls question from the map of locales and localized descriptions.
- setDescriptionMap(Map<Locale, String>, Locale) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the localized descriptions of this polls question from the map of locales and localized descriptions, and sets the default locale.
- setDescriptionMap(Map<Locale, String>) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the localized descriptions of this polls question from the map of locales and localized descriptions.
- setDescriptionMap(Map<Locale, String>, Locale) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the localized descriptions of this polls question from the map of locales and localized descriptions, and sets the default locale.
- setExpirationDate(Date) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the expiration date of this polls question.
- setExpirationDate(Date) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setExpirationDate(Date) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the expiration date of this polls question.
- setGroupId(long) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the group ID of this polls choice.
- setGroupId(long) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setGroupId(long) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the group ID of this polls choice.
- setGroupId(long) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the group ID of this polls question.
- setGroupId(long) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setGroupId(long) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the group ID of this polls question.
- setGroupId(long) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the group ID of this polls vote.
- setGroupId(long) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setGroupId(long) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the group ID of this polls vote.
- setLastPublishDate(Date) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the last publish date of this polls choice.
- setLastPublishDate(Date) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setLastPublishDate(Date) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the last publish date of this polls choice.
- setLastPublishDate(Date) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the last publish date of this polls question.
- setLastPublishDate(Date) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setLastPublishDate(Date) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the last publish date of this polls question.
- setLastPublishDate(Date) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the last publish date of this polls vote.
- setLastPublishDate(Date) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setLastPublishDate(Date) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the last publish date of this polls vote.
- setLastVoteDate(Date) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the last vote date of this polls question.
- setLastVoteDate(Date) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setLastVoteDate(Date) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the last vote date of this polls question.
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- setModelAttributes(Map<String, Object>) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
- setModifiedDate(Date) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the modified date of this polls choice.
- setModifiedDate(Date) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setModifiedDate(Date) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the modified date of this polls choice.
- setModifiedDate(Date) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the modified date of this polls question.
- setModifiedDate(Date) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setModifiedDate(Date) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the modified date of this polls question.
- setModifiedDate(Date) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the modified date of this polls vote.
- setModifiedDate(Date) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setModifiedDate(Date) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the modified date of this polls vote.
- setMvccVersion(long) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the mvcc version of this polls choice.
- setMvccVersion(long) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setMvccVersion(long) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the mvcc version of this polls choice.
- setMvccVersion(long) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the mvcc version of this polls question.
- setMvccVersion(long) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setMvccVersion(long) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the mvcc version of this polls question.
- setMvccVersion(long) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the mvcc version of this polls vote.
- setMvccVersion(long) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setMvccVersion(long) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the mvcc version of this polls vote.
- setName(String) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the name of this polls choice.
- setName(String) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setName(String) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the name of this polls choice.
- setPrimaryKey(long) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the primary key of this polls choice.
- setPrimaryKey(long) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setPrimaryKey(long) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the primary key of this polls choice.
- setPrimaryKey(long) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the primary key of this polls question.
- setPrimaryKey(long) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setPrimaryKey(long) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the primary key of this polls question.
- setPrimaryKey(long) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the primary key of this polls vote.
- setPrimaryKey(long) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setPrimaryKey(long) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the primary key of this polls vote.
- setQuestionId(long) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the question ID of this polls choice.
- setQuestionId(long) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setQuestionId(long) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the question ID of this polls choice.
- setQuestionId(long) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the question ID of this polls question.
- setQuestionId(long) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setQuestionId(long) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the question ID of this polls question.
- setQuestionId(long) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the question ID of this polls vote.
- setQuestionId(long) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setQuestionId(long) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the question ID of this polls vote.
- setTitle(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the title of this polls question.
- setTitle(String, Locale) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the localized title of this polls question in the language.
- setTitle(String, Locale, Locale) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the localized title of this polls question in the language, and sets the default locale.
- setTitle(String) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setTitle(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the title of this polls question.
- setTitle(String, Locale) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the localized title of this polls question in the language.
- setTitle(String, Locale, Locale) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the localized title of this polls question in the language, and sets the default locale.
- setTitleCurrentLanguageId(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
- setTitleCurrentLanguageId(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
- setTitleMap(Map<Locale, String>) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the localized titles of this polls question from the map of locales and localized titles.
- setTitleMap(Map<Locale, String>, Locale) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the localized titles of this polls question from the map of locales and localized titles, and sets the default locale.
- setTitleMap(Map<Locale, String>) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the localized titles of this polls question from the map of locales and localized titles.
- setTitleMap(Map<Locale, String>, Locale) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the localized titles of this polls question from the map of locales and localized titles, and sets the default locale.
- setUserId(long) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the user ID of this polls choice.
- setUserId(long) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setUserId(long) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the user ID of this polls choice.
- setUserId(long) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the user ID of this polls question.
- setUserId(long) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setUserId(long) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the user ID of this polls question.
- setUserId(long) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the user ID of this polls vote.
- setUserId(long) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setUserId(long) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the user ID of this polls vote.
- setUserName(String) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the user name of this polls choice.
- setUserName(String) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setUserName(String) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the user name of this polls choice.
- setUserName(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the user name of this polls question.
- setUserName(String) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setUserName(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the user name of this polls question.
- setUserName(String) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the user name of this polls vote.
- setUserName(String) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setUserName(String) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the user name of this polls vote.
- setUserUuid(String) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the user uuid of this polls choice.
- setUserUuid(String) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the user uuid of this polls choice.
- setUserUuid(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the user uuid of this polls question.
- setUserUuid(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the user uuid of this polls question.
- setUserUuid(String) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the user uuid of this polls vote.
- setUserUuid(String) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the user uuid of this polls vote.
- setUuid(String) - Method in interface com.liferay.polls.model.PollsChoiceModel
-
Sets the uuid of this polls choice.
- setUuid(String) - Method in class com.liferay.polls.model.PollsChoiceSoap
-
- setUuid(String) - Method in class com.liferay.polls.model.PollsChoiceWrapper
-
Sets the uuid of this polls choice.
- setUuid(String) - Method in interface com.liferay.polls.model.PollsQuestionModel
-
Sets the uuid of this polls question.
- setUuid(String) - Method in class com.liferay.polls.model.PollsQuestionSoap
-
- setUuid(String) - Method in class com.liferay.polls.model.PollsQuestionWrapper
-
Sets the uuid of this polls question.
- setUuid(String) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the uuid of this polls vote.
- setUuid(String) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setUuid(String) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the uuid of this polls vote.
- setVoteDate(Date) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the vote date of this polls vote.
- setVoteDate(Date) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setVoteDate(Date) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the vote date of this polls vote.
- setVoteId(long) - Method in interface com.liferay.polls.model.PollsVoteModel
-
Sets the vote ID of this polls vote.
- setVoteId(long) - Method in class com.liferay.polls.model.PollsVoteSoap
-
- setVoteId(long) - Method in class com.liferay.polls.model.PollsVoteWrapper
-
Sets the vote ID of this polls vote.
- setWrappedService(PollsChoiceLocalService) - Method in class com.liferay.polls.service.PollsChoiceLocalServiceWrapper
-
- setWrappedService(PollsChoiceService) - Method in class com.liferay.polls.service.PollsChoiceServiceWrapper
-
- setWrappedService(PollsQuestionLocalService) - Method in class com.liferay.polls.service.PollsQuestionLocalServiceWrapper
-
- setWrappedService(PollsQuestionService) - Method in class com.liferay.polls.service.PollsQuestionServiceWrapper
-
- setWrappedService(PollsVoteLocalService) - Method in class com.liferay.polls.service.PollsVoteLocalServiceWrapper
-
- setWrappedService(PollsVoteService) - Method in class com.liferay.polls.service.PollsVoteServiceWrapper
-