@ProviderType public class DDMContentWrapper extends java.lang.Object implements DDMContent, com.liferay.portal.kernel.model.ModelWrapper<DDMContent>
This class is a wrapper for DDMContent
.
DDMContent
,
Serialized FormCONTENT_ID_ACCESSOR
Constructor and Description |
---|
DDMContentWrapper(DDMContent ddmContent) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(DDMContent ddmContent) |
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this ddm content.
|
long |
getContentId()
Returns the content ID of this ddm content.
|
java.util.Date |
getCreateDate()
Returns the create date of this ddm content.
|
java.lang.String |
getData()
Returns the data of this ddm content.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this ddm content.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this ddm content.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this ddm content.
|
java.lang.String |
getName()
Returns the name of this ddm content.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this ddm content in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this ddm content in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getName(java.lang.String languageId)
Returns the localized name of this ddm content in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this ddm content in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getNameCurrentLanguageId() |
java.lang.String |
getNameCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Returns a map of the locales and localized names of this ddm content.
|
long |
getPrimaryKey()
Returns the primary key of this ddm content.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this ddm content.
|
java.lang.String |
getUserName()
Returns the user name of this ddm content.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ddm content.
|
java.lang.String |
getUuid()
Returns the uuid of this ddm content.
|
DDMContent |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this ddm content.
|
void |
setContentId(long contentId)
Sets the content ID of this ddm content.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ddm content.
|
void |
setData(java.lang.String data)
Sets the data of this ddm content.
|
void |
setDescription(java.lang.String description)
Sets the description of this ddm content.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this ddm content.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ddm content.
|
void |
setName(java.lang.String name)
Sets the name of this ddm content.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this ddm content in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this ddm content in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId) |
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Sets the localized names of this ddm content from the map of locales and localized names.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
Sets the localized names of this ddm content from the map of locales and localized names, and sets the default locale.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ddm content.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId)
Sets the user ID of this ddm content.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ddm content.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ddm content.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this ddm content.
|
com.liferay.portal.kernel.model.CacheModel<DDMContent> |
toCacheModel() |
DDMContent |
toEscapedModel() |
java.lang.String |
toString() |
DDMContent |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public DDMContentWrapper(DDMContent ddmContent)
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public DDMContent toEscapedModel()
toEscapedModel
in interface DDMContentModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public DDMContent toUnescapedModel()
toUnescapedModel
in interface DDMContentModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public boolean isCachedModel()
isCachedModel
in interface DDMContentModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public boolean isEscapedModel()
isEscapedModel
in interface DDMContentModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public boolean isNew()
isNew
in interface DDMContentModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface DDMContentModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public com.liferay.portal.kernel.model.CacheModel<DDMContent> toCacheModel()
toCacheModel
in interface DDMContentModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public int compareTo(DDMContent ddmContent)
compareTo
in interface DDMContentModel
compareTo
in interface java.lang.Comparable<DDMContent>
public int hashCode()
hashCode
in interface DDMContentModel
hashCode
in class java.lang.Object
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface DDMContentModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Object clone()
clone
in interface DDMContentModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class java.lang.Object
public java.lang.String getData()
getData
in interface DDMContentModel
public java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface DDMContentModel
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
public java.lang.String getDescription()
getDescription
in interface DDMContentModel
public java.lang.String getName()
getName
in interface DDMContentModel
public java.lang.String getName(java.lang.String languageId)
getName
in interface DDMContentModel
languageId
- the ID of the languagepublic java.lang.String getName(java.lang.String languageId, boolean useDefault)
getName
in interface DDMContentModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getName(java.util.Locale locale)
getName
in interface DDMContentModel
locale
- the locale of the languagepublic java.lang.String getName(java.util.Locale locale, boolean useDefault)
getName
in interface DDMContentModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.public java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId
in interface DDMContentModel
public java.lang.String getNameCurrentValue()
getNameCurrentValue
in interface DDMContentModel
public java.lang.String getUserName()
getUserName
in interface DDMContentModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface DDMContentModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface DDMContentModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String toString()
toString
in interface DDMContentModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface DDMContentModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface DDMContentModel
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
public java.util.Date getCreateDate()
getCreateDate
in interface DDMContentModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface DDMContentModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap
in interface DDMContentModel
public long getCompanyId()
getCompanyId
in interface DDMContentModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public long getContentId()
getContentId
in interface DDMContentModel
public long getGroupId()
getGroupId
in interface DDMContentModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public long getPrimaryKey()
getPrimaryKey
in interface DDMContentModel
public long getUserId()
getUserId
in interface DDMContentModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface DDMContentModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface DDMContentModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface DDMContentModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public void setCompanyId(long companyId)
setCompanyId
in interface DDMContentModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this ddm contentpublic void setContentId(long contentId)
setContentId
in interface DDMContentModel
contentId
- the content ID of this ddm contentpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface DDMContentModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this ddm contentpublic void setData(java.lang.String data)
setData
in interface DDMContentModel
data
- the data of this ddm contentpublic void setDescription(java.lang.String description)
setDescription
in interface DDMContentModel
description
- the description of this ddm contentpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface DDMContentModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface DDMContentModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface DDMContentModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public void setGroupId(long groupId)
setGroupId
in interface DDMContentModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this ddm contentpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface DDMContentModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this ddm contentpublic void setName(java.lang.String name)
setName
in interface DDMContentModel
name
- the name of this ddm contentpublic void setName(java.lang.String name, java.util.Locale locale)
setName
in interface DDMContentModel
name
- the localized name of this ddm contentlocale
- the locale of the languagepublic void setName(java.lang.String name, java.util.Locale locale, java.util.Locale defaultLocale)
setName
in interface DDMContentModel
name
- the localized name of this ddm contentlocale
- the locale of the languagedefaultLocale
- the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId
in interface DDMContentModel
public void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap
in interface DDMContentModel
nameMap
- the locales and localized names of this ddm contentpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Locale defaultLocale)
setNameMap
in interface DDMContentModel
nameMap
- the locales and localized names of this ddm contentdefaultLocale
- the default localepublic void setNew(boolean n)
setNew
in interface DDMContentModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface DDMContentModel
primaryKey
- the primary key of this ddm contentpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface DDMContentModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setUserId(long userId)
setUserId
in interface DDMContentModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this ddm contentpublic void setUserName(java.lang.String userName)
setUserName
in interface DDMContentModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this ddm contentpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface DDMContentModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this ddm contentpublic void setUuid(java.lang.String uuid)
setUuid
in interface DDMContentModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this ddm contentpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public DDMContent getWrappedModel()
getWrappedModel
in interface com.liferay.portal.kernel.model.ModelWrapper<DDMContent>
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>