Interface CSDiagramSetting
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CSDiagramSetting>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CSDiagramSetting>
,CSDiagramSettingModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramSetting>
,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:
CSDiagramSettingWrapper
@ProviderType
public interface CSDiagramSetting
extends CSDiagramSettingModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CSDiagramSetting service. Represents a row in the "CSDiagramSetting" 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<CSDiagramSetting,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.product.model.CPAttachmentFileEntry
com.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.CSDiagramSettingModel
cloneWithOriginalValues, getColor, getCompanyId, getCPAttachmentFileEntryId, getCPDefinitionId, getCreateDate, getCSDiagramSettingId, getCtCollectionId, getModifiedDate, getMvccVersion, getPrimaryKey, getRadius, getType, getUserId, getUserName, getUserUuid, getUuid, setColor, setCompanyId, setCPAttachmentFileEntryId, setCPDefinitionId, setCreateDate, setCSDiagramSettingId, setCtCollectionId, setModifiedDate, setMvccVersion, setPrimaryKey, setRadius, setType, 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
-
CS_DIAGRAM_SETTING_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CSDiagramSetting,Long> CS_DIAGRAM_SETTING_ID_ACCESSOR
-
-
Method Details
-
getCPAttachmentFileEntry
com.liferay.commerce.product.model.CPAttachmentFileEntry getCPAttachmentFileEntry() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinition
com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-