public class CPDefinitionSpecificationOptionValueWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionSpecificationOptionValue> implements CPDefinitionSpecificationOptionValue, com.liferay.portal.kernel.model.ModelWrapper<CPDefinitionSpecificationOptionValue>
This class is a wrapper for CPDefinitionSpecificationOptionValue.
CPDefinitionSpecificationOptionValue,
Serialized FormCP_DEFINITION_SPECIFICATION_OPTION_VALUE_ID_ACCESSOR| Constructor and Description |
|---|
CPDefinitionSpecificationOptionValueWrapper(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue) |
| Modifier and Type | Method and Description |
|---|---|
CPDefinitionSpecificationOptionValue |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<CPDefinitionSpecificationOptionValue,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CPDefinitionSpecificationOptionValue,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this cp definition specification option value.
|
CPDefinition |
getCPDefinition() |
long |
getCPDefinitionId()
Returns the cp definition ID of this cp definition specification option value.
|
long |
getCPDefinitionSpecificationOptionValueId()
Returns the cp definition specification option value ID of this cp definition specification option value.
|
CPOptionCategory |
getCPOptionCategory() |
long |
getCPOptionCategoryId()
Returns the cp option category ID of this cp definition specification option value.
|
CPSpecificationOption |
getCPSpecificationOption() |
long |
getCPSpecificationOptionId()
Returns the cp specification option ID of this cp definition specification option value.
|
java.util.Date |
getCreateDate()
Returns the create date of this cp definition specification option value.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cp definition specification option value.
|
java.lang.String |
getDefaultLanguageId() |
long |
getGroupId()
Returns the group ID of this cp definition specification option value.
|
java.lang.String |
getKey()
Returns the key of this cp definition specification option value.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this cp definition specification option value.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cp definition specification option value.
|
long |
getMvccVersion()
Returns the mvcc version of this cp definition specification option value.
|
long |
getPrimaryKey()
Returns the primary key of this cp definition specification option value.
|
double |
getPriority()
Returns the priority of this cp definition specification option value.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this cp definition specification option value.
|
java.lang.String |
getUserName()
Returns the user name of this cp definition specification option value.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cp definition specification option value.
|
java.lang.String |
getUuid()
Returns the uuid of this cp definition specification option value.
|
java.lang.String |
getValue()
Returns the value of this cp definition specification option value.
|
java.lang.String |
getValue(java.util.Locale locale)
Returns the localized value of this cp definition specification option value in the language.
|
java.lang.String |
getValue(java.util.Locale locale,
boolean useDefault)
Returns the localized value of this cp definition specification option value in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getValue(java.lang.String languageId)
Returns the localized value of this cp definition specification option value in the language.
|
java.lang.String |
getValue(java.lang.String languageId,
boolean useDefault)
Returns the localized value of this cp definition specification option value in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getValueCurrentLanguageId() |
java.lang.String |
getValueCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getValueMap()
Returns a map of the locales and localized values of this cp definition specification option value.
|
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this cp definition specification option value.
|
void |
setCPDefinitionId(long CPDefinitionId)
Sets the cp definition ID of this cp definition specification option value.
|
void |
setCPDefinitionSpecificationOptionValueId(long CPDefinitionSpecificationOptionValueId)
Sets the cp definition specification option value ID of this cp definition specification option value.
|
void |
setCPOptionCategoryId(long CPOptionCategoryId)
Sets the cp option category ID of this cp definition specification option value.
|
void |
setCPSpecificationOptionId(long CPSpecificationOptionId)
Sets the cp specification option ID of this cp definition specification option value.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cp definition specification option value.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cp definition specification option value.
|
void |
setGroupId(long groupId)
Sets the group ID of this cp definition specification option value.
|
void |
setKey(java.lang.String key)
Sets the key of this cp definition specification option value.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this cp definition specification option value.
|
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 definition specification option value.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cp definition specification option value.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cp definition specification option value.
|
void |
setPriority(double priority)
Sets the priority of this cp definition specification option value.
|
void |
setUserId(long userId)
Sets the user ID of this cp definition specification option value.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cp definition specification option value.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cp definition specification option value.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cp definition specification option value.
|
void |
setValue(java.lang.String value)
Sets the value of this cp definition specification option value.
|
void |
setValue(java.lang.String value,
java.util.Locale locale)
Sets the localized value of this cp definition specification option value in the language.
|
void |
setValue(java.lang.String value,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized value of this cp definition specification option value in the language, and sets the default locale.
|
void |
setValueCurrentLanguageId(java.lang.String languageId) |
void |
setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap)
Sets the localized values of this cp definition specification option value from the map of locales and localized values.
|
void |
setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap,
java.util.Locale defaultLocale)
Sets the localized values of this cp definition specification option value from the map of locales and localized values, and sets the default locale.
|
java.lang.String |
toXmlString() |
protected CPDefinitionSpecificationOptionValueWrapper |
wrap(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue) |
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 CPDefinitionSpecificationOptionValueWrapper(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionSpecificationOptionValue>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionSpecificationOptionValue>public CPDefinitionSpecificationOptionValue cloneWithOriginalValues()
cloneWithOriginalValues in interface CPDefinitionSpecificationOptionValueModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionSpecificationOptionValue>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface CPDefinitionSpecificationOptionValueModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface CPDefinitionSpecificationOptionValueModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException
getCPDefinition in interface CPDefinitionSpecificationOptionValuecom.liferay.portal.kernel.exception.PortalExceptionpublic long getCPDefinitionId()
getCPDefinitionId in interface CPDefinitionSpecificationOptionValueModelpublic long getCPDefinitionSpecificationOptionValueId()
getCPDefinitionSpecificationOptionValueId in interface CPDefinitionSpecificationOptionValueModelpublic CPOptionCategory getCPOptionCategory() throws com.liferay.portal.kernel.exception.PortalException
getCPOptionCategory in interface CPDefinitionSpecificationOptionValuecom.liferay.portal.kernel.exception.PortalExceptionpublic long getCPOptionCategoryId()
getCPOptionCategoryId in interface CPDefinitionSpecificationOptionValueModelpublic CPSpecificationOption getCPSpecificationOption() throws com.liferay.portal.kernel.exception.PortalException
getCPSpecificationOption in interface CPDefinitionSpecificationOptionValuecom.liferay.portal.kernel.exception.PortalExceptionpublic long getCPSpecificationOptionId()
getCPSpecificationOptionId in interface CPDefinitionSpecificationOptionValueModelpublic java.util.Date getCreateDate()
getCreateDate in interface CPDefinitionSpecificationOptionValueModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface CPDefinitionSpecificationOptionValueModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionSpecificationOptionValue>public java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface CPDefinitionSpecificationOptionValueModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getGroupId()
getGroupId in interface CPDefinitionSpecificationOptionValueModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.lang.String getKey()
getKey in interface CPDefinitionSpecificationOptionValueModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface CPDefinitionSpecificationOptionValueModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CPDefinitionSpecificationOptionValueModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CPDefinitionSpecificationOptionValueModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CPDefinitionSpecificationOptionValueModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionSpecificationOptionValue>public double getPriority()
getPriority in interface CPDefinitionSpecificationOptionValueModelpublic long getUserId()
getUserId in interface CPDefinitionSpecificationOptionValueModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CPDefinitionSpecificationOptionValueModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CPDefinitionSpecificationOptionValueModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CPDefinitionSpecificationOptionValueModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getValue()
getValue in interface CPDefinitionSpecificationOptionValueModelpublic java.lang.String getValue(java.util.Locale locale)
getValue in interface CPDefinitionSpecificationOptionValueModellocale - the locale of the languagepublic java.lang.String getValue(java.util.Locale locale,
boolean useDefault)
getValue in interface CPDefinitionSpecificationOptionValueModellocale - 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 getValue(java.lang.String languageId)
getValue in interface CPDefinitionSpecificationOptionValueModellanguageId - the ID of the languagepublic java.lang.String getValue(java.lang.String languageId,
boolean useDefault)
getValue in interface CPDefinitionSpecificationOptionValueModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getValueCurrentLanguageId()
getValueCurrentLanguageId in interface CPDefinitionSpecificationOptionValueModelpublic java.lang.String getValueCurrentValue()
getValueCurrentValue in interface CPDefinitionSpecificationOptionValueModelpublic java.util.Map<java.util.Locale,java.lang.String> getValueMap()
getValueMap in interface CPDefinitionSpecificationOptionValueModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface CPDefinitionSpecificationOptionValueModelprepareLocalizedFieldsForImport 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 CPDefinitionSpecificationOptionValueModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface CPDefinitionSpecificationOptionValueModelsetCompanyId 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 definition specification option valuepublic void setCPDefinitionId(long CPDefinitionId)
setCPDefinitionId in interface CPDefinitionSpecificationOptionValueModelCPDefinitionId - the cp definition ID of this cp definition specification option valuepublic void setCPDefinitionSpecificationOptionValueId(long CPDefinitionSpecificationOptionValueId)
setCPDefinitionSpecificationOptionValueId in interface CPDefinitionSpecificationOptionValueModelCPDefinitionSpecificationOptionValueId - the cp definition specification option value ID of this cp definition specification option valuepublic void setCPOptionCategoryId(long CPOptionCategoryId)
setCPOptionCategoryId in interface CPDefinitionSpecificationOptionValueModelCPOptionCategoryId - the cp option category ID of this cp definition specification option valuepublic void setCPSpecificationOptionId(long CPSpecificationOptionId)
setCPSpecificationOptionId in interface CPDefinitionSpecificationOptionValueModelCPSpecificationOptionId - the cp specification option ID of this cp definition specification option valuepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CPDefinitionSpecificationOptionValueModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this cp definition specification option valuepublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CPDefinitionSpecificationOptionValueModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionSpecificationOptionValue>ctCollectionId - the ct collection ID of this cp definition specification option valuepublic void setGroupId(long groupId)
setGroupId in interface CPDefinitionSpecificationOptionValueModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this cp definition specification option valuepublic void setKey(java.lang.String key)
setKey in interface CPDefinitionSpecificationOptionValueModelkey - the key of this cp definition specification option valuepublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface CPDefinitionSpecificationOptionValueModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModellastPublishDate - the last publish date of this cp definition specification option valuepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CPDefinitionSpecificationOptionValueModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this cp definition specification option valuepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CPDefinitionSpecificationOptionValueModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cp definition specification option valuepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CPDefinitionSpecificationOptionValueModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionSpecificationOptionValue>primaryKey - the primary key of this cp definition specification option valuepublic void setPriority(double priority)
setPriority in interface CPDefinitionSpecificationOptionValueModelpriority - the priority of this cp definition specification option valuepublic void setUserId(long userId)
setUserId in interface CPDefinitionSpecificationOptionValueModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cp definition specification option valuepublic void setUserName(java.lang.String userName)
setUserName in interface CPDefinitionSpecificationOptionValueModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cp definition specification option valuepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CPDefinitionSpecificationOptionValueModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cp definition specification option valuepublic void setUuid(java.lang.String uuid)
setUuid in interface CPDefinitionSpecificationOptionValueModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this cp definition specification option valuepublic void setValue(java.lang.String value)
setValue in interface CPDefinitionSpecificationOptionValueModelvalue - the value of this cp definition specification option valuepublic void setValue(java.lang.String value,
java.util.Locale locale)
setValue in interface CPDefinitionSpecificationOptionValueModelvalue - the localized value of this cp definition specification option valuelocale - the locale of the languagepublic void setValue(java.lang.String value,
java.util.Locale locale,
java.util.Locale defaultLocale)
setValue in interface CPDefinitionSpecificationOptionValueModelvalue - the localized value of this cp definition specification option valuelocale - the locale of the languagedefaultLocale - the default localepublic void setValueCurrentLanguageId(java.lang.String languageId)
setValueCurrentLanguageId in interface CPDefinitionSpecificationOptionValueModelpublic void setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap)
setValueMap in interface CPDefinitionSpecificationOptionValueModelvalueMap - the locales and localized values of this cp definition specification option valuepublic void setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap,
java.util.Locale defaultLocale)
setValueMap in interface CPDefinitionSpecificationOptionValueModelvalueMap - the locales and localized values of this cp definition specification option valuedefaultLocale - the default localepublic java.lang.String toXmlString()
toXmlString in interface CPDefinitionSpecificationOptionValueModelpublic java.util.Map<java.lang.String,java.util.function.Function<CPDefinitionSpecificationOptionValue,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionSpecificationOptionValue>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CPDefinitionSpecificationOptionValue,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionSpecificationOptionValue>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CPDefinitionSpecificationOptionValueWrapper wrap(CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionSpecificationOptionValue>