|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PollsQuestion in com.liferay.portlet.polls.lar |
---|
Methods in com.liferay.portlet.polls.lar with parameters of type PollsQuestion | |
---|---|
protected static void |
PollsPortletDataHandlerImpl.exportQuestion(PortletDataContext context,
Element questionsElement,
Element choicesElement,
Element votesElement,
PollsQuestion question)
|
protected static String |
PollsPortletDataHandlerImpl.getQuestionPath(PortletDataContext context,
PollsQuestion question)
|
protected static void |
PollsPortletDataHandlerImpl.importQuestion(PortletDataContext context,
PollsQuestion question)
|
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.getWrappedPollsQuestion()
|
PollsQuestion |
PollsQuestionWrapper.toEscapedModel()
|
PollsQuestion |
PollsQuestionModel.toEscapedModel()
Gets a copy of this polls question as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
Methods in com.liferay.portlet.polls.model with parameters of type PollsQuestion | |
---|---|
int |
PollsQuestionWrapper.compareTo(PollsQuestion pollsQuestion)
|
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.model.impl |
---|
Classes in com.liferay.portlet.polls.model.impl that implement PollsQuestion | |
---|---|
class |
PollsQuestionImpl
|
Methods in com.liferay.portlet.polls.model.impl that return PollsQuestion | |
---|---|
PollsQuestion |
PollsQuestionModelImpl.toEscapedModel()
|
static PollsQuestion |
PollsQuestionModelImpl.toModel(PollsQuestionSoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portlet.polls.model.impl that return types with arguments of type PollsQuestion | |
---|---|
static List<PollsQuestion> |
PollsQuestionModelImpl.toModels(PollsQuestionSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.polls.model.impl with parameters of type PollsQuestion | |
---|---|
int |
PollsQuestionModelImpl.compareTo(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. |
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)
|
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)
|
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 |
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 |
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. |
PollsQuestion |
PollsQuestionLocalService.createPollsQuestion(long questionId)
Creates a new polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.getPollsQuestion(long questionId)
Gets the polls question with the primary key. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.getPollsQuestion(long questionId)
Gets the polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalService.getPollsQuestion(long questionId)
Gets the polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Gets the polls question with the UUID and group id. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Gets the polls question with the UUID and group id. |
PollsQuestion |
PollsQuestionLocalService.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Gets the polls question with the UUID and group id. |
PollsQuestion |
PollsQuestionServiceWrapper.getQuestion(long questionId)
|
static PollsQuestion |
PollsQuestionServiceUtil.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionService.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.getQuestion(long questionId)
|
static PollsQuestion |
PollsQuestionLocalServiceUtil.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalService.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database. |
PollsQuestion |
PollsQuestionLocalService.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
Updates the polls question in the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
Updates the polls question in the database. |
PollsQuestion |
PollsQuestionLocalService.updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
Updates the polls question in the database. |
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)
|
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)
|
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)
|
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)
|
Methods in com.liferay.portlet.polls.service that return types with arguments of type PollsQuestion | |
---|---|
List<PollsQuestion> |
PollsQuestionLocalServiceWrapper.getPollsQuestions(int start,
int end)
Gets a range of all the polls questions. |
static List<PollsQuestion> |
PollsQuestionLocalServiceUtil.getPollsQuestions(int start,
int end)
Gets a range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionLocalService.getPollsQuestions(int start,
int end)
Gets a range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionLocalServiceWrapper.getQuestions(long groupId)
|
static List<PollsQuestion> |
PollsQuestionLocalServiceUtil.getQuestions(long groupId)
|
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)
|
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. |
PollsQuestion |
PollsQuestionLocalService.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
void |
PollsQuestionLocalServiceWrapper.addQuestionResources(PollsQuestion question,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
PollsQuestionLocalServiceUtil.addQuestionResources(PollsQuestion question,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
PollsQuestionLocalService.addQuestionResources(PollsQuestion question,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
PollsQuestionLocalServiceWrapper.addQuestionResources(PollsQuestion question,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
PollsQuestionLocalServiceUtil.addQuestionResources(PollsQuestion question,
String[] communityPermissions,
String[] guestPermissions)
|
void |
PollsQuestionLocalService.addQuestionResources(PollsQuestion question,
String[] communityPermissions,
String[] guestPermissions)
|
void |
PollsQuestionLocalServiceWrapper.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
static void |
PollsQuestionLocalServiceUtil.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
void |
PollsQuestionLocalService.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
void |
PollsQuestionLocalServiceWrapper.deleteQuestion(PollsQuestion question)
|
static void |
PollsQuestionLocalServiceUtil.deleteQuestion(PollsQuestion question)
|
void |
PollsQuestionLocalService.deleteQuestion(PollsQuestion question)
|
PollsQuestion |
PollsQuestionLocalServiceWrapper.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database. |
PollsQuestion |
PollsQuestionLocalService.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database. |
PollsQuestion |
PollsQuestionLocalServiceWrapper.updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
Updates the polls question in the database. |
static PollsQuestion |
PollsQuestionLocalServiceUtil.updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
Updates the polls question in the database. |
PollsQuestion |
PollsQuestionLocalService.updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
Updates the polls question in the database. |
Uses of PollsQuestion in com.liferay.portlet.polls.service.base |
---|
Methods in com.liferay.portlet.polls.service.base that return PollsQuestion | |
---|---|
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.createPollsQuestion(long questionId)
Creates a new polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.getPollsQuestion(long questionId)
Gets the polls question with the primary key. |
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.getPollsQuestionByUuidAndGroupId(String uuid,
long groupId)
Gets the polls question with the UUID and group id. |
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database. |
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
Updates the polls question in the database. |
Methods in com.liferay.portlet.polls.service.base that return types with arguments of type PollsQuestion | |
---|---|
List<PollsQuestion> |
PollsQuestionLocalServiceBaseImpl.getPollsQuestions(int start,
int end)
Gets a range of all the polls questions. |
Methods in com.liferay.portlet.polls.service.base with parameters of type PollsQuestion | |
---|---|
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.addPollsQuestion(PollsQuestion pollsQuestion)
Adds the polls question to the database. |
void |
PollsQuestionLocalServiceBaseImpl.deletePollsQuestion(PollsQuestion pollsQuestion)
Deletes the polls question from the database. |
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.updatePollsQuestion(PollsQuestion pollsQuestion)
Updates the polls question in the database. |
PollsQuestion |
PollsQuestionLocalServiceBaseImpl.updatePollsQuestion(PollsQuestion pollsQuestion,
boolean merge)
Updates the polls question in the database. |
Uses of PollsQuestion in com.liferay.portlet.polls.service.http |
---|
Methods in com.liferay.portlet.polls.service.http that return PollsQuestion | |
---|---|
static PollsQuestion |
PollsQuestionServiceHttp.addQuestion(HttpPrincipal httpPrincipal,
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 |
PollsQuestionServiceHttp.getQuestion(HttpPrincipal httpPrincipal,
long questionId)
|
static PollsQuestion |
PollsQuestionServiceHttp.updateQuestion(HttpPrincipal httpPrincipal,
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.http with parameters of type PollsQuestion | |
---|---|
static JSONArray |
PollsQuestionJSONSerializer.toJSONArray(PollsQuestion[] models)
|
static JSONArray |
PollsQuestionJSONSerializer.toJSONArray(PollsQuestion[][] models)
|
static JSONObject |
PollsQuestionJSONSerializer.toJSONObject(PollsQuestion model)
|
Method parameters in com.liferay.portlet.polls.service.http with type arguments of type PollsQuestion | |
---|---|
static JSONArray |
PollsQuestionJSONSerializer.toJSONArray(List<PollsQuestion> models)
|
Uses of PollsQuestion in com.liferay.portlet.polls.service.impl |
---|
Methods in com.liferay.portlet.polls.service.impl that return PollsQuestion | |
---|---|
PollsQuestion |
PollsQuestionLocalServiceImpl.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)
|
PollsQuestion |
PollsQuestionServiceImpl.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 |
PollsQuestionServiceImpl.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalServiceImpl.getQuestion(long questionId)
|
PollsQuestion |
PollsQuestionLocalServiceImpl.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)
|
PollsQuestion |
PollsQuestionServiceImpl.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.impl that return types with arguments of type PollsQuestion | |
---|---|
List<PollsQuestion> |
PollsQuestionLocalServiceImpl.getQuestions(long groupId)
|
List<PollsQuestion> |
PollsQuestionLocalServiceImpl.getQuestions(long groupId,
int start,
int end)
|
Methods in com.liferay.portlet.polls.service.impl with parameters of type PollsQuestion | |
---|---|
void |
PollsQuestionLocalServiceImpl.addQuestionResources(PollsQuestion question,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
PollsQuestionLocalServiceImpl.addQuestionResources(PollsQuestion question,
String[] communityPermissions,
String[] guestPermissions)
|
void |
PollsQuestionLocalServiceImpl.deleteQuestion(PollsQuestion question)
|
Uses of PollsQuestion in com.liferay.portlet.polls.service.permission |
---|
Methods in com.liferay.portlet.polls.service.permission with parameters of type PollsQuestion | |
---|---|
static void |
PollsQuestionPermission.check(PermissionChecker permissionChecker,
PollsQuestion question,
String actionId)
|
static boolean |
PollsQuestionPermission.contains(PermissionChecker permissionChecker,
PollsQuestion question,
String actionId)
|
Uses of PollsQuestion in com.liferay.portlet.polls.service.persistence |
---|
Methods in com.liferay.portlet.polls.service.persistence that return PollsQuestion | |
---|---|
static PollsQuestion |
PollsQuestionUtil.create(long questionId)
Creates a new polls question with the primary key. |
PollsQuestion |
PollsQuestionPersistence.create(long questionId)
Creates a new polls question with the primary key. |
PollsQuestion |
PollsQuestionPersistenceImpl.create(long questionId)
Creates a new polls question with the primary key. |
static PollsQuestion |
PollsQuestionUtil.fetchByPrimaryKey(long questionId)
Finds the polls question with the primary key or returns null if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.fetchByPrimaryKey(long questionId)
Finds the polls question with the primary key or returns null if it could not be found. |
PollsQuestion |
PollsQuestionPersistenceImpl.fetchByPrimaryKey(long questionId)
Finds the polls question with the primary key or returns null if it could not be found. |
PollsQuestion |
PollsQuestionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the polls question with the primary key or returns null if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the polls question where uuid = ? and groupId = ? or returns null if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the polls question where uuid = ? and groupId = ? or returns null if it could not be found. |
PollsQuestion |
PollsQuestionPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Finds 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,
boolean retrieveFromCache)
Finds the polls question where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
PollsQuestion |
PollsQuestionPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the polls question where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
PollsQuestion |
PollsQuestionPersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the polls question where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where groupId = ?. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where groupId = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where groupId = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where groupId = ?. |
PollsQuestion[] |
PollsQuestionPersistenceImpl.findByGroupId_PrevAndNext(long questionId,
long groupId,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where groupId = ?. |
static PollsQuestion |
PollsQuestionUtil.findByPrimaryKey(long questionId)
Finds the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.findByPrimaryKey(long questionId)
Finds the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByPrimaryKey(long questionId)
Finds the polls question with the primary key or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the polls question with the primary key or throws a NoSuchModelException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls question in the ordered set where uuid = ?. |
static PollsQuestion |
PollsQuestionUtil.findByUUID_G(String uuid,
long groupId)
Finds the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistence.findByUUID_G(String uuid,
long groupId)
Finds the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the polls question where uuid = ? and groupId = ? or throws a NoSuchQuestionException if it could not be found. |
static PollsQuestion |
PollsQuestionUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where uuid = ?. |
PollsQuestion |
PollsQuestionPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls question in the ordered set where uuid = ?. |
static PollsQuestion[] |
PollsQuestionUtil.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where uuid = ?. |
PollsQuestion[] |
PollsQuestionPersistence.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where uuid = ?. |
PollsQuestion[] |
PollsQuestionPersistenceImpl.findByUuid_PrevAndNext(long questionId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls questions before and after the current polls question in the ordered set where uuid = ?. |
protected PollsQuestion |
PollsQuestionPersistenceImpl.getByGroupId_PrevAndNext(Session session,
PollsQuestion pollsQuestion,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected PollsQuestion |
PollsQuestionPersistenceImpl.getByUuid_PrevAndNext(Session session,
PollsQuestion pollsQuestion,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static PollsQuestion |
PollsQuestionUtil.remove(long questionId)
Removes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionPersistence.remove(long questionId)
Removes the polls question with the primary key from the database. |
PollsQuestion |
PollsQuestionPersistenceImpl.remove(long questionId)
Removes the polls question with the primary key from the database. |
static PollsQuestion |
PollsQuestionUtil.remove(PollsQuestion pollsQuestion)
|
PollsQuestion |
PollsQuestionPersistenceImpl.remove(Serializable primaryKey)
Removes the polls question with the primary key from the database. |
protected PollsQuestion |
PollsQuestionPersistenceImpl.removeImpl(PollsQuestion pollsQuestion)
|
protected PollsQuestion |
PollsQuestionPersistenceImpl.toUnwrappedModel(PollsQuestion pollsQuestion)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion,
boolean merge)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion,
boolean merge,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionUtil.updateImpl(PollsQuestion pollsQuestion,
boolean merge)
|
PollsQuestion |
PollsQuestionPersistence.updateImpl(PollsQuestion pollsQuestion,
boolean merge)
|
PollsQuestion |
PollsQuestionPersistenceImpl.updateImpl(PollsQuestion pollsQuestion,
boolean merge)
|
Methods in com.liferay.portlet.polls.service.persistence that return types with arguments of type PollsQuestion | |
---|---|
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll()
Finds all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistence.findAll()
Finds all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findAll()
Finds all the polls questions. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll(int start,
int end)
Finds a range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistence.findAll(int start,
int end)
Finds a range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findAll(int start,
int end)
Finds a range of all the polls questions. |
static List<PollsQuestion> |
PollsQuestionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls questions. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls questions. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId)
Finds all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId)
Finds all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findByGroupId(long groupId)
Finds all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls questions where groupId = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls questions where groupId = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid)
Finds all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid)
Finds all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findByUuid(String uuid)
Finds all the polls questions where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Finds a range of all the polls questions where uuid = ?. |
static List<PollsQuestion> |
PollsQuestionUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls questions where uuid = ?. |
List<PollsQuestion> |
PollsQuestionPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 | |
---|---|
static void |
PollsQuestionUtil.cacheResult(PollsQuestion pollsQuestion)
Caches the polls question in the entity cache if it is enabled. |
void |
PollsQuestionPersistence.cacheResult(PollsQuestion pollsQuestion)
Caches the polls question in the entity cache if it is enabled. |
void |
PollsQuestionPersistenceImpl.cacheResult(PollsQuestion pollsQuestion)
Caches the polls question in the entity cache if it is enabled. |
static void |
PollsQuestionUtil.clearCache(PollsQuestion pollsQuestion)
|
void |
PollsQuestionPersistenceImpl.clearCache(PollsQuestion pollsQuestion)
Clears the cache for the polls question. |
protected PollsQuestion |
PollsQuestionPersistenceImpl.getByGroupId_PrevAndNext(Session session,
PollsQuestion pollsQuestion,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected PollsQuestion |
PollsQuestionPersistenceImpl.getByUuid_PrevAndNext(Session session,
PollsQuestion pollsQuestion,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static PollsQuestion |
PollsQuestionUtil.remove(PollsQuestion pollsQuestion)
|
protected PollsQuestion |
PollsQuestionPersistenceImpl.removeImpl(PollsQuestion pollsQuestion)
|
protected PollsQuestion |
PollsQuestionPersistenceImpl.toUnwrappedModel(PollsQuestion pollsQuestion)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion,
boolean merge)
|
static PollsQuestion |
PollsQuestionUtil.update(PollsQuestion pollsQuestion,
boolean merge,
ServiceContext serviceContext)
|
static PollsQuestion |
PollsQuestionUtil.updateImpl(PollsQuestion pollsQuestion,
boolean merge)
|
PollsQuestion |
PollsQuestionPersistence.updateImpl(PollsQuestion pollsQuestion,
boolean merge)
|
PollsQuestion |
PollsQuestionPersistenceImpl.updateImpl(PollsQuestion pollsQuestion,
boolean merge)
|
Method parameters in com.liferay.portlet.polls.service.persistence with type arguments of type PollsQuestion | |
---|---|
static void |
PollsQuestionUtil.cacheResult(List<PollsQuestion> pollsQuestions)
Caches the polls questions in the entity cache if it is enabled. |
void |
PollsQuestionPersistence.cacheResult(List<PollsQuestion> pollsQuestions)
Caches the polls questions in the entity cache if it is enabled. |
void |
PollsQuestionPersistenceImpl.cacheResult(List<PollsQuestion> pollsQuestions)
Caches the polls questions in the entity cache if it is enabled. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |