@Deprecated public class DDMContentWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMContent> 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DDMContent |
cloneWithOriginalValues()
Deprecated.
|
java.util.Map<java.lang.String,java.util.function.Function<DDMContent,java.lang.Object>> |
getAttributeGetterFunctions()
Deprecated.
|
java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMContent,java.lang.Object>> |
getAttributeSetterBiConsumers()
Deprecated.
|
java.lang.String[] |
getAvailableLanguageIds()
Deprecated.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this ddm content.
|
long |
getContentId()
Deprecated.
Returns the content ID of this ddm content.
|
java.util.Date |
getCreateDate()
Deprecated.
Returns the create date of this ddm content.
|
long |
getCtCollectionId()
Deprecated.
Returns the ct collection ID of this ddm content.
|
java.lang.String |
getData()
Deprecated.
Returns the data of this ddm content.
|
java.lang.String |
getDefaultLanguageId()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
Returns the description of this ddm content.
|
long |
getGroupId()
Deprecated.
Returns the group ID of this ddm content.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
Returns the modified date of this ddm content.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this ddm content.
|
java.lang.String |
getName()
Deprecated.
Returns the name of this ddm content.
|
java.lang.String |
getName(java.util.Locale locale)
Deprecated.
Returns the localized name of this ddm content in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Deprecated.
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)
Deprecated.
Returns the localized name of this ddm content in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Deprecated.
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()
Deprecated.
|
java.lang.String |
getNameCurrentValue()
Deprecated.
|
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Deprecated.
Returns a map of the locales and localized names of this ddm content.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this ddm content.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType()
Deprecated.
|
long |
getUserId()
Deprecated.
Returns the user ID of this ddm content.
|
java.lang.String |
getUserName()
Deprecated.
Returns the user name of this ddm content.
|
java.lang.String |
getUserUuid()
Deprecated.
Returns the user uuid of this ddm content.
|
java.lang.String |
getUuid()
Deprecated.
Returns the uuid of this ddm content.
|
void |
persist()
Deprecated.
|
void |
prepareLocalizedFieldsForImport()
Deprecated.
|
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this ddm content.
|
void |
setContentId(long contentId)
Deprecated.
Sets the content ID of this ddm content.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
Sets the create date of this ddm content.
|
void |
setCtCollectionId(long ctCollectionId)
Deprecated.
Sets the ct collection ID of this ddm content.
|
void |
setData(java.lang.String data)
Deprecated.
Sets the data of this ddm content.
|
void |
setDescription(java.lang.String description)
Deprecated.
Sets the description of this ddm content.
|
void |
setGroupId(long groupId)
Deprecated.
Sets the group ID of this ddm content.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
Sets the modified date of this ddm content.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this ddm content.
|
void |
setName(java.lang.String name)
Deprecated.
Sets the name of this ddm content.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Deprecated.
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)
Deprecated.
Sets the localized name of this ddm content in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId)
Deprecated.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Deprecated.
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)
Deprecated.
Sets the localized names of this ddm content from the map of locales and localized names, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this ddm content.
|
void |
setUserId(long userId)
Deprecated.
Sets the user ID of this ddm content.
|
void |
setUserName(java.lang.String userName)
Deprecated.
Sets the user name of this ddm content.
|
void |
setUserUuid(java.lang.String userUuid)
Deprecated.
Sets the user uuid of this ddm content.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
Sets the uuid of this ddm content.
|
protected DDMContentWrapper |
wrap(DDMContent ddmContent)
Deprecated.
|
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic DDMContentWrapper(DDMContent ddmContent)
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 cloneWithOriginalValues()
cloneWithOriginalValues in interface DDMContentModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface DDMContentModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface DDMContentModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic long getContentId()
getContentId in interface DDMContentModelpublic java.util.Date getCreateDate()
getCreateDate in interface DDMContentModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface DDMContentModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMContent>public java.lang.String getData()
getData in interface DDMContentModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface DDMContentModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.lang.String getDescription()
getDescription in interface DDMContentModelpublic long getGroupId()
getGroupId in interface DDMContentModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface DDMContentModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface DDMContentModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface DDMContentModelpublic java.lang.String getName(java.util.Locale locale)
getName in interface DDMContentModellocale - the locale of the languagepublic java.lang.String getName(java.util.Locale locale,
boolean useDefault)
getName in interface DDMContentModellocale - 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 getName(java.lang.String languageId)
getName in interface DDMContentModellanguageId - the ID of the languagepublic java.lang.String getName(java.lang.String languageId,
boolean useDefault)
getName in interface DDMContentModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface DDMContentModelpublic java.lang.String getNameCurrentValue()
getNameCurrentValue in interface DDMContentModelpublic java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap in interface DDMContentModelpublic long getPrimaryKey()
getPrimaryKey in interface DDMContentModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMContent>public long getUserId()
getUserId in interface DDMContentModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface DDMContentModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface DDMContentModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface DDMContentModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface DDMContentModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface DDMContentModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface DDMContentModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this ddm contentpublic void setContentId(long contentId)
setContentId in interface DDMContentModelcontentId - the content ID of this ddm contentpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface DDMContentModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this ddm contentpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface DDMContentModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMContent>ctCollectionId - the ct collection ID of this ddm contentpublic void setData(java.lang.String data)
setData in interface DDMContentModeldata - the data of this ddm contentpublic void setDescription(java.lang.String description)
setDescription in interface DDMContentModeldescription - the description of this ddm contentpublic void setGroupId(long groupId)
setGroupId in interface DDMContentModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this ddm contentpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface DDMContentModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this ddm contentpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface DDMContentModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ddm contentpublic void setName(java.lang.String name)
setName in interface DDMContentModelname - the name of this ddm contentpublic void setName(java.lang.String name,
java.util.Locale locale)
setName in interface DDMContentModelname - 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 DDMContentModelname - the localized name of this ddm contentlocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId in interface DDMContentModelpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap in interface DDMContentModelnameMap - 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 DDMContentModelnameMap - the locales and localized names of this ddm contentdefaultLocale - the default localepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface DDMContentModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMContent>primaryKey - the primary key of this ddm contentpublic void setUserId(long userId)
setUserId in interface DDMContentModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this ddm contentpublic void setUserName(java.lang.String userName)
setUserName in interface DDMContentModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this ddm contentpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface DDMContentModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this ddm contentpublic void setUuid(java.lang.String uuid)
setUuid in interface DDMContentModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this ddm contentpublic java.util.Map<java.lang.String,java.util.function.Function<DDMContent,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>public java.util.Map<java.lang.String,java.util.function.BiConsumer<DDMContent,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DDMContent>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected DDMContentWrapper wrap(DDMContent ddmContent)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMContent>