|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PollsQuestion | |
|---|---|
| com.liferay.portlet.polls.model | |
| com.liferay.portlet.polls.service | |
| com.liferay.portlet.polls.service.persistence | |
| Uses of PollsQuestion in com.liferay.portlet.polls.model |
|---|
| Classes in com.liferay.portlet.polls.model that implement PollsQuestion | |
|---|---|
class |
PollsQuestionWrapper
This class is a wrapper for PollsQuestion. |
| Methods in com.liferay.portlet.polls.model that return PollsQuestion | |
|---|---|
PollsQuestion |
PollsQuestionWrapper.getWrappedModel()
|
PollsQuestion |
PollsQuestionWrapper.getWrappedPollsQuestion()
Deprecated. As of 6.1.0, replaced by PollsQuestionWrapper.getWrappedModel() |
PollsQuestion |
PollsQuestionWrapper.toEscapedModel()
|
abstract PollsQuestion |
PollsQuestionModel.toEscapedModel()
|
PollsQuestion |
PollsQuestionWrapper.toUnescapedModel()
|
abstract PollsQuestion |
PollsQuestionModel.toUnescapedModel()
|
| Methods in com.liferay.portlet.polls.model that return types with arguments of type PollsQuestion | |
|---|---|
CacheModel<PollsQuestion> |
PollsQuestionWrapper.toCacheModel()
|
abstract CacheModel<PollsQuestion> |
PollsQuestionModel.toCacheModel()
|
| Methods in com.liferay.portlet.polls.model with parameters of type PollsQuestion | |
|---|---|
int |
PollsQuestionWrapper.compareTo(PollsQuestion pollsQuestion)
|
abstract int |
PollsQuestionModel.compareTo(PollsQuestion pollsQuestion)
|
static PollsQuestionSoap |
PollsQuestionSoap.toSoapModel(PollsQuestion model)
|
static PollsQuestionSoap[] |
PollsQuestionSoap.toSoapModels(PollsQuestion[] models)
|
static PollsQuestionSoap[][] |
PollsQuestionSoap.toSoapModels(PollsQuestion[][] models)
|
| Method parameters in com.liferay.portlet.polls.model with type arguments of type PollsQuestion | |
|---|---|
static PollsQuestionSoap[] |
PollsQuestionSoap.toSoapModels(List<PollsQuestion> models)
|
| Constructors in com.liferay.portlet.polls.model with parameters of type PollsQuestion | |
|---|---|
PollsQuestionWrapper(PollsQuestion pollsQuestion)
|
|
| Uses of PollsQuestion in com.liferay.portlet.polls.service |
|---|
| Methods in com.liferay.portlet.polls.service that return PollsQuestion | |
|---|---|
PollsQuestion |
PollsQuestionLocalServiceWrapper.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
abstract PollsQuestion |
PollsQuestionLocalService.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.addQuestion(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.addQuestion(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
abstract PollsQuestion |
PollsQuestionLocalService.addQuestion(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
abstract PollsQuestion |
PollsQuestionService.addQuestion(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionServiceWrapper.addQuestion(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionServiceUtil.addQuestion(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.createPollsQuestion(long questionId)
Creates a new polls question with the primary key. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.createPollsQuestion(long questionId)
Creates a new polls question with the primary key. |
abstract PollsQuestion |
PollsQuestionLocalService.createPollsQuestion(long questionId)
Creates a new polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.deletePollsQuestion(long questionId)
Deletes the polls question with the primary key from the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.deletePollsQuestion(long questionId)
Deletes the polls question with the primary key from the database. |
abstract PollsQuestion |
PollsQuestionLocalService.deletePollsQuestion(long questionId)
Deletes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
abstract PollsQuestion |
PollsQuestionLocalService.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.fetchPollsQuestion(long questionId)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.fetchPollsQuestion(long questionId)
|
abstract PollsQuestion |
PollsQuestionLocalService.fetchPollsQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.fetchPollsQuestionByUuidAndCompanyId(String uuid,
long companyId)
Returns the polls question with the matching UUID and company. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.fetchPollsQuestionByUuidAndCompanyId(String uuid,
long companyId)
Returns the polls question with the matching UUID and company. |
abstract PollsQuestion |
PollsQuestionLocalService.fetchPollsQuestionByUuidAndCompanyId(String uuid,
long companyId)
Returns the polls question with the matching UUID and company. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.fetchPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question matching the UUID and group. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.fetchPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question matching the UUID and group. |
abstract PollsQuestion |
PollsQuestionLocalService.fetchPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question matching the UUID and group. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.getPollsQuestion(long questionId)
Returns the polls question with the primary key. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.getPollsQuestion(long questionId)
Returns the polls question with the primary key. |
abstract PollsQuestion |
PollsQuestionLocalService.getPollsQuestion(long questionId)
Returns the polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.getPollsQuestionByUuidAndCompanyId(String uuid,
long companyId)
Returns the polls question with the matching UUID and company. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.getPollsQuestionByUuidAndCompanyId(String uuid,
long companyId)
Returns the polls question with the matching UUID and company. |
abstract PollsQuestion |
PollsQuestionLocalService.getPollsQuestionByUuidAndCompanyId(String uuid,
long companyId)
Returns the polls question with the matching UUID and company. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question matching the UUID and group. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question matching the UUID and group. |
abstract PollsQuestion |
PollsQuestionLocalService.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Returns the polls question matching the UUID and group. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.getQuestion(long questionId)
|
abstract PollsQuestion |
PollsQuestionService.getQuestion(long questionId)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.getQuestion(long questionId)
|
abstract PollsQuestion |
PollsQuestionLocalService.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionServiceWrapper.getQuestion(long questionId)
|
static PollsQuestion |
PollsQuestionServiceUtil.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
abstract PollsQuestion |
PollsQuestionLocalService.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.updateQuestion(long userId,
long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.updateQuestion(long userId,
long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
abstract PollsQuestion |
PollsQuestionLocalService.updateQuestion(long userId,
long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
abstract PollsQuestion |
PollsQuestionService.updateQuestion(long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
PollsQuestion |
PollsQuestionServiceWrapper.updateQuestion(long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionServiceUtil.updateQuestion(long questionId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
List<PollsChoice> choices,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.polls.service that return types with arguments of type PollsQuestion | |
|---|---|
List<PollsQuestion> |
PollsQuestionLocalServiceWrapper.getPollsQuestions(int start,
int end)
Returns a range of all the polls questions. |
static List<PollsQuestion> |
PollsQuestionLocalServiceUtil.getPollsQuestions(int start,
int end)
Returns a range of all the polls questions. |
abstract List<PollsQuestion> |
PollsQuestionLocalService.getPollsQuestions(int start,
int end)
Returns a range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionLocalServiceWrapper.getQuestions(long groupId)
|
static List<PollsQuestion> |
PollsQuestionLocalServiceUtil.getQuestions(long groupId)
|
abstract List<PollsQuestion> |
PollsQuestionLocalService.getQuestions(long groupId)
|
List<PollsQuestion> |
PollsQuestionLocalServiceWrapper.getQuestions(long groupId,
int start,
int end)
|
static List<PollsQuestion> |
PollsQuestionLocalServiceUtil.getQuestions(long groupId,
int start,
int end)
|
abstract List<PollsQuestion> |
PollsQuestionLocalService.getQuestions(long groupId,
int start,
int end)
|
| Methods in com.liferay.portlet.polls.service with parameters of type PollsQuestion | |
|---|---|
PollsQuestion |
PollsQuestionLocalServiceWrapper.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
abstract PollsQuestion |
PollsQuestionLocalService.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
void |
PollsQuestionLocalServiceWrapper.addQuestionResources(PollsQuestion question,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
PollsQuestionLocalServiceUtil.addQuestionResources(PollsQuestion question,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
abstract void |
PollsQuestionLocalService.addQuestionResources(PollsQuestion question,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
PollsQuestionLocalServiceWrapper.addQuestionResources(PollsQuestion question,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
PollsQuestionLocalServiceUtil.addQuestionResources(PollsQuestion question,
String[] groupPermissions,
String[] guestPermissions)
|
abstract void |
PollsQuestionLocalService.addQuestionResources(PollsQuestion question,
String[] groupPermissions,
String[] guestPermissions)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
abstract PollsQuestion |
PollsQuestionLocalService.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
void |
PollsQuestionLocalServiceWrapper.deleteQuestion(PollsQuestion question)
|
static void |
PollsQuestionLocalServiceUtil.deleteQuestion(PollsQuestion question)
|
abstract void |
PollsQuestionLocalService.deleteQuestion(PollsQuestion question)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
abstract PollsQuestion |
PollsQuestionLocalService.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database or adds it if it does not yet exist. |
| Uses of PollsQuestion in com.liferay.portlet.polls.service.persistence |
|---|
| Methods in com.liferay.portlet.polls.service.persistence that return PollsQuestion | |
|---|---|
abstract PollsQuestion |
PollsQuestionPersistence.create(long questionId)
Creates a new polls question with the primary key. |
static PollsQuestion |
PollsQuestionUtil.create(long questionId)
Creates a new polls question with the primary key. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByPrimaryKey(long questionId)
Returns the polls question with the primary key or returns null if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.fetchByPrimaryKey(long questionId)
Returns the polls question with the primary key or returns null if it could not be found. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or returns null if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or returns null if it could not be found. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the polls question where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static PollsQuestion |
PollsQuestionUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the polls question where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract PollsQuestion |
PollsQuestionPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
abstract PollsQuestion[] |
PollsQuestionPersistence.filterFindByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
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 = ?. |
static PollsQuestion[] |
PollsQuestionUtil.filterFindByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
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 = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where groupId = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where groupId = ?. |
abstract PollsQuestion[] |
PollsQuestionPersistence.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where groupId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where groupId = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.findByPrimaryKey(long questionId)
Returns the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByPrimaryKey(long questionId)
Returns the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
abstract PollsQuestion |
PollsQuestionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ? and companyId = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ? and companyId = ?. |
abstract PollsQuestion[] |
PollsQuestionPersistence.findByUuid_C_PrevAndNext(long questionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByUuid_C_PrevAndNext(long questionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ? and companyId = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls question in the ordered set where uuid = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.findByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByUUID_G(String uuid,
long groupId)
Returns the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
abstract PollsQuestion |
PollsQuestionPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls question in the ordered set where uuid = ?. |
abstract PollsQuestion[] |
PollsQuestionPersistence.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Returns the polls questions before and after the current polls question in the ordered set where uuid = ?. |
abstract PollsQuestion |
PollsQuestionPersistence.remove(long questionId)
Removes the polls question with the primary key from the database. |
static PollsQuestion |
PollsQuestionUtil.remove(long questionId)
Removes the polls question with the primary key from the database. |
abstract PollsQuestion |
PollsQuestionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
static PollsQuestion |
PollsQuestionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the polls question where uuid = ? and groupId = ? from the database. |
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion,
ServiceContext serviceContext)
|
abstract PollsQuestion |
PollsQuestionPersistence.updateImpl(PollsQuestion pollsQuestion)
|
static PollsQuestion |
PollsQuestionUtil.updateImpl(PollsQuestion pollsQuestion)
|
| Methods in com.liferay.portlet.polls.service.persistence that return types with arguments of type PollsQuestion | |
|---|---|
abstract List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId)
Returns all the polls questions that the user has permission to view where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId)
Returns all the polls questions that the user has permission to view where groupId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the polls questions that the user has permission to view where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the polls questions that the user has permission to view where groupId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions that the user has permissions to view where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions that the user has permissions to view where groupId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findAll()
Returns all the polls questions. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll()
Returns all the polls questions. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findAll(int start,
int end)
Returns a range of all the polls questions. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll(int start,
int end)
Returns a range of all the polls questions. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId)
Returns all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId)
Returns all the polls questions where groupId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the polls questions where groupId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where groupId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the polls questions where uuid = ? and companyId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid_C(String uuid,
long companyId)
Returns all the polls questions where uuid = ? and companyId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the polls questions where uuid = ? and companyId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the polls questions where uuid = ? and companyId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where uuid = ? and companyId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where uuid = ? and companyId = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid)
Returns all the polls questions where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid)
Returns all the polls questions where uuid = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the polls questions where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the polls questions where uuid = ?. |
abstract List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls questions where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PollsQuestion> |
PollsQuestionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PollsQuestion> |
PollsQuestionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.polls.service.persistence with parameters of type PollsQuestion | |
|---|---|
abstract void |
PollsQuestionPersistence.cacheResult(PollsQuestion pollsQuestion)
Caches the polls question in the entity cache if it is enabled. |
static void |
PollsQuestionUtil.cacheResult(PollsQuestion pollsQuestion)
Caches the polls question in the entity cache if it is enabled. |
static void |
PollsQuestionUtil.clearCache(PollsQuestion pollsQuestion)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion,
ServiceContext serviceContext)
|
abstract PollsQuestion |
PollsQuestionPersistence.updateImpl(PollsQuestion pollsQuestion)
|
static PollsQuestion |
PollsQuestionUtil.updateImpl(PollsQuestion pollsQuestion)
|
| Method parameters in com.liferay.portlet.polls.service.persistence with type arguments of type PollsQuestion | |
|---|---|
abstract void |
PollsQuestionPersistence.cacheResult(List<PollsQuestion> pollsQuestions)
Caches the polls questions in the entity cache if it is enabled. |
static void |
PollsQuestionUtil.cacheResult(List<PollsQuestion> pollsQuestions)
Caches the polls questions in the entity cache if it is enabled. |
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||