DiscreteOrderItems@Deprecated public interface BundleOrderItem extends OrderItem, OrderItemContainer, SkuAccessor
| Modifier and Type | Method and Description |
|---|---|
Money |
getBaseRetailPrice()
Deprecated.
|
Money |
getBaseSalePrice()
Deprecated.
|
List<BundleOrderItemFeePrice> |
getBundleOrderItemFeePrices()
Deprecated.
|
List<DiscreteOrderItem> |
getDiscreteOrderItems()
Deprecated.
|
Product |
getProduct()
Deprecated.
Same as getProductBundle.
|
ProductBundle |
getProductBundle()
Deprecated.
Returns the associated ProductBundle or null if not applicable.
|
Sku |
getSku()
Deprecated.
For BundleOrderItem created from a ProductBundle, this will represent the default sku of
the product bundle.
|
Money |
getTaxablePrice()
Deprecated.
|
boolean |
hasAdjustedItems()
Deprecated.
|
void |
setBaseRetailPrice(Money baseRetailPrice)
Deprecated.
|
void |
setBaseSalePrice(Money baseSalePrice)
Deprecated.
|
void |
setBundleOrderItemFeePrices(List<BundleOrderItemFeePrice> bundleOrderItemFeePrices)
Deprecated.
|
void |
setDiscreteOrderItems(List<DiscreteOrderItem> discreteOrderItems)
Deprecated.
|
void |
setProductBundle(ProductBundle bundle)
Deprecated.
Sets the ProductBundle associated with this BundleOrderItem.
|
void |
setSku(Sku sku)
Deprecated.
|
boolean |
shouldSumItems()
Deprecated.
|
addCandidateItemOffer, assignFinalPrice, clone, finalizePrice, getAdjustmentValue, getAuditable, getAverageAdjustmentValue, getAveragePrice, getCandidateItemOffers, getCartMessages, getCategory, getChildOrderItems, getGiftWrapOrderItem, getHasValidationError, getId, getIsDiscounted, getIsOnSale, getName, getOrder, getOrderItemAdjustments, getOrderItemAttributes, getOrderItemPriceDetails, getOrderItemQualifiers, getOrderItemType, getParentOrderItem, getPersonalMessage, getPrice, getPriceBeforeAdjustments, getPriceBeforeAdjustments, getProratedOrderItemAdjustments, getQuantity, getRetailPrice, getSalePrice, getTotalAdjustmentValue, getTotalAdjustmentValue, getTotalPrice, getTotalPrice, getTotalPriceBeforeAdjustments, isAParentOf, isChildOrderItem, isDiscountingAllowed, isInCategory, isRetailPriceOverride, isSalePriceOverride, isSkuActive, isTaxable, removeAllAdjustments, removeAllCandidateItemOffers, setAuditable, setCandidateItemOffers, setCartMessages, setCategory, setChildOrderItems, setDiscountingAllowed, setGiftWrapOrderItem, setHasValidationError, setId, setName, setOrder, setOrderItemAdjustments, setOrderItemAttributes, setOrderItemPriceDetails, setOrderItemQualifiers, setOrderItemType, setParentOrderItem, setPersonalMessage, setPrice, setProratedOrderItemAdjustments, setQuantity, setRetailPrice, setRetailPriceOverride, setSalePrice, setSalePriceOverride, setTaxable, updateSaleAndRetailPricescreateOrRetrieveCopyInstancegetAllowDiscountsOnChildItems, getOrderItems, isPricingAtContainerLevelList<DiscreteOrderItem> getDiscreteOrderItems()
void setDiscreteOrderItems(List<DiscreteOrderItem> discreteOrderItems)
Money getTaxablePrice()
getTaxablePrice in interface OrderItemList<BundleOrderItemFeePrice> getBundleOrderItemFeePrices()
void setBundleOrderItemFeePrices(List<BundleOrderItemFeePrice> bundleOrderItemFeePrices)
boolean hasAdjustedItems()
Money getBaseRetailPrice()
void setBaseRetailPrice(Money baseRetailPrice)
Money getBaseSalePrice()
void setBaseSalePrice(Money baseSalePrice)
Sku getSku()
getSku in interface SkuAccessorvoid setSku(Sku sku)
ProductBundle getProductBundle()
void setProductBundle(ProductBundle bundle)
bundle - Product getProduct()
boolean shouldSumItems()
Copyright © 2024. All rights reserved.