|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.polls.model.PollsQuestionWrapper
public class PollsQuestionWrapper
This class is a wrapper for PollsQuestion
.
PollsQuestion
,
Serialized FormConstructor Summary | |
---|---|
PollsQuestionWrapper(PollsQuestion pollsQuestion)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PollsQuestion pollsQuestion)
|
boolean |
equals(Object obj)
|
List<PollsChoice> |
getChoices()
|
long |
getCompanyId()
Returns the company ID of this polls question. |
Date |
getCreateDate()
Returns the create date of this polls question. |
String |
getDescription()
Returns the description of this polls question. |
String |
getDescription(Locale locale)
Returns the localized description of this polls question in the language. |
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this polls question in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescription(String languageId)
Returns the localized description of this polls question in the language. |
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this polls question in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this polls question. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Date |
getExpirationDate()
Returns the expiration date of this polls question. |
long |
getGroupId()
Returns the group ID of this polls question. |
Date |
getLastVoteDate()
Returns the last vote date of this polls question. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this polls question. |
long |
getPrimaryKey()
Returns the primary key of this polls question. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getQuestionId()
Returns the question ID of this polls question. |
String |
getTitle()
Returns the title of this polls question. |
String |
getTitle(Locale locale)
Returns the localized title of this polls question in the language. |
String |
getTitle(Locale locale,
boolean useDefault)
Returns the localized title of this polls question in the language, optionally using the default language if no localization exists for the requested language. |
String |
getTitle(String languageId)
Returns the localized title of this polls question in the language. |
String |
getTitle(String languageId,
boolean useDefault)
Returns the localized title of this polls question in the language, optionally using the default language if no localization exists for the requested language. |
String |
getTitleCurrentLanguageId()
|
String |
getTitleCurrentValue()
|
Map<Locale,String> |
getTitleMap()
Returns a map of the locales and localized titles of this polls question. |
long |
getUserId()
Returns the user ID of this polls question. |
String |
getUserName()
Returns the user name of this polls question. |
String |
getUserUuid()
Returns the user uuid of this polls question. |
String |
getUuid()
Returns the uuid of this polls question. |
int |
getVotesCount()
|
PollsQuestion |
getWrappedModel()
|
PollsQuestion |
getWrappedPollsQuestion()
Deprecated. Renamed to getWrappedModel() |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isExpired()
|
boolean |
isExpired(ServiceContext serviceContext,
Date defaultCreateDate)
|
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this polls question. |
void |
setCreateDate(Date createDate)
Sets the create date of this polls question. |
void |
setDescription(String description)
Sets the description of this polls question. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this polls question in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this polls question in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this polls question from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this polls question from the map of locales and localized descriptions, and sets the default locale. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExpirationDate(Date expirationDate)
Sets the expiration date of this polls question. |
void |
setGroupId(long groupId)
Sets the group ID of this polls question. |
void |
setLastVoteDate(Date lastVoteDate)
Sets the last vote date of this polls question. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this polls question. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this polls question. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setQuestionId(long questionId)
Sets the question ID of this polls question. |
void |
setTitle(String title)
Sets the title of this polls question. |
void |
setTitle(String title,
Locale locale)
Sets the localized title of this polls question in the language. |
void |
setTitle(String title,
Locale locale,
Locale defaultLocale)
Sets the localized title of this polls question in the language, and sets the default locale. |
void |
setTitleCurrentLanguageId(String languageId)
|
void |
setTitleMap(Map<Locale,String> titleMap)
Sets the localized titles of this polls question from the map of locales and localized titles. |
void |
setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
Sets the localized titles of this polls question from the map of locales and localized titles, and sets the default locale. |
void |
setUserId(long userId)
Sets the user ID of this polls question. |
void |
setUserName(String userName)
Sets the user name of this polls question. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this polls question. |
void |
setUuid(String uuid)
Sets the uuid of this polls question. |
CacheModel<PollsQuestion> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
PollsQuestion |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
PollsQuestion |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PollsQuestionWrapper(PollsQuestion pollsQuestion)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<PollsQuestion>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<PollsQuestion>
public long getPrimaryKey()
getPrimaryKey
in interface PollsQuestionModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface PollsQuestionModel
primaryKey
- the primary key of this polls questionpublic String getUuid()
getUuid
in interface PollsQuestionModel
public void setUuid(String uuid)
setUuid
in interface PollsQuestionModel
uuid
- the uuid of this polls questionpublic long getQuestionId()
getQuestionId
in interface PollsQuestionModel
public void setQuestionId(long questionId)
setQuestionId
in interface PollsQuestionModel
questionId
- the question ID of this polls questionpublic long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface PollsQuestionModel
public void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface PollsQuestionModel
groupId
- the group ID of this polls questionpublic long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface PollsQuestionModel
public void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface PollsQuestionModel
companyId
- the company ID of this polls questionpublic long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface PollsQuestionModel
public void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface PollsQuestionModel
userId
- the user ID of this polls questionpublic String getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
getUserUuid
in interface PollsQuestionModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface PollsQuestionModel
userUuid
- the user uuid of this polls questionpublic String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface PollsQuestionModel
public void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface PollsQuestionModel
userName
- the user name of this polls questionpublic Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface PollsQuestionModel
public void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface PollsQuestionModel
createDate
- the create date of this polls questionpublic Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface PollsQuestionModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface PollsQuestionModel
modifiedDate
- the modified date of this polls questionpublic String getTitle()
getTitle
in interface PollsQuestionModel
public String getTitle(Locale locale)
getTitle
in interface PollsQuestionModel
locale
- the locale of the language
public String getTitle(Locale locale, boolean useDefault)
getTitle
in interface PollsQuestionModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language
useDefault
is false
and no localization exists for the requested language, an empty string will be returned.public String getTitle(String languageId)
getTitle
in interface PollsQuestionModel
languageId
- the ID of the language
public String getTitle(String languageId, boolean useDefault)
getTitle
in interface PollsQuestionModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language
public String getTitleCurrentLanguageId()
getTitleCurrentLanguageId
in interface PollsQuestionModel
public String getTitleCurrentValue()
getTitleCurrentValue
in interface PollsQuestionModel
public Map<Locale,String> getTitleMap()
getTitleMap
in interface PollsQuestionModel
public void setTitle(String title)
setTitle
in interface PollsQuestionModel
title
- the title of this polls questionpublic void setTitle(String title, Locale locale)
setTitle
in interface PollsQuestionModel
title
- the localized title of this polls questionlocale
- the locale of the languagepublic void setTitle(String title, Locale locale, Locale defaultLocale)
setTitle
in interface PollsQuestionModel
title
- the localized title of this polls questionlocale
- the locale of the languagedefaultLocale
- the default localepublic void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId
in interface PollsQuestionModel
public void setTitleMap(Map<Locale,String> titleMap)
setTitleMap
in interface PollsQuestionModel
titleMap
- the locales and localized titles of this polls questionpublic void setTitleMap(Map<Locale,String> titleMap, Locale defaultLocale)
setTitleMap
in interface PollsQuestionModel
titleMap
- the locales and localized titles of this polls questiondefaultLocale
- the default localepublic String getDescription()
getDescription
in interface PollsQuestionModel
public String getDescription(Locale locale)
getDescription
in interface PollsQuestionModel
locale
- the locale of the language
public String getDescription(Locale locale, boolean useDefault)
getDescription
in interface PollsQuestionModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language
useDefault
is false
and no localization exists for the requested language, an empty string will be returned.public String getDescription(String languageId)
getDescription
in interface PollsQuestionModel
languageId
- the ID of the language
public String getDescription(String languageId, boolean useDefault)
getDescription
in interface PollsQuestionModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId
in interface PollsQuestionModel
public String getDescriptionCurrentValue()
getDescriptionCurrentValue
in interface PollsQuestionModel
public Map<Locale,String> getDescriptionMap()
getDescriptionMap
in interface PollsQuestionModel
public void setDescription(String description)
setDescription
in interface PollsQuestionModel
description
- the description of this polls questionpublic void setDescription(String description, Locale locale)
setDescription
in interface PollsQuestionModel
description
- the localized description of this polls questionlocale
- the locale of the languagepublic void setDescription(String description, Locale locale, Locale defaultLocale)
setDescription
in interface PollsQuestionModel
description
- the localized description of this polls questionlocale
- the locale of the languagedefaultLocale
- the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId
in interface PollsQuestionModel
public void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap
in interface PollsQuestionModel
descriptionMap
- the locales and localized descriptions of this polls questionpublic void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
setDescriptionMap
in interface PollsQuestionModel
descriptionMap
- the locales and localized descriptions of this polls questiondefaultLocale
- the default localepublic Date getExpirationDate()
getExpirationDate
in interface PollsQuestionModel
public void setExpirationDate(Date expirationDate)
setExpirationDate
in interface PollsQuestionModel
expirationDate
- the expiration date of this polls questionpublic Date getLastVoteDate()
getLastVoteDate
in interface PollsQuestionModel
public void setLastVoteDate(Date lastVoteDate)
setLastVoteDate
in interface PollsQuestionModel
lastVoteDate
- the last vote date of this polls questionpublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<PollsQuestion>
isNew
in interface PollsQuestionModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<PollsQuestion>
setNew
in interface PollsQuestionModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<PollsQuestion>
isCachedModel
in interface PollsQuestionModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<PollsQuestion>
setCachedModel
in interface PollsQuestionModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<PollsQuestion>
isEscapedModel
in interface PollsQuestionModel
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<PollsQuestion>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface PollsQuestionModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<PollsQuestion>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface PollsQuestionModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<PollsQuestion>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface PollsQuestionModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<PollsQuestion>
setExpandoBridgeAttributes
in interface PollsQuestionModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws LocaleException
prepareLocalizedFieldsForImport
in interface PollsQuestionModel
LocaleException
public Object clone()
BaseModel
clone
in interface BaseModel<PollsQuestion>
clone
in interface PollsQuestionModel
clone
in class Object
public int compareTo(PollsQuestion pollsQuestion)
compareTo
in interface PollsQuestionModel
compareTo
in interface Comparable<PollsQuestion>
public int hashCode()
hashCode
in interface PollsQuestionModel
hashCode
in class Object
public CacheModel<PollsQuestion> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<PollsQuestion>
toCacheModel
in interface PollsQuestionModel
public PollsQuestion toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<PollsQuestion>
toEscapedModel
in interface PollsQuestionModel
AutoEscapeBeanHandler
public PollsQuestion toUnescapedModel()
toUnescapedModel
in interface BaseModel<PollsQuestion>
toUnescapedModel
in interface PollsQuestionModel
public String toString()
toString
in interface PollsQuestionModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<PollsQuestion>
toXmlString
in interface PollsQuestionModel
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic List<PollsChoice> getChoices() throws SystemException
getChoices
in interface PollsQuestion
SystemException
public int getVotesCount() throws SystemException
getVotesCount
in interface PollsQuestion
SystemException
public boolean isExpired()
isExpired
in interface PollsQuestion
public boolean isExpired(ServiceContext serviceContext, Date defaultCreateDate)
isExpired
in interface PollsQuestion
public boolean equals(Object obj)
equals
in class Object
public PollsQuestion getWrappedPollsQuestion()
getWrappedModel()
public PollsQuestion getWrappedModel()
getWrappedModel
in interface ModelWrapper<PollsQuestion>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<PollsQuestion>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |