|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PollsChoice in com.liferay.portlet.polls.lar |
---|
Methods in com.liferay.portlet.polls.lar with parameters of type PollsChoice | |
---|---|
protected static void |
PollsPortletDataHandlerImpl.exportChoice(PortletDataContext context,
Element questionsElement,
PollsChoice choice)
|
protected static String |
PollsPortletDataHandlerImpl.getChoicePath(PortletDataContext context,
PollsChoice choice)
|
protected static void |
PollsPortletDataHandlerImpl.importChoice(PortletDataContext context,
PollsChoice choice)
|
Uses of PollsChoice in com.liferay.portlet.polls.model |
---|
Classes in com.liferay.portlet.polls.model that implement PollsChoice | |
---|---|
class |
PollsChoiceWrapper
This class is a wrapper for PollsChoice . |
Methods in com.liferay.portlet.polls.model that return PollsChoice | |
---|---|
PollsChoice |
PollsVoteWrapper.getChoice()
|
PollsChoice |
PollsVote.getChoice()
|
PollsChoice |
PollsChoiceWrapper.getWrappedPollsChoice()
|
PollsChoice |
PollsChoiceWrapper.toEscapedModel()
|
PollsChoice |
PollsChoiceModel.toEscapedModel()
Gets a copy of this polls choice as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
Methods in com.liferay.portlet.polls.model that return types with arguments of type PollsChoice | |
---|---|
List<PollsChoice> |
PollsQuestionWrapper.getChoices()
|
List<PollsChoice> |
PollsQuestion.getChoices()
|
Methods in com.liferay.portlet.polls.model with parameters of type PollsChoice | |
---|---|
int |
PollsChoiceWrapper.compareTo(PollsChoice pollsChoice)
|
int |
PollsChoiceModel.compareTo(PollsChoice pollsChoice)
|
Constructors in com.liferay.portlet.polls.model with parameters of type PollsChoice | |
---|---|
PollsChoiceWrapper(PollsChoice pollsChoice)
|
Uses of PollsChoice in com.liferay.portlet.polls.model.impl |
---|
Classes in com.liferay.portlet.polls.model.impl that implement PollsChoice | |
---|---|
class |
PollsChoiceImpl
|
Methods in com.liferay.portlet.polls.model.impl that return PollsChoice | |
---|---|
PollsChoice |
PollsVoteImpl.getChoice()
|
PollsChoice |
PollsChoiceModelImpl.toEscapedModel()
|
Methods in com.liferay.portlet.polls.model.impl that return types with arguments of type PollsChoice | |
---|---|
List<PollsChoice> |
PollsQuestionImpl.getChoices()
|
Methods in com.liferay.portlet.polls.model.impl with parameters of type PollsChoice | |
---|---|
int |
PollsChoiceModelImpl.compareTo(PollsChoice pollsChoice)
|
Uses of PollsChoice in com.liferay.portlet.polls.service |
---|
Methods in com.liferay.portlet.polls.service that return PollsChoice | |
---|---|
PollsChoice |
PollsChoiceLocalServiceWrapper.addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
PollsChoice |
PollsChoiceLocalService.addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
PollsChoice |
PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
PollsChoice |
PollsChoiceLocalServiceWrapper.createPollsChoice(long choiceId)
Creates a new polls choice with the primary key. |
static PollsChoice |
PollsChoiceLocalServiceUtil.createPollsChoice(long choiceId)
Creates a new polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalService.createPollsChoice(long choiceId)
Creates a new polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalServiceWrapper.getChoice(long choiceId)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.getChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalService.getChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.getPollsChoice(long choiceId)
Gets the polls choice with the primary key. |
static PollsChoice |
PollsChoiceLocalServiceUtil.getPollsChoice(long choiceId)
Gets the polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalService.getPollsChoice(long choiceId)
Gets the polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalServiceWrapper.updateChoice(long choiceId,
long questionId,
String name,
String description)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.updateChoice(long choiceId,
long questionId,
String name,
String description)
|
PollsChoice |
PollsChoiceLocalService.updateChoice(long choiceId,
long questionId,
String name,
String description)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database. |
PollsChoice |
PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database. |
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database. |
PollsChoice |
PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database. |
Methods in com.liferay.portlet.polls.service that return types with arguments of type PollsChoice | |
---|---|
List<PollsChoice> |
PollsChoiceLocalServiceWrapper.getChoices(long questionId)
|
static List<PollsChoice> |
PollsChoiceLocalServiceUtil.getChoices(long questionId)
|
List<PollsChoice> |
PollsChoiceLocalService.getChoices(long questionId)
|
List<PollsChoice> |
PollsChoiceLocalServiceWrapper.getPollsChoices(int start,
int end)
Gets a range of all the polls choices. |
static List<PollsChoice> |
PollsChoiceLocalServiceUtil.getPollsChoices(int start,
int end)
Gets a range of all the polls choices. |
List<PollsChoice> |
PollsChoiceLocalService.getPollsChoices(int start,
int end)
Gets a range of all the polls choices. |
Methods in com.liferay.portlet.polls.service with parameters of type PollsChoice | |
---|---|
PollsChoice |
PollsChoiceLocalServiceWrapper.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
PollsChoice |
PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
void |
PollsChoiceLocalServiceWrapper.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
static void |
PollsChoiceLocalServiceUtil.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
void |
PollsChoiceLocalService.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database. |
PollsChoice |
PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database. |
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database. |
PollsChoice |
PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database. |
Method parameters in com.liferay.portlet.polls.service with type arguments of type PollsChoice | |
---|---|
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.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)
|
Uses of PollsChoice in com.liferay.portlet.polls.service.base |
---|
Methods in com.liferay.portlet.polls.service.base that return PollsChoice | |
---|---|
PollsChoice |
PollsChoiceLocalServiceBaseImpl.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
PollsChoice |
PollsChoiceLocalServiceBaseImpl.createPollsChoice(long choiceId)
Creates a new polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalServiceBaseImpl.getPollsChoice(long choiceId)
Gets the polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database. |
PollsChoice |
PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database. |
Methods in com.liferay.portlet.polls.service.base that return types with arguments of type PollsChoice | |
---|---|
List<PollsChoice> |
PollsChoiceLocalServiceBaseImpl.getPollsChoices(int start,
int end)
Gets a range of all the polls choices. |
Methods in com.liferay.portlet.polls.service.base with parameters of type PollsChoice | |
---|---|
PollsChoice |
PollsChoiceLocalServiceBaseImpl.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
void |
PollsChoiceLocalServiceBaseImpl.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
PollsChoice |
PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database. |
PollsChoice |
PollsChoiceLocalServiceBaseImpl.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database. |
Uses of PollsChoice in com.liferay.portlet.polls.service.http |
---|
Method parameters in com.liferay.portlet.polls.service.http with type arguments of type PollsChoice | |
---|---|
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.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)
|
Uses of PollsChoice in com.liferay.portlet.polls.service.impl |
---|
Methods in com.liferay.portlet.polls.service.impl that return PollsChoice | |
---|---|
PollsChoice |
PollsChoiceLocalServiceImpl.addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
PollsChoice |
PollsChoiceLocalServiceImpl.getChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalServiceImpl.updateChoice(long choiceId,
long questionId,
String name,
String description)
|
Methods in com.liferay.portlet.polls.service.impl that return types with arguments of type PollsChoice | |
---|---|
List<PollsChoice> |
PollsChoiceLocalServiceImpl.getChoices(long questionId)
|
Method parameters in com.liferay.portlet.polls.service.impl with type arguments of type PollsChoice | |
---|---|
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 |
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)
|
protected void |
PollsQuestionLocalServiceImpl.validate(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
List<PollsChoice> choices)
|
Uses of PollsChoice in com.liferay.portlet.polls.service.persistence |
---|
Methods in com.liferay.portlet.polls.service.persistence that return PollsChoice | |
---|---|
static PollsChoice |
PollsChoiceUtil.create(long choiceId)
Creates a new polls choice with the primary key. |
PollsChoice |
PollsChoicePersistence.create(long choiceId)
Creates a new polls choice with the primary key. |
PollsChoice |
PollsChoicePersistenceImpl.create(long choiceId)
Creates a new polls choice with the primary key. |
static PollsChoice |
PollsChoiceUtil.fetchByPrimaryKey(long choiceId)
Finds the polls choice with the primary key or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistence.fetchByPrimaryKey(long choiceId)
Finds the polls choice with the primary key or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistenceImpl.fetchByPrimaryKey(long choiceId)
Finds the polls choice with the primary key or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the polls choice with the primary key or returns null if it could not be found. |
static PollsChoice |
PollsChoiceUtil.fetchByQ_N(long questionId,
String name)
Finds the polls choice where questionId = ? and name = ? or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistence.fetchByQ_N(long questionId,
String name)
Finds the polls choice where questionId = ? and name = ? or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistenceImpl.fetchByQ_N(long questionId,
String name)
Finds the polls choice where questionId = ? and name = ? or returns null if it could not be found. |
static PollsChoice |
PollsChoiceUtil.fetchByQ_N(long questionId,
String name,
boolean retrieveFromCache)
Finds the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
PollsChoice |
PollsChoicePersistence.fetchByQ_N(long questionId,
String name,
boolean retrieveFromCache)
Finds the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
PollsChoice |
PollsChoicePersistenceImpl.fetchByQ_N(long questionId,
String name,
boolean retrieveFromCache)
Finds the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static PollsChoice |
PollsChoiceFinderUtil.fetchByUUID_G(String uuid,
long groupId)
|
PollsChoice |
PollsChoiceFinder.fetchByUUID_G(String uuid,
long groupId)
|
PollsChoice |
PollsChoiceFinderImpl.fetchByUUID_G(String uuid,
long groupId)
|
static PollsChoice |
PollsChoiceUtil.findByPrimaryKey(long choiceId)
Finds the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found. |
PollsChoice |
PollsChoicePersistence.findByPrimaryKey(long choiceId)
Finds the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found. |
PollsChoice |
PollsChoicePersistenceImpl.findByPrimaryKey(long choiceId)
Finds the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found. |
PollsChoice |
PollsChoicePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the polls choice with the primary key or throws a NoSuchModelException if it could not be found. |
static PollsChoice |
PollsChoiceUtil.findByQ_N(long questionId,
String name)
Finds the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found. |
PollsChoice |
PollsChoicePersistence.findByQ_N(long questionId,
String name)
Finds the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found. |
PollsChoice |
PollsChoicePersistenceImpl.findByQ_N(long questionId,
String name)
Finds the polls choice where questionId = ? and name = ? or throws a NoSuchChoiceException if it could not be found. |
static PollsChoice |
PollsChoiceUtil.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Finds the first polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Finds the first polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistenceImpl.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Finds the first polls choice in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Finds the last polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Finds the last polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistenceImpl.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Finds the last polls choice in the ordered set where questionId = ?. |
static PollsChoice[] |
PollsChoiceUtil.findByQuestionId_PrevAndNext(long choiceId,
long questionId,
OrderByComparator orderByComparator)
Finds the polls choices before and after the current polls choice in the ordered set where questionId = ?. |
PollsChoice[] |
PollsChoicePersistence.findByQuestionId_PrevAndNext(long choiceId,
long questionId,
OrderByComparator orderByComparator)
Finds the polls choices before and after the current polls choice in the ordered set where questionId = ?. |
PollsChoice[] |
PollsChoicePersistenceImpl.findByQuestionId_PrevAndNext(long choiceId,
long questionId,
OrderByComparator orderByComparator)
Finds the polls choices before and after the current polls choice in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first polls choice in the ordered set where uuid = ?. |
static PollsChoice |
PollsChoiceFinderUtil.findByUUID_G(String uuid,
long groupId)
|
PollsChoice |
PollsChoiceFinder.findByUUID_G(String uuid,
long groupId)
|
PollsChoice |
PollsChoiceFinderImpl.findByUUID_G(String uuid,
long groupId)
|
static PollsChoice |
PollsChoiceUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last polls choice in the ordered set where uuid = ?. |
static PollsChoice[] |
PollsChoiceUtil.findByUuid_PrevAndNext(long choiceId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls choices before and after the current polls choice in the ordered set where uuid = ?. |
PollsChoice[] |
PollsChoicePersistence.findByUuid_PrevAndNext(long choiceId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls choices before and after the current polls choice in the ordered set where uuid = ?. |
PollsChoice[] |
PollsChoicePersistenceImpl.findByUuid_PrevAndNext(long choiceId,
String uuid,
OrderByComparator orderByComparator)
Finds the polls choices before and after the current polls choice in the ordered set where uuid = ?. |
protected PollsChoice |
PollsChoicePersistenceImpl.getByQuestionId_PrevAndNext(Session session,
PollsChoice pollsChoice,
long questionId,
OrderByComparator orderByComparator,
boolean previous)
|
protected PollsChoice |
PollsChoicePersistenceImpl.getByUuid_PrevAndNext(Session session,
PollsChoice pollsChoice,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static PollsChoice |
PollsChoiceUtil.remove(long choiceId)
Removes the polls choice with the primary key from the database. |
PollsChoice |
PollsChoicePersistence.remove(long choiceId)
Removes the polls choice with the primary key from the database. |
PollsChoice |
PollsChoicePersistenceImpl.remove(long choiceId)
Removes the polls choice with the primary key from the database. |
static PollsChoice |
PollsChoiceUtil.remove(PollsChoice pollsChoice)
|
PollsChoice |
PollsChoicePersistenceImpl.remove(Serializable primaryKey)
Removes the polls choice with the primary key from the database. |
protected PollsChoice |
PollsChoicePersistenceImpl.removeImpl(PollsChoice pollsChoice)
|
protected PollsChoice |
PollsChoicePersistenceImpl.toUnwrappedModel(PollsChoice pollsChoice)
|
static PollsChoice |
PollsChoiceUtil.update(PollsChoice pollsChoice,
boolean merge)
|
static PollsChoice |
PollsChoiceUtil.update(PollsChoice pollsChoice,
boolean merge,
ServiceContext serviceContext)
|
static PollsChoice |
PollsChoiceUtil.updateImpl(PollsChoice pollsChoice,
boolean merge)
|
PollsChoice |
PollsChoicePersistence.updateImpl(PollsChoice pollsChoice,
boolean merge)
|
PollsChoice |
PollsChoicePersistenceImpl.updateImpl(PollsChoice pollsChoice,
boolean merge)
|
Methods in com.liferay.portlet.polls.service.persistence that return types with arguments of type PollsChoice | |
---|---|
static List<PollsChoice> |
PollsChoiceUtil.findAll()
Finds all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll()
Finds all the polls choices. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findAll()
Finds all the polls choices. |
static List<PollsChoice> |
PollsChoiceUtil.findAll(int start,
int end)
Finds a range of all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll(int start,
int end)
Finds a range of all the polls choices. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findAll(int start,
int end)
Finds a range of all the polls choices. |
static List<PollsChoice> |
PollsChoiceUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId)
Finds all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId)
Finds all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findByQuestionId(long questionId)
Finds all the polls choices where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId,
int start,
int end)
Finds a range of all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId,
int start,
int end)
Finds a range of all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findByQuestionId(long questionId,
int start,
int end)
Finds a range of all the polls choices where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid)
Finds all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid)
Finds all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findByUuid(String uuid)
Finds all the polls choices where uuid = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findByUuid(String uuid,
int start,
int end)
Finds a range of all the polls choices where uuid = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the polls choices where uuid = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<PollsChoice> |
PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<PollsChoice> |
PollsChoiceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.polls.service.persistence with parameters of type PollsChoice | |
---|---|
static void |
PollsChoiceUtil.cacheResult(PollsChoice pollsChoice)
Caches the polls choice in the entity cache if it is enabled. |
void |
PollsChoicePersistence.cacheResult(PollsChoice pollsChoice)
Caches the polls choice in the entity cache if it is enabled. |
void |
PollsChoicePersistenceImpl.cacheResult(PollsChoice pollsChoice)
Caches the polls choice in the entity cache if it is enabled. |
static void |
PollsChoiceUtil.clearCache(PollsChoice pollsChoice)
|
void |
PollsChoicePersistenceImpl.clearCache(PollsChoice pollsChoice)
Clears the cache for the polls choice. |
protected PollsChoice |
PollsChoicePersistenceImpl.getByQuestionId_PrevAndNext(Session session,
PollsChoice pollsChoice,
long questionId,
OrderByComparator orderByComparator,
boolean previous)
|
protected PollsChoice |
PollsChoicePersistenceImpl.getByUuid_PrevAndNext(Session session,
PollsChoice pollsChoice,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static PollsChoice |
PollsChoiceUtil.remove(PollsChoice pollsChoice)
|
protected PollsChoice |
PollsChoicePersistenceImpl.removeImpl(PollsChoice pollsChoice)
|
protected PollsChoice |
PollsChoicePersistenceImpl.toUnwrappedModel(PollsChoice pollsChoice)
|
static PollsChoice |
PollsChoiceUtil.update(PollsChoice pollsChoice,
boolean merge)
|
static PollsChoice |
PollsChoiceUtil.update(PollsChoice pollsChoice,
boolean merge,
ServiceContext serviceContext)
|
static PollsChoice |
PollsChoiceUtil.updateImpl(PollsChoice pollsChoice,
boolean merge)
|
PollsChoice |
PollsChoicePersistence.updateImpl(PollsChoice pollsChoice,
boolean merge)
|
PollsChoice |
PollsChoicePersistenceImpl.updateImpl(PollsChoice pollsChoice,
boolean merge)
|
Method parameters in com.liferay.portlet.polls.service.persistence with type arguments of type PollsChoice | |
---|---|
static void |
PollsChoiceUtil.cacheResult(List<PollsChoice> pollsChoices)
Caches the polls choices in the entity cache if it is enabled. |
void |
PollsChoicePersistence.cacheResult(List<PollsChoice> pollsChoices)
Caches the polls choices in the entity cache if it is enabled. |
void |
PollsChoicePersistenceImpl.cacheResult(List<PollsChoice> pollsChoices)
Caches the polls choices in the entity cache if it is enabled. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |