Interface CSDiagramEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CSDiagramEntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CSDiagramEntry>
,CSDiagramEntryModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
CSDiagramEntryWrapper
@ProviderType
public interface CSDiagramEntry
extends CSDiagramEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CSDiagramEntry service. Represents a row in the "CSDiagramEntry" 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<CSDiagramEntry,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.product.model.CPDefinition
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.shop.by.diagram.model.CSDiagramEntryModel
cloneWithOriginalValues, getCompanyId, getCPDefinitionId, getCPInstanceId, getCProductId, getCreateDate, getCSDiagramEntryId, getCtCollectionId, getDiagram, getModifiedDate, getMvccVersion, getPrimaryKey, getQuantity, getSequence, getSku, getUserId, getUserName, getUserUuid, isDiagram, setCompanyId, setCPDefinitionId, setCPInstanceId, setCProductId, setCreateDate, setCSDiagramEntryId, setCtCollectionId, setDiagram, setModifiedDate, setMvccVersion, setPrimaryKey, setQuantity, setSequence, setSku, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
CS_DIAGRAM_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CSDiagramEntry,Long> CS_DIAGRAM_ENTRY_ID_ACCESSOR
-
-
Method Details
-
getCPDefinition
com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-