public class CPSpecificationOptionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPSpecificationOption> implements CPSpecificationOption, com.liferay.portal.kernel.model.ModelWrapper<CPSpecificationOption>
This class is a wrapper for CPSpecificationOption.
CPSpecificationOption,
Serialized FormCP_SPECIFICATION_OPTION_ID_ACCESSOR| Constructor and Description |
|---|
CPSpecificationOptionWrapper(CPSpecificationOption cpSpecificationOption) |
| Modifier and Type | Method and Description |
|---|---|
CPSpecificationOption |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<CPSpecificationOption,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CPSpecificationOption,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this cp specification option.
|
CPOptionCategory |
getCPOptionCategory() |
long |
getCPOptionCategoryId()
Returns the cp option category ID of this cp specification option.
|
long |
getCPSpecificationOptionId()
Returns the cp specification option ID of this cp specification option.
|
java.util.Date |
getCreateDate()
Returns the create date of this cp specification option.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cp specification option.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this cp specification option.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this cp specification option in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this cp specification option 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 specification option in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this cp specification option 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 specification option.
|
boolean |
getFacetable()
Returns the facetable of this cp specification option.
|
java.lang.String |
getKey()
Returns the key of this cp specification option.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this cp specification option.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cp specification option.
|
long |
getMvccVersion()
Returns the mvcc version of this cp specification option.
|
long |
getPrimaryKey()
Returns the primary key of this cp specification option.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getTitle()
Returns the title of this cp specification option.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the localized title of this cp specification option in the language.
|
java.lang.String |
getTitle(java.util.Locale locale,
boolean useDefault)
Returns the localized title of this cp specification option 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 specification option in the language.
|
java.lang.String |
getTitle(java.lang.String languageId,
boolean useDefault)
Returns the localized title of this cp specification option 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 specification option.
|
long |
getUserId()
Returns the user ID of this cp specification option.
|
java.lang.String |
getUserName()
Returns the user name of this cp specification option.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cp specification option.
|
java.lang.String |
getUuid()
Returns the uuid of this cp specification option.
|
boolean |
isFacetable()
Returns
true if this cp specification option is facetable. |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this cp specification option.
|
void |
setCPOptionCategoryId(long CPOptionCategoryId)
Sets the cp option category ID of this cp specification option.
|
void |
setCPSpecificationOptionId(long CPSpecificationOptionId)
Sets the cp specification option ID of this cp specification option.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cp specification option.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cp specification option.
|
void |
setDescription(java.lang.String description)
Sets the description of this cp specification option.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this cp specification option in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this cp specification option 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 specification option 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 specification option from the map of locales and localized descriptions, and sets the default locale.
|
void |
setFacetable(boolean facetable)
Sets whether this cp specification option is facetable.
|
void |
setKey(java.lang.String key)
Sets the key of this cp specification option.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this cp specification option.
|
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 specification option.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cp specification option.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cp specification option.
|
void |
setTitle(java.lang.String title)
Sets the title of this cp specification option.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale)
Sets the localized title of this cp specification option in the language.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized title of this cp specification option 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 specification option 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 specification option from the map of locales and localized titles, and sets the default locale.
|
void |
setUserId(long userId)
Sets the user ID of this cp specification option.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cp specification option.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cp specification option.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cp specification option.
|
java.lang.String |
toXmlString() |
protected CPSpecificationOptionWrapper |
wrap(CPSpecificationOption cpSpecificationOption) |
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 CPSpecificationOptionWrapper(CPSpecificationOption cpSpecificationOption)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPSpecificationOption>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPSpecificationOption>public CPSpecificationOption cloneWithOriginalValues()
cloneWithOriginalValues in interface CPSpecificationOptionModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPSpecificationOption>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface CPSpecificationOptionModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface CPSpecificationOptionModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic CPOptionCategory getCPOptionCategory() throws com.liferay.portal.kernel.exception.PortalException
getCPOptionCategory in interface CPSpecificationOptioncom.liferay.portal.kernel.exception.PortalExceptionpublic long getCPOptionCategoryId()
getCPOptionCategoryId in interface CPSpecificationOptionModelpublic long getCPSpecificationOptionId()
getCPSpecificationOptionId in interface CPSpecificationOptionModelpublic java.util.Date getCreateDate()
getCreateDate in interface CPSpecificationOptionModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface CPSpecificationOptionModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOption>public java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface CPSpecificationOptionModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.lang.String getDescription()
getDescription in interface CPSpecificationOptionModelpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface CPSpecificationOptionModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface CPSpecificationOptionModellocale - 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 CPSpecificationOptionModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface CPSpecificationOptionModellanguageId - 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 CPSpecificationOptionModelpublic java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface CPSpecificationOptionModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface CPSpecificationOptionModelpublic boolean getFacetable()
getFacetable in interface CPSpecificationOptionModelpublic java.lang.String getKey()
getKey in interface CPSpecificationOptionModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface CPSpecificationOptionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CPSpecificationOptionModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CPSpecificationOptionModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CPSpecificationOptionModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOption>public java.lang.String getTitle()
getTitle in interface CPSpecificationOptionModelpublic java.lang.String getTitle(java.util.Locale locale)
getTitle in interface CPSpecificationOptionModellocale - the locale of the languagepublic java.lang.String getTitle(java.util.Locale locale,
boolean useDefault)
getTitle in interface CPSpecificationOptionModellocale - 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 CPSpecificationOptionModellanguageId - the ID of the languagepublic java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
getTitle in interface CPSpecificationOptionModellanguageId - 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 CPSpecificationOptionModelpublic java.lang.String getTitleCurrentValue()
getTitleCurrentValue in interface CPSpecificationOptionModelpublic java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
getTitleMap in interface CPSpecificationOptionModelpublic long getUserId()
getUserId in interface CPSpecificationOptionModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CPSpecificationOptionModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CPSpecificationOptionModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CPSpecificationOptionModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isFacetable()
true if this cp specification option is facetable.isFacetable in interface CPSpecificationOptionModeltrue if this cp specification option is facetable; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface CPSpecificationOptionModelprepareLocalizedFieldsForImport 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 CPSpecificationOptionModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface CPSpecificationOptionModelsetCompanyId 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 specification optionpublic void setCPOptionCategoryId(long CPOptionCategoryId)
setCPOptionCategoryId in interface CPSpecificationOptionModelCPOptionCategoryId - the cp option category ID of this cp specification optionpublic void setCPSpecificationOptionId(long CPSpecificationOptionId)
setCPSpecificationOptionId in interface CPSpecificationOptionModelCPSpecificationOptionId - the cp specification option ID of this cp specification optionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CPSpecificationOptionModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this cp specification optionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CPSpecificationOptionModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOption>ctCollectionId - the ct collection ID of this cp specification optionpublic void setDescription(java.lang.String description)
setDescription in interface CPSpecificationOptionModeldescription - the description of this cp specification optionpublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface CPSpecificationOptionModeldescription - the localized description of this cp specification optionlocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface CPSpecificationOptionModeldescription - the localized description of this cp specification optionlocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface CPSpecificationOptionModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface CPSpecificationOptionModeldescriptionMap - the locales and localized descriptions of this cp specification optionpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface CPSpecificationOptionModeldescriptionMap - the locales and localized descriptions of this cp specification optiondefaultLocale - the default localepublic void setFacetable(boolean facetable)
setFacetable in interface CPSpecificationOptionModelfacetable - the facetable of this cp specification optionpublic void setKey(java.lang.String key)
setKey in interface CPSpecificationOptionModelkey - the key of this cp specification optionpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface CPSpecificationOptionModellastPublishDate - the last publish date of this cp specification optionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CPSpecificationOptionModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this cp specification optionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CPSpecificationOptionModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cp specification optionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CPSpecificationOptionModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOption>primaryKey - the primary key of this cp specification optionpublic void setTitle(java.lang.String title)
setTitle in interface CPSpecificationOptionModeltitle - the title of this cp specification optionpublic void setTitle(java.lang.String title,
java.util.Locale locale)
setTitle in interface CPSpecificationOptionModeltitle - the localized title of this cp specification optionlocale - the locale of the languagepublic void setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
setTitle in interface CPSpecificationOptionModeltitle - the localized title of this cp specification optionlocale - the locale of the languagedefaultLocale - the default localepublic void setTitleCurrentLanguageId(java.lang.String languageId)
setTitleCurrentLanguageId in interface CPSpecificationOptionModelpublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
setTitleMap in interface CPSpecificationOptionModeltitleMap - the locales and localized titles of this cp specification optionpublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
setTitleMap in interface CPSpecificationOptionModeltitleMap - the locales and localized titles of this cp specification optiondefaultLocale - the default localepublic void setUserId(long userId)
setUserId in interface CPSpecificationOptionModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cp specification optionpublic void setUserName(java.lang.String userName)
setUserName in interface CPSpecificationOptionModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cp specification optionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CPSpecificationOptionModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cp specification optionpublic void setUuid(java.lang.String uuid)
setUuid in interface CPSpecificationOptionModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this cp specification optionpublic java.lang.String toXmlString()
toXmlString in interface CPSpecificationOptionModelpublic java.util.Map<java.lang.String,java.util.function.Function<CPSpecificationOption,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CPSpecificationOption>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CPSpecificationOption,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CPSpecificationOption>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CPSpecificationOptionWrapper wrap(CPSpecificationOption cpSpecificationOption)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPSpecificationOption>