Interface CommercePriceEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommercePriceEntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,CommercePriceEntryModel
,Comparable<CommercePriceEntry>
,com.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceEntry>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,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
,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
CommercePriceEntryWrapper
@ProviderType
public interface CommercePriceEntry
extends CommercePriceEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommercePriceEntry service. Represents a row in the "CommercePriceEntry" 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<CommercePriceEntry,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.currency.model.CommerceMoney
getPriceCommerceMoney
(long commerceCurrencyId) com.liferay.commerce.currency.model.CommerceMoney
getPromoPriceCommerceMoney
(long commerceCurrencyId) 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.price.list.model.CommercePriceEntryModel
cloneWithOriginalValues, getBulkPricing, getCommercePriceEntryId, getCommercePriceListId, getCompanyId, getCPInstanceUuid, getCProductId, getCreateDate, getCtCollectionId, getDiscountDiscovery, getDiscountLevel1, getDiscountLevel2, getDiscountLevel3, getDiscountLevel4, getDisplayDate, getExpirationDate, getExternalReferenceCode, getHasTierPrice, getLastPublishDate, getModifiedDate, getMvccVersion, getPrice, getPriceOnApplication, getPricingQuantity, getPrimaryKey, getPromoPrice, getQuantity, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getUnitOfMeasureKey, getUserId, getUserName, getUserUuid, getUuid, isApproved, isBulkPricing, isDenied, isDiscountDiscovery, isDraft, isExpired, isHasTierPrice, isInactive, isIncomplete, isPending, isPriceOnApplication, isScheduled, setBulkPricing, setCommercePriceEntryId, setCommercePriceListId, setCompanyId, setCPInstanceUuid, setCProductId, setCreateDate, setCtCollectionId, setDiscountDiscovery, setDiscountLevel1, setDiscountLevel2, setDiscountLevel3, setDiscountLevel4, setDisplayDate, setExpirationDate, setExternalReferenceCode, setHasTierPrice, setLastPublishDate, setModifiedDate, setMvccVersion, setPrice, setPriceOnApplication, setPricingQuantity, setPrimaryKey, setPromoPrice, setQuantity, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUnitOfMeasureKey, 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_PRICE_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommercePriceEntry,Long> COMMERCE_PRICE_ENTRY_ID_ACCESSOR
-
-
Method Details
-
getCommercePriceList
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPriceCommerceMoney
com.liferay.commerce.currency.model.CommerceMoney getPriceCommerceMoney(long commerceCurrencyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPromoPriceCommerceMoney
com.liferay.commerce.currency.model.CommerceMoney getPromoPriceCommerceMoney(long commerceCurrencyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-