|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollsChoice | |
---|---|
com.liferay.portlet.polls.model | |
com.liferay.portlet.polls.service | |
com.liferay.portlet.polls.service.persistence |
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.getWrappedModel()
|
PollsChoice |
PollsChoiceWrapper.getWrappedPollsChoice()
Deprecated. Renamed to PollsChoiceWrapper.getWrappedModel() |
PollsChoice |
PollsChoiceWrapper.toEscapedModel()
|
PollsChoice |
PollsChoiceModel.toEscapedModel()
|
PollsChoice |
PollsChoiceWrapper.toUnescapedModel()
|
PollsChoice |
PollsChoiceModel.toUnescapedModel()
|
Methods in com.liferay.portlet.polls.model that return types with arguments of type PollsChoice | |
---|---|
List<PollsChoice> |
PollsQuestionWrapper.getChoices()
|
List<PollsChoice> |
PollsQuestion.getChoices()
|
CacheModel<PollsChoice> |
PollsChoiceWrapper.toCacheModel()
|
CacheModel<PollsChoice> |
PollsChoiceModel.toCacheModel()
|
Methods in com.liferay.portlet.polls.model with parameters of type PollsChoice | |
---|---|
int |
PollsChoiceWrapper.compareTo(PollsChoice pollsChoice)
|
int |
PollsChoiceModel.compareTo(PollsChoice pollsChoice)
|
static PollsChoiceSoap |
PollsChoiceSoap.toSoapModel(PollsChoice model)
|
static PollsChoiceSoap[] |
PollsChoiceSoap.toSoapModels(PollsChoice[] models)
|
static PollsChoiceSoap[][] |
PollsChoiceSoap.toSoapModels(PollsChoice[][] models)
|
Method parameters in com.liferay.portlet.polls.model with type arguments of type PollsChoice | |
---|---|
static PollsChoiceSoap[] |
PollsChoiceSoap.toSoapModels(List<PollsChoice> models)
|
Constructors in com.liferay.portlet.polls.model with parameters of type PollsChoice | |
---|---|
PollsChoiceWrapper(PollsChoice pollsChoice)
|
Uses of PollsChoice in com.liferay.portlet.polls.service |
---|
Methods in com.liferay.portlet.polls.service that return PollsChoice | |
---|---|
PollsChoice |
PollsChoiceLocalService.addChoice(long questionId,
String name,
String description,
ServiceContext serviceContext)
|
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.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
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.createPollsChoice(long choiceId)
Creates a new polls choice with the primary key. |
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.deletePollsChoice(long choiceId)
Deletes the polls choice with the primary key from the database. |
PollsChoice |
PollsChoiceLocalServiceWrapper.deletePollsChoice(long choiceId)
Deletes the polls choice with the primary key from the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.deletePollsChoice(long choiceId)
Deletes the polls choice with the primary key from the database. |
PollsChoice |
PollsChoiceLocalService.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
PollsChoice |
PollsChoiceLocalServiceWrapper.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
PollsChoice |
PollsChoiceLocalService.fetchPollsChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.fetchPollsChoice(long choiceId)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.fetchPollsChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalService.getChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalServiceWrapper.getChoice(long choiceId)
|
static PollsChoice |
PollsChoiceLocalServiceUtil.getChoice(long choiceId)
|
PollsChoice |
PollsChoiceLocalService.getPollsChoice(long choiceId)
Returns the polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalServiceWrapper.getPollsChoice(long choiceId)
Returns the polls choice with the primary key. |
static PollsChoice |
PollsChoiceLocalServiceUtil.getPollsChoice(long choiceId)
Returns the polls choice with the primary key. |
PollsChoice |
PollsChoiceLocalService.updateChoice(long choiceId,
long questionId,
String name,
String description)
|
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.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
PollsChoice |
PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database or adds it if it does not yet exist. |
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database or adds it if it does not yet exist. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.polls.service that return types with arguments of type PollsChoice | |
---|---|
List<PollsChoice> |
PollsChoiceLocalService.getChoices(long questionId)
|
List<PollsChoice> |
PollsChoiceLocalServiceWrapper.getChoices(long questionId)
|
static List<PollsChoice> |
PollsChoiceLocalServiceUtil.getChoices(long questionId)
|
List<PollsChoice> |
PollsChoiceLocalService.getPollsChoices(int start,
int end)
Returns a range of all the polls choices. |
List<PollsChoice> |
PollsChoiceLocalServiceWrapper.getPollsChoices(int start,
int end)
Returns a range of all the polls choices. |
static List<PollsChoice> |
PollsChoiceLocalServiceUtil.getPollsChoices(int start,
int end)
Returns a range of all the polls choices. |
Methods in com.liferay.portlet.polls.service with parameters of type PollsChoice | |
---|---|
PollsChoice |
PollsChoiceLocalService.addPollsChoice(PollsChoice pollsChoice)
Adds the polls choice to the database. |
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.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
PollsChoice |
PollsChoiceLocalServiceWrapper.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
static PollsChoice |
PollsChoiceLocalServiceUtil.deletePollsChoice(PollsChoice pollsChoice)
Deletes the polls choice from the database. |
PollsChoice |
PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice)
Updates the polls choice in the database or adds it if it does not yet exist. |
PollsChoice |
PollsChoiceLocalService.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database or adds it if it does not yet exist. |
PollsChoice |
PollsChoiceLocalServiceWrapper.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database or adds it if it does not yet exist. |
static PollsChoice |
PollsChoiceLocalServiceUtil.updatePollsChoice(PollsChoice pollsChoice,
boolean merge)
Updates the polls choice in the database or adds it if it does not yet exist. |
Method parameters in com.liferay.portlet.polls.service with type arguments of type PollsChoice | |
---|---|
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 |
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 |
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 |
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)
|
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)
|
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 |
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 |
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 |
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)
|
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.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. |
static PollsChoice |
PollsChoiceUtil.fetchByPrimaryKey(long choiceId)
Returns the polls choice with the primary key or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistence.fetchByPrimaryKey(long choiceId)
Returns 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)
Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found. |
PollsChoice |
PollsChoicePersistence.fetchByQ_N(long questionId,
String name)
Returns 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)
Returns 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)
Returns the polls choice where questionId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static PollsChoice |
PollsChoiceUtil.fetchByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.fetchByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.fetchByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.fetchByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoiceFinder.fetchByUUID_G(String uuid,
long groupId)
|
static PollsChoice |
PollsChoiceFinderUtil.fetchByUUID_G(String uuid,
long groupId)
|
static PollsChoice |
PollsChoiceUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where uuid = ?. |
static PollsChoice |
PollsChoiceUtil.findByPrimaryKey(long choiceId)
Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found. |
PollsChoice |
PollsChoicePersistence.findByPrimaryKey(long choiceId)
Returns the polls choice with the primary key or throws a NoSuchChoiceException if it could not be found. |
static PollsChoice |
PollsChoiceUtil.findByQ_N(long questionId,
String name)
Returns 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)
Returns 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)
Returns the first polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.findByQuestionId_First(long questionId,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where questionId = ?. |
static PollsChoice |
PollsChoiceUtil.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where questionId = ?. |
PollsChoice |
PollsChoicePersistence.findByQuestionId_Last(long questionId,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where questionId = ?. |
static PollsChoice[] |
PollsChoiceUtil.findByQuestionId_PrevAndNext(long choiceId,
long questionId,
OrderByComparator orderByComparator)
Returns 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)
Returns 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)
Returns the first polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoiceFinder.findByUUID_G(String uuid,
long groupId)
|
static PollsChoice |
PollsChoiceFinderUtil.findByUUID_G(String uuid,
long groupId)
|
static PollsChoice |
PollsChoiceUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where uuid = ?. |
PollsChoice |
PollsChoicePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last polls choice in the ordered set where uuid = ?. |
static PollsChoice[] |
PollsChoiceUtil.findByUuid_PrevAndNext(long choiceId,
String uuid,
OrderByComparator orderByComparator)
Returns 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)
Returns the polls choices before and after the current polls choice in the ordered set where uuid = ?. |
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. |
static PollsChoice |
PollsChoiceUtil.removeByQ_N(long questionId,
String name)
Removes the polls choice where questionId = ? and name = ? from the database. |
PollsChoice |
PollsChoicePersistence.removeByQ_N(long questionId,
String name)
Removes the polls choice where questionId = ? and name = ? from the database. |
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)
|
Methods in com.liferay.portlet.polls.service.persistence that return types with arguments of type PollsChoice | |
---|---|
static List<PollsChoice> |
PollsChoiceUtil.findAll()
Returns all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll()
Returns all the polls choices. |
static List<PollsChoice> |
PollsChoiceUtil.findAll(int start,
int end)
Returns a range of all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll(int start,
int end)
Returns a range of all the polls choices. |
static List<PollsChoice> |
PollsChoiceUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices. |
List<PollsChoice> |
PollsChoicePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId)
Returns all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId)
Returns all the polls choices where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId,
int start,
int end)
Returns a range of all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId,
int start,
int end)
Returns a range of all the polls choices where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices where questionId = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByQuestionId(long questionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices where questionId = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid)
Returns all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid)
Returns all the polls choices where uuid = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the polls choices where uuid = ?. |
static List<PollsChoice> |
PollsChoiceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the polls choices where uuid = ?. |
List<PollsChoice> |
PollsChoicePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns 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. |
static void |
PollsChoiceUtil.clearCache(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)
|
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |