public class CPOptionCategoryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPOptionCategory> implements CPOptionCategory, com.liferay.portal.kernel.model.ModelWrapper<CPOptionCategory>
This class is a wrapper for CPOptionCategory.
CPOptionCategory,
Serialized FormCP_OPTION_CATEGORY_ID_ACCESSOR| Constructor and Description |
|---|
CPOptionCategoryWrapper(CPOptionCategory cpOptionCategory) |
| Modifier and Type | Method and Description |
|---|---|
CPOptionCategory |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<CPOptionCategory,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CPOptionCategory,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this cp option category.
|
long |
getCPOptionCategoryId()
Returns the cp option category ID of this cp option category.
|
java.util.Date |
getCreateDate()
Returns the create date of this cp option category.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cp option category.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this cp option category.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this cp option category in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this cp option category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescription(java.lang.String languageId)
Returns the localized description of this cp option category in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this cp option category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this cp option category.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this cp option category.
|
java.lang.String |
getKey()
Returns the key of this cp option category.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this cp option category.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cp option category.
|
long |
getMvccVersion()
Returns the mvcc version of this cp option category.
|
long |
getPrimaryKey()
Returns the primary key of this cp option category.
|
double |
getPriority()
Returns the priority of this cp option category.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getTitle()
Returns the title of this cp option category.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the localized title of this cp option category in the language.
|
java.lang.String |
getTitle(java.util.Locale locale,
boolean useDefault)
Returns the localized title of this cp option category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getTitle(java.lang.String languageId)
Returns the localized title of this cp option category in the language.
|
java.lang.String |
getTitle(java.lang.String languageId,
boolean useDefault)
Returns the localized title of this cp option category in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getTitleCurrentLanguageId() |
java.lang.String |
getTitleCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getTitleMap()
Returns a map of the locales and localized titles of this cp option category.
|
long |
getUserId()
Returns the user ID of this cp option category.
|
java.lang.String |
getUserName()
Returns the user name of this cp option category.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cp option category.
|
java.lang.String |
getUuid()
Returns the uuid of this cp option category.
|
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this cp option category.
|
void |
setCPOptionCategoryId(long CPOptionCategoryId)
Sets the cp option category ID of this cp option category.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cp option category.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cp option category.
|
void |
setDescription(java.lang.String description)
Sets the description of this cp option category.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this cp option category in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this cp option category in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Sets the localized descriptions of this cp option category from the map of locales and localized descriptions.
|
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
Sets the localized descriptions of this cp option category from the map of locales and localized descriptions, and sets the default locale.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this cp option category.
|
void |
setKey(java.lang.String key)
Sets the key of this cp option category.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this cp option category.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this cp option category.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cp option category.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cp option category.
|
void |
setPriority(double priority)
Sets the priority of this cp option category.
|
void |
setTitle(java.lang.String title)
Sets the title of this cp option category.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale)
Sets the localized title of this cp option category in the language.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized title of this cp option category in the language, and sets the default locale.
|
void |
setTitleCurrentLanguageId(java.lang.String languageId) |
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
Sets the localized titles of this cp option category from the map of locales and localized titles.
|
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
Sets the localized titles of this cp option category from the map of locales and localized titles, and sets the default locale.
|
void |
setUserId(long userId)
Sets the user ID of this cp option category.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cp option category.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cp option category.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cp option category.
|
java.lang.String |
toXmlString() |
protected CPOptionCategoryWrapper |
wrap(CPOptionCategory cpOptionCategory) |
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 CPOptionCategoryWrapper(CPOptionCategory cpOptionCategory)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPOptionCategory>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPOptionCategory>public CPOptionCategory cloneWithOriginalValues()
cloneWithOriginalValues in interface CPOptionCategoryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPOptionCategory>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface CPOptionCategoryModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface CPOptionCategoryModelgetCompanyId 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 getCPOptionCategoryId()
getCPOptionCategoryId in interface CPOptionCategoryModelpublic java.util.Date getCreateDate()
getCreateDate in interface CPOptionCategoryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface CPOptionCategoryModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPOptionCategory>public java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface CPOptionCategoryModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.lang.String getDescription()
getDescription in interface CPOptionCategoryModelpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface CPOptionCategoryModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface CPOptionCategoryModellocale - 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 getDescription(java.lang.String languageId)
getDescription in interface CPOptionCategoryModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface CPOptionCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface CPOptionCategoryModelpublic java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface CPOptionCategoryModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface CPOptionCategoryModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface CPOptionCategoryModelgetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelpublic java.lang.String getKey()
getKey in interface CPOptionCategoryModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface CPOptionCategoryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CPOptionCategoryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CPOptionCategoryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CPOptionCategoryModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPOptionCategory>public double getPriority()
getPriority in interface CPOptionCategoryModelpublic java.lang.String getTitle()
getTitle in interface CPOptionCategoryModelpublic java.lang.String getTitle(java.util.Locale locale)
getTitle in interface CPOptionCategoryModellocale - the locale of the languagepublic java.lang.String getTitle(java.util.Locale locale,
boolean useDefault)
getTitle in interface CPOptionCategoryModellocale - 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 getTitle(java.lang.String languageId)
getTitle in interface CPOptionCategoryModellanguageId - the ID of the languagepublic java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
getTitle in interface CPOptionCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface CPOptionCategoryModelpublic java.lang.String getTitleCurrentValue()
getTitleCurrentValue in interface CPOptionCategoryModelpublic java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
getTitleMap in interface CPOptionCategoryModelpublic long getUserId()
getUserId in interface CPOptionCategoryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CPOptionCategoryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CPOptionCategoryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CPOptionCategoryModelgetUuid 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 CPOptionCategoryModelprepareLocalizedFieldsForImport 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 CPOptionCategoryModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface CPOptionCategoryModelsetCompanyId 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 cp option categorypublic void setCPOptionCategoryId(long CPOptionCategoryId)
setCPOptionCategoryId in interface CPOptionCategoryModelCPOptionCategoryId - the cp option category ID of this cp option categorypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CPOptionCategoryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this cp option categorypublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CPOptionCategoryModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPOptionCategory>ctCollectionId - the ct collection ID of this cp option categorypublic void setDescription(java.lang.String description)
setDescription in interface CPOptionCategoryModeldescription - the description of this cp option categorypublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface CPOptionCategoryModeldescription - the localized description of this cp option categorylocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface CPOptionCategoryModeldescription - the localized description of this cp option categorylocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface CPOptionCategoryModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface CPOptionCategoryModeldescriptionMap - the locales and localized descriptions of this cp option categorypublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface CPOptionCategoryModeldescriptionMap - the locales and localized descriptions of this cp option categorydefaultLocale - the default localepublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface CPOptionCategoryModelsetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelexternalReferenceCode - the external reference code of this cp option categorypublic void setKey(java.lang.String key)
setKey in interface CPOptionCategoryModelkey - the key of this cp option categorypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface CPOptionCategoryModellastPublishDate - the last publish date of this cp option categorypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CPOptionCategoryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this cp option categorypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CPOptionCategoryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cp option categorypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CPOptionCategoryModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPOptionCategory>primaryKey - the primary key of this cp option categorypublic void setPriority(double priority)
setPriority in interface CPOptionCategoryModelpriority - the priority of this cp option categorypublic void setTitle(java.lang.String title)
setTitle in interface CPOptionCategoryModeltitle - the title of this cp option categorypublic void setTitle(java.lang.String title,
java.util.Locale locale)
setTitle in interface CPOptionCategoryModeltitle - the localized title of this cp option categorylocale - the locale of the languagepublic void setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
setTitle in interface CPOptionCategoryModeltitle - the localized title of this cp option categorylocale - the locale of the languagedefaultLocale - the default localepublic void setTitleCurrentLanguageId(java.lang.String languageId)
setTitleCurrentLanguageId in interface CPOptionCategoryModelpublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
setTitleMap in interface CPOptionCategoryModeltitleMap - the locales and localized titles of this cp option categorypublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
setTitleMap in interface CPOptionCategoryModeltitleMap - the locales and localized titles of this cp option categorydefaultLocale - the default localepublic void setUserId(long userId)
setUserId in interface CPOptionCategoryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cp option categorypublic void setUserName(java.lang.String userName)
setUserName in interface CPOptionCategoryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cp option categorypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CPOptionCategoryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cp option categorypublic void setUuid(java.lang.String uuid)
setUuid in interface CPOptionCategoryModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this cp option categorypublic java.lang.String toXmlString()
toXmlString in interface CPOptionCategoryModelpublic java.util.Map<java.lang.String,java.util.function.Function<CPOptionCategory,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CPOptionCategory>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CPOptionCategory,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CPOptionCategory>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CPOptionCategoryWrapper wrap(CPOptionCategory cpOptionCategory)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPOptionCategory>