Interface CPDefinitionOptionValueRel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CPDefinitionOptionValueRel>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CPDefinitionOptionValueRel>,CPDefinitionOptionValueRelModel,com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionOptionValueRel>,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:
CPDefinitionOptionValueRelWrapper
@ProviderType
public interface CPDefinitionOptionValueRel
extends CPDefinitionOptionValueRelModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CPDefinitionOptionValueRel service. Represents a row in the "CPDefinitionOptionValueRel" 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<CPDefinitionOptionValueRel,Long> -
Method Summary
Modifier and TypeMethodDescriptionMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.commerce.product.model.CPDefinitionOptionValueRelModel
cloneWithOriginalValues, getAvailableLanguageIds, getCompanyId, getCPDefinitionOptionRelId, getCPDefinitionOptionValueRelId, getCPInstanceUuid, getCProductId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getGroupId, getKey, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPreselected, getPrice, getPrimaryKey, getPriority, getQuantity, getUnitOfMeasureKey, getUserId, getUserName, getUserUuid, getUuid, isPreselected, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCompanyId, setCPDefinitionOptionRelId, setCPDefinitionOptionValueRelId, setCPInstanceUuid, setCProductId, setCreateDate, setCtCollectionId, setGroupId, setKey, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPreselected, setPrice, setPrimaryKey, setPriority, setQuantity, setUnitOfMeasureKey, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
CP_DEFINITION_OPTION_VALUE_REL_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CPDefinitionOptionValueRel,Long> CP_DEFINITION_OPTION_VALUE_REL_ID_ACCESSOR
-
-
Method Details
-
fetchCPInstance
CPInstance fetchCPInstance() -
getCPDefinitionOptionRel
CPDefinitionOptionRel getCPDefinitionOptionRel() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-