Interface CPInstance
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CPInstance>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CPInstance>
,CPInstanceModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<CPInstance>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
CPInstanceWrapper
@ProviderType
public interface CPInstance
extends CPInstanceModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CPInstance service. Represents a row in the "CPInstance" 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<CPInstance,
Long> -
Method Summary
Modifier and TypeMethodDescriptiongetCPInstanceUnitOfMeasures
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPInstanceUnitOfMeasure> orderByComparator) com.liferay.portal.kernel.util.UnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties
boolean
void
setDeliverySubscriptionTypeSettingsUnicodeProperties
(com.liferay.portal.kernel.util.UnicodeProperties deliverySubscriptionTypeSettingsUnicodeProperties) void
setSubscriptionTypeSettingsUnicodeProperties
(com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsUnicodeProperties) 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.CPInstanceModel
cloneWithOriginalValues, getCompanyId, getCost, getCPDefinitionId, getCPInstanceId, getCPInstanceUuid, getCreateDate, getCtCollectionId, getDeliveryMaxSubscriptionCycles, getDeliverySubscriptionEnabled, getDeliverySubscriptionLength, getDeliverySubscriptionType, getDeliverySubscriptionTypeSettings, getDepth, getDiscontinued, getDiscontinuedDate, getDisplayDate, getExpirationDate, getExternalReferenceCode, getGroupId, getGtin, getHeight, getLastPublishDate, getManufacturerPartNumber, getMaxSubscriptionCycles, getModifiedDate, getMvccVersion, getOverrideSubscriptionInfo, getPrice, getPrimaryKey, getPromoPrice, getPublished, getPurchasable, getReplacementCPInstanceUuid, getReplacementCProductId, getSku, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSubscriptionEnabled, getSubscriptionLength, getSubscriptionType, getSubscriptionTypeSettings, getUnspsc, getUserId, getUserName, getUserUuid, getUuid, getWeight, getWidth, isApproved, isDeliverySubscriptionEnabled, isDenied, isDiscontinued, isDraft, isExpired, isInactive, isIncomplete, isOverrideSubscriptionInfo, isPending, isPublished, isPurchasable, isScheduled, isSubscriptionEnabled, setCompanyId, setCost, setCPDefinitionId, setCPInstanceId, setCPInstanceUuid, setCreateDate, setCtCollectionId, setDeliveryMaxSubscriptionCycles, setDeliverySubscriptionEnabled, setDeliverySubscriptionLength, setDeliverySubscriptionType, setDeliverySubscriptionTypeSettings, setDepth, setDiscontinued, setDiscontinuedDate, setDisplayDate, setExpirationDate, setExternalReferenceCode, setGroupId, setGtin, setHeight, setLastPublishDate, setManufacturerPartNumber, setMaxSubscriptionCycles, setModifiedDate, setMvccVersion, setOverrideSubscriptionInfo, setPrice, setPrimaryKey, setPromoPrice, setPublished, setPurchasable, setReplacementCPInstanceUuid, setReplacementCProductId, setSku, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSubscriptionEnabled, setSubscriptionLength, setSubscriptionType, setSubscriptionTypeSettings, setUnspsc, setUserId, setUserName, setUserUuid, setUuid, setWeight, setWidth, 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_INSTANCE_ID_ACCESSOR
-
-
Method Details
-
fetchCPInstanceUnitOfMeasure
-
getCommerceCatalog
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinition
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPInstanceUnitOfMeasure
CPInstanceUnitOfMeasure getCPInstanceUnitOfMeasure(String key) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPInstanceUnitOfMeasures
List<CPInstanceUnitOfMeasure> getCPInstanceUnitOfMeasures(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPInstanceUnitOfMeasure> orderByComparator) -
getCPSubscriptionInfo
CPSubscriptionInfo getCPSubscriptionInfo() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDeliverySubscriptionTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getDeliverySubscriptionTypeSettingsUnicodeProperties() -
getSubscriptionTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getSubscriptionTypeSettingsUnicodeProperties() -
hasCPInstanceUnitOfMeasures
boolean hasCPInstanceUnitOfMeasures() -
setDeliverySubscriptionTypeSettingsUnicodeProperties
void setDeliverySubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties deliverySubscriptionTypeSettingsUnicodeProperties) -
setSubscriptionTypeSettingsUnicodeProperties
void setSubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsUnicodeProperties)
-