Package com.liferay.commerce.model
Interface CommerceSubscriptionEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceSubscriptionEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,CommerceSubscriptionEntryModel,Comparable<CommerceSubscriptionEntry>,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.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
CommerceSubscriptionEntryWrapper
@ProviderType
public interface CommerceSubscriptionEntry
extends CommerceSubscriptionEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceSubscriptionEntry service. Represents a row in the "CommerceSubscriptionEntry" 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<CommerceSubscriptionEntry,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.product.model.CPDefinitioncom.liferay.commerce.product.model.CPInstancelonglongcom.liferay.portal.kernel.util.UnicodePropertiescom.liferay.portal.kernel.util.UnicodePropertiesvoidsetDeliverySubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties deliverySubscriptionTypeSettingsUnicodeProperties) voidsetSubscriptionTypeSettingsUnicodeProperties(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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.commerce.model.CommerceSubscriptionEntryModel
cloneWithOriginalValues, getCommerceOrderItemId, getCommerceSubscriptionEntryId, getCompanyId, getCPInstanceUuid, getCProductId, getCreateDate, getCurrentCycle, getDeliveryCurrentCycle, getDeliveryLastIterationDate, getDeliveryMaxSubscriptionCycles, getDeliveryNextIterationDate, getDeliveryStartDate, getDeliverySubscriptionLength, getDeliverySubscriptionStatus, getDeliverySubscriptionType, getDeliverySubscriptionTypeSettings, getGroupId, getLastIterationDate, getMaxSubscriptionCycles, getModifiedDate, getMvccVersion, getNextIterationDate, getPrimaryKey, getStartDate, getSubscriptionLength, getSubscriptionStatus, getSubscriptionType, getSubscriptionTypeSettings, getUserId, getUserName, getUserUuid, getUuid, setCommerceOrderItemId, setCommerceSubscriptionEntryId, setCompanyId, setCPInstanceUuid, setCProductId, setCreateDate, setCurrentCycle, setDeliveryCurrentCycle, setDeliveryLastIterationDate, setDeliveryMaxSubscriptionCycles, setDeliveryNextIterationDate, setDeliveryStartDate, setDeliverySubscriptionLength, setDeliverySubscriptionStatus, setDeliverySubscriptionType, setDeliverySubscriptionTypeSettings, setGroupId, setLastIterationDate, setMaxSubscriptionCycles, setModifiedDate, setMvccVersion, setNextIterationDate, setPrimaryKey, setStartDate, setSubscriptionLength, setSubscriptionStatus, setSubscriptionType, setSubscriptionTypeSettings, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
COMMERCE_SUBSCRIPTION_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommerceSubscriptionEntry,Long> COMMERCE_SUBSCRIPTION_ENTRY_ID_ACCESSOR
-
-
Method Details
-
fetchCommerceOrderItem
CommerceOrderItem fetchCommerceOrderItem() -
fetchCPDefinition
com.liferay.commerce.product.model.CPDefinition fetchCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPInstance
com.liferay.commerce.product.model.CPInstance fetchCPInstance() -
getCPDefinitionId
long getCPDefinitionId() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPInstanceId
long getCPInstanceId() -
getDeliverySubscriptionTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getDeliverySubscriptionTypeSettingsUnicodeProperties() -
getSubscriptionTypeSettingsUnicodeProperties
com.liferay.portal.kernel.util.UnicodeProperties getSubscriptionTypeSettingsUnicodeProperties() -
setDeliverySubscriptionTypeSettingsUnicodeProperties
void setDeliverySubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties deliverySubscriptionTypeSettingsUnicodeProperties) -
setSubscriptionTypeSettingsUnicodeProperties
void setSubscriptionTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties subscriptionTypeSettingsUnicodeProperties)
-