public class CPOptionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPOption> implements CPOption, com.liferay.portal.kernel.model.ModelWrapper<CPOption>
This class is a wrapper for CPOption.
CPOption,
Serialized FormCP_OPTION_ID_ACCESSOR| Constructor and Description |
|---|
CPOptionWrapper(CPOption cpOption) |
| Modifier and Type | Method and Description |
|---|---|
CPOption |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<CPOption,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CPOption,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this cp option.
|
long |
getCPOptionId()
Returns the cp option ID of this cp option.
|
java.util.List<CPOptionValue> |
getCPOptionValues() |
java.util.Date |
getCreateDate()
Returns the create date of this cp option.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cp option.
|
java.lang.String |
getDDMFormFieldTypeName()
Returns the ddm form field type name of this cp option.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this cp option.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this cp option in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this cp 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 option in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this cp 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 option.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this cp option.
|
boolean |
getFacetable()
Returns the facetable of this cp option.
|
java.lang.String |
getKey()
Returns the key of this cp option.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this cp option.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cp option.
|
long |
getMvccVersion()
Returns the mvcc version of this cp option.
|
java.lang.String |
getName()
Returns the name of this cp option.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this cp option in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this cp option 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 cp option in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this cp option 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 cp option.
|
long |
getPrimaryKey()
Returns the primary key of this cp option.
|
boolean |
getRequired()
Returns the required of this cp option.
|
boolean |
getSkuContributor()
Returns the sku contributor of this cp option.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this cp option.
|
java.lang.String |
getUserName()
Returns the user name of this cp option.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cp option.
|
java.lang.String |
getUuid()
Returns the uuid of this cp option.
|
boolean |
isFacetable()
Returns
true if this cp option is facetable. |
boolean |
isRequired()
Returns
true if this cp option is required. |
boolean |
isSkuContributor()
Returns
true if this cp option is sku contributor. |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this cp option.
|
void |
setCPOptionId(long CPOptionId)
Sets the cp option ID of this cp option.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cp option.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cp option.
|
void |
setDDMFormFieldTypeName(java.lang.String DDMFormFieldTypeName)
Sets the ddm form field type name of this cp option.
|
void |
setDescription(java.lang.String description)
Sets the description of this cp option.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this cp 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 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 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 option 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.
|
void |
setFacetable(boolean facetable)
Sets whether this cp option is facetable.
|
void |
setKey(java.lang.String key)
Sets the key of this cp option.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this cp 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 option.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cp option.
|
void |
setName(java.lang.String name)
Sets the name of this cp option.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this cp option in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this cp option 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 cp option 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 cp option from the map of locales and localized names, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cp option.
|
void |
setRequired(boolean required)
Sets whether this cp option is required.
|
void |
setSkuContributor(boolean skuContributor)
Sets whether this cp option is sku contributor.
|
void |
setUserId(long userId)
Sets the user ID of this cp option.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cp option.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cp option.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cp option.
|
protected CPOptionWrapper |
wrap(CPOption cpOption) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic CPOptionWrapper(CPOption cpOption)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPOption>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPOption>public CPOption cloneWithOriginalValues()
cloneWithOriginalValues in interface CPOptionModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPOption>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface CPOptionModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface CPOptionModelgetCompanyId 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 getCPOptionId()
getCPOptionId in interface CPOptionModelpublic java.util.List<CPOptionValue> getCPOptionValues()
getCPOptionValues in interface CPOptionpublic java.util.Date getCreateDate()
getCreateDate in interface CPOptionModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface CPOptionModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPOption>public java.lang.String getDDMFormFieldTypeName()
getDDMFormFieldTypeName in interface CPOptionModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface CPOptionModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.lang.String getDescription()
getDescription in interface CPOptionModelpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface CPOptionModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface CPOptionModellocale - 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 CPOptionModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface CPOptionModellanguageId - 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 CPOptionModelpublic java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface CPOptionModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface CPOptionModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface CPOptionModelpublic boolean getFacetable()
getFacetable in interface CPOptionModelpublic java.lang.String getKey()
getKey in interface CPOptionModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface CPOptionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CPOptionModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CPOptionModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface CPOptionModelpublic java.lang.String getName(java.util.Locale locale)
getName in interface CPOptionModellocale - the locale of the languagepublic java.lang.String getName(java.util.Locale locale,
boolean useDefault)
getName in interface CPOptionModellocale - 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 CPOptionModellanguageId - the ID of the languagepublic java.lang.String getName(java.lang.String languageId,
boolean useDefault)
getName in interface CPOptionModellanguageId - 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 CPOptionModelpublic java.lang.String getNameCurrentValue()
getNameCurrentValue in interface CPOptionModelpublic java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap in interface CPOptionModelpublic long getPrimaryKey()
getPrimaryKey in interface CPOptionModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPOption>public boolean getRequired()
getRequired in interface CPOptionModelpublic boolean getSkuContributor()
getSkuContributor in interface CPOptionModelpublic long getUserId()
getUserId in interface CPOptionModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CPOptionModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CPOptionModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CPOptionModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isFacetable()
true if this cp option is facetable.isFacetable in interface CPOptionModeltrue if this cp option is facetable; false otherwisepublic boolean isRequired()
true if this cp option is required.isRequired in interface CPOptionModeltrue if this cp option is required; false otherwisepublic boolean isSkuContributor()
true if this cp option is sku contributor.isSkuContributor in interface CPOptionModeltrue if this cp option is sku contributor; 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 CPOptionModelprepareLocalizedFieldsForImport 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 CPOptionModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface CPOptionModelsetCompanyId 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 optionpublic void setCPOptionId(long CPOptionId)
setCPOptionId in interface CPOptionModelCPOptionId - the cp option ID of this cp optionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CPOptionModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this cp optionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CPOptionModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPOption>ctCollectionId - the ct collection ID of this cp optionpublic void setDDMFormFieldTypeName(java.lang.String DDMFormFieldTypeName)
setDDMFormFieldTypeName in interface CPOptionModelDDMFormFieldTypeName - the ddm form field type name of this cp optionpublic void setDescription(java.lang.String description)
setDescription in interface CPOptionModeldescription - the description of this cp optionpublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface CPOptionModeldescription - the localized description of this cp optionlocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface CPOptionModeldescription - the localized description of this cp optionlocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface CPOptionModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface CPOptionModeldescriptionMap - the locales and localized descriptions of this cp optionpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface CPOptionModeldescriptionMap - the locales and localized descriptions of this cp optiondefaultLocale - the default localepublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface CPOptionModelexternalReferenceCode - the external reference code of this cp optionpublic void setFacetable(boolean facetable)
setFacetable in interface CPOptionModelfacetable - the facetable of this cp optionpublic void setKey(java.lang.String key)
setKey in interface CPOptionModelkey - the key of this cp optionpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface CPOptionModellastPublishDate - the last publish date of this cp optionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CPOptionModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this cp optionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CPOptionModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cp optionpublic void setName(java.lang.String name)
setName in interface CPOptionModelname - the name of this cp optionpublic void setName(java.lang.String name,
java.util.Locale locale)
setName in interface CPOptionModelname - the localized name of this cp optionlocale - the locale of the languagepublic void setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
setName in interface CPOptionModelname - the localized name of this cp optionlocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId in interface CPOptionModelpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap in interface CPOptionModelnameMap - the locales and localized names of this cp optionpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
setNameMap in interface CPOptionModelnameMap - the locales and localized names of this cp optiondefaultLocale - the default localepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CPOptionModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPOption>primaryKey - the primary key of this cp optionpublic void setRequired(boolean required)
setRequired in interface CPOptionModelrequired - the required of this cp optionpublic void setSkuContributor(boolean skuContributor)
setSkuContributor in interface CPOptionModelskuContributor - the sku contributor of this cp optionpublic void setUserId(long userId)
setUserId in interface CPOptionModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cp optionpublic void setUserName(java.lang.String userName)
setUserName in interface CPOptionModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cp optionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CPOptionModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cp optionpublic void setUuid(java.lang.String uuid)
setUuid in interface CPOptionModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this cp optionpublic java.util.Map<java.lang.String,java.util.function.Function<CPOption,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CPOption>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CPOption,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CPOption>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CPOptionWrapper wrap(CPOption cpOption)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPOption>