Interface CPDefinitionOptionRel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CPDefinitionOptionRel>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CPDefinitionOptionRel>
,CPDefinitionOptionRelModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionOptionRel>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
CPDefinitionOptionRelWrapper
@ProviderType
public interface CPDefinitionOptionRel
extends CPDefinitionOptionRelModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CPDefinitionOptionRel service. Represents a row in the "CPDefinitionOptionRel" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CPDefinitionOptionRel,
Long> -
Method Summary
Modifier and TypeMethodDescriptionint
com.liferay.portal.kernel.util.UnicodeProperties
boolean
boolean
boolean
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.commerce.product.model.CPDefinitionOptionRelModel
cloneWithOriginalValues, getAvailableLanguageIds, getCommerceOptionTypeKey, getCompanyId, getCPDefinitionId, getCPDefinitionOptionRelId, getCPOptionId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDefinedExternally, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getFacetable, getGroupId, getInfoItemServiceKey, getKey, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPriceType, getPrimaryKey, getPriority, getRequired, getSkuContributor, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, isDefinedExternally, isFacetable, isRequired, isSkuContributor, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCommerceOptionTypeKey, setCompanyId, setCPDefinitionId, setCPDefinitionOptionRelId, setCPOptionId, setCreateDate, setCtCollectionId, setDefinedExternally, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setFacetable, setGroupId, setInfoItemServiceKey, setKey, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPriceType, setPrimaryKey, setPriority, setRequired, setSkuContributor, setTypeSettings, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
CP_DEFINITION_OPTION_REL_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CPDefinitionOptionRel,Long> CP_DEFINITION_OPTION_REL_ID_ACCESSOR
-
-
Method Details
-
fetchPreselectedCPDefinitionOptionValueRel
CPDefinitionOptionValueRel fetchPreselectedCPDefinitionOptionValueRel() -
getCPDefinition
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionOptionValueRels
List<CPDefinitionOptionValueRel> getCPDefinitionOptionValueRels() -
getCPDefinitionOptionValueRelsCount
int getCPDefinitionOptionValueRelsCount() -
getCPOption
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties() -
isPriceContributor
boolean isPriceContributor() -
isPriceTypeDynamic
boolean isPriceTypeDynamic() -
isPriceTypeStatic
boolean isPriceTypeStatic()
-