Uses of Class
atg.projects.store.pricing.StoreUnitPriceBean

Packages that use StoreUnitPriceBean
atg.projects.store.droplet   
atg.projects.store.pricing   
 

Uses of StoreUnitPriceBean in atg.projects.store.droplet
 

Methods in atg.projects.store.droplet that return types with arguments of type StoreUnitPriceBean
protected  java.util.Map<java.lang.String,StoreUnitPriceBean> StorePriceBeansDroplet.generatePriceBeansForOrder(atg.commerce.order.Order pOrder)
          Generates price beans for an order specified.
protected  java.util.List<StoreUnitPriceBean> StorePriceBeansDroplet.generatePriceBeansForRelationship(atg.commerce.order.Order pOrder, atg.commerce.order.ShippingGroupCommerceItemRelationship pRelationship)
          Generates price beans for a relationship specified.
 

Method parameters in atg.projects.store.droplet with type arguments of type StoreUnitPriceBean
protected  long StorePriceBeansDroplet.getGwpPriceBeansQuantity(java.util.Collection<StoreUnitPriceBean> pPriceBeans)
          Returns total quantity of GWP items in the list of price beans.
 

Uses of StoreUnitPriceBean in atg.projects.store.pricing
 

Methods in atg.projects.store.pricing that return types with arguments of type StoreUnitPriceBean
 java.util.Map<java.lang.String,java.util.List<StoreUnitPriceBean>> StorePricingTools.generatePriceBeans(atg.commerce.order.Order pOrder)
          Generates a Map of unit price beans for all items in the order.
 java.util.List<StoreUnitPriceBean> StorePricingTools.generatePriceBeans(atg.commerce.order.Order pOrder, atg.commerce.order.CommerceItem pItem)
          Generate GWP aware price beans for the given commerce item.
 java.util.List<StoreUnitPriceBean> StorePricingTools.generatePriceBeans(atg.commerce.order.Order pOrder, atg.commerce.order.CommerceItem pItem, java.util.List<atg.commerce.pricing.DetailedItemPriceInfo> pInfos)
          Generate GWP aware price beans for the given commerce item and list of price infos.
 

Methods in atg.projects.store.pricing with parameters of type StoreUnitPriceBean
 void StorePricingTools.populatePriceBeanSelections(StoreUnitPriceBean pPriceBean, java.util.Collection<atg.commerce.promotion.GiftWithPurchaseSelection> pGwpSelections)
          Populates price bean's GwpSelections list.