Interface CommerceVirtualOrderItem
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceVirtualOrderItem>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,CommerceVirtualOrderItemModel
,Comparable<CommerceVirtualOrderItem>
,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:
CommerceVirtualOrderItemWrapper
@ProviderType
public interface CommerceVirtualOrderItem
extends CommerceVirtualOrderItemModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceVirtualOrderItem service. Represents a row in the "CommerceVirtualOrderItem" 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<CommerceVirtualOrderItem,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.model.CommerceOrderItem
int
getCommerceVirtualOrderItemFileEntry
(long commerceVirtualOrderItemFileEntryId) 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 com.liferay.commerce.product.type.virtual.order.model.CommerceVirtualOrderItemModel
cloneWithOriginalValues, getActivationStatus, getActive, getCommerceOrderItemId, getCommerceVirtualOrderItemId, getCompanyId, getCreateDate, getDuration, getEndDate, getGroupId, getMaxUsages, getModifiedDate, getMvccVersion, getPrimaryKey, getStartDate, getUserId, getUserName, getUserUuid, getUuid, isActive, setActivationStatus, setActive, setCommerceOrderItemId, setCommerceVirtualOrderItemId, setCompanyId, setCreateDate, setDuration, setEndDate, setGroupId, setMaxUsages, setModifiedDate, setMvccVersion, setPrimaryKey, setStartDate, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface java.lang.Comparable
compareTo
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
-
COMMERCE_VIRTUAL_ORDER_ITEM_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommerceVirtualOrderItem,Long> COMMERCE_VIRTUAL_ORDER_ITEM_ID_ACCESSOR
-
-
Method Details
-
getCommerceOrderItem
com.liferay.commerce.model.CommerceOrderItem getCommerceOrderItem() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceVirtualOrderItemFileEntries
List<CommerceVirtualOrderItemFileEntry> getCommerceVirtualOrderItemFileEntries() -
getCommerceVirtualOrderItemFileEntriesCount
int getCommerceVirtualOrderItemFileEntriesCount() -
getCommerceVirtualOrderItemFileEntry
CommerceVirtualOrderItemFileEntry getCommerceVirtualOrderItemFileEntry(long commerceVirtualOrderItemFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-