Uses of Interface
org.broadleafcommerce.core.order.domain.FulfillmentGroupItem

Packages that use FulfillmentGroupItem
org.broadleafcommerce.core.order.dao   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service   
org.broadleafcommerce.core.order.service.legacy   
org.broadleafcommerce.core.pricing.service.module   
org.broadleafcommerce.core.pricing.service.workflow   
 

Uses of FulfillmentGroupItem in org.broadleafcommerce.core.order.dao
 

Methods in org.broadleafcommerce.core.order.dao that return FulfillmentGroupItem
 FulfillmentGroupItem FulfillmentGroupItemDaoImpl.create()
           
 FulfillmentGroupItem FulfillmentGroupItemDao.create()
           
 FulfillmentGroupItem FulfillmentGroupItemDaoImpl.readFulfillmentGroupItemById(Long fulfillmentGroupItemId)
           
 FulfillmentGroupItem FulfillmentGroupItemDao.readFulfillmentGroupItemById(Long fulfillmentGroupItemId)
           
 FulfillmentGroupItem FulfillmentGroupItemDaoImpl.save(FulfillmentGroupItem fulfillmentGroupItem)
           
 FulfillmentGroupItem FulfillmentGroupItemDao.save(FulfillmentGroupItem fulfillmentGroupItem)
           
 

Methods in org.broadleafcommerce.core.order.dao that return types with arguments of type FulfillmentGroupItem
 List<FulfillmentGroupItem> FulfillmentGroupItemDaoImpl.readFulfillmentGroupItemsForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 List<FulfillmentGroupItem> FulfillmentGroupItemDao.readFulfillmentGroupItemsForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 

Methods in org.broadleafcommerce.core.order.dao with parameters of type FulfillmentGroupItem
 void FulfillmentGroupItemDaoImpl.delete(FulfillmentGroupItem fulfillmentGroupItem)
           
 void FulfillmentGroupItemDao.delete(FulfillmentGroupItem fulfillmentGroupItem)
           
 FulfillmentGroupItem FulfillmentGroupItemDaoImpl.save(FulfillmentGroupItem fulfillmentGroupItem)
           
 FulfillmentGroupItem FulfillmentGroupItemDao.save(FulfillmentGroupItem fulfillmentGroupItem)
           
 

Uses of FulfillmentGroupItem in org.broadleafcommerce.core.order.domain
 

Classes in org.broadleafcommerce.core.order.domain that implement FulfillmentGroupItem
 class FulfillmentGroupItemImpl
           
 

Fields in org.broadleafcommerce.core.order.domain with type parameters of type FulfillmentGroupItem
protected  List<FulfillmentGroupItem> FulfillmentGroupImpl.fulfillmentGroupItems
           
 

Methods in org.broadleafcommerce.core.order.domain that return FulfillmentGroupItem
 FulfillmentGroupItem FulfillmentGroupItem.clone()
           
 FulfillmentGroupItem FulfillmentGroupItemImpl.clone()
           
 

Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type FulfillmentGroupItem
 List<FulfillmentGroupItem> FulfillmentGroup.getFulfillmentGroupItems()
           
 List<FulfillmentGroupItem> FulfillmentGroupImpl.getFulfillmentGroupItems()
           
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type FulfillmentGroupItem
 void FulfillmentGroup.addFulfillmentGroupItem(FulfillmentGroupItem fulfillmentGroupItem)
           
 void FulfillmentGroupImpl.addFulfillmentGroupItem(FulfillmentGroupItem fulfillmentGroupItem)
           
 void FulfillmentGroupItemImpl.checkCloneable(FulfillmentGroupItem fulfillmentGroupItem)
           
 

Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type FulfillmentGroupItem
 void FulfillmentGroup.setFulfillmentGroupItems(List<FulfillmentGroupItem> fulfillmentGroupItems)
           
 void FulfillmentGroupImpl.setFulfillmentGroupItems(List<FulfillmentGroupItem> fulfillmentGroupItems)
           
 

Uses of FulfillmentGroupItem in org.broadleafcommerce.core.order.service
 

Methods in org.broadleafcommerce.core.order.service that return FulfillmentGroupItem
protected  FulfillmentGroupItem FulfillmentGroupServiceImpl.createFulfillmentGroupItemFromOrderItem(OrderItem orderItem, FulfillmentGroup fulfillmentGroup, int quantity)
           
 

Uses of FulfillmentGroupItem in org.broadleafcommerce.core.order.service.legacy
 

Methods in org.broadleafcommerce.core.order.service.legacy that return FulfillmentGroupItem
protected  FulfillmentGroupItem LegacyOrderServiceImpl.createFulfillmentGroupItemFromOrderItem(OrderItem orderItem, FulfillmentGroup fulfillmentGroup, int quantity)
          Deprecated.  
 

Uses of FulfillmentGroupItem in org.broadleafcommerce.core.pricing.service.module
 

Methods in org.broadleafcommerce.core.pricing.service.module with parameters of type FulfillmentGroupItem
protected  boolean SimpleTaxModule.isItemTaxable(FulfillmentGroupItem item)
           
 

Uses of FulfillmentGroupItem in org.broadleafcommerce.core.pricing.service.workflow
 

Methods in org.broadleafcommerce.core.pricing.service.workflow with parameters of type FulfillmentGroupItem
 long FulfillmentItemPricingActivity.applyDifferenceToAmount(FulfillmentGroupItem fgItem, long numApplicationsNeeded, Money unitAmount)
           
 long FulfillmentItemPricingActivity.applyDifferenceToProratedAdj(FulfillmentGroupItem fgItem, long numApplicationsNeeded, Money unitAmount)
           
 long FulfillmentItemPricingActivity.applyTaxDifference(FulfillmentGroupItem fgItem, long numApplicationsNeeded, Money unitAmount)
           
 

Method parameters in org.broadleafcommerce.core.pricing.service.workflow with type arguments of type FulfillmentGroupItem
protected  void FulfillmentItemPricingActivity.fixItemTotalRoundingIssues(Order order, Map<OrderItem,List<FulfillmentGroupItem>> partialOrderItemMap)
          Because an item may have multiple price details that don't round cleanly, we may have pennies left over that need to be distributed.
protected  void FulfillmentItemPricingActivity.populateItemTotalAmount(Order order, Map<OrderItem,List<FulfillmentGroupItem>> partialOrderItemMap)
          Sets the fulfillment amount which includes the relative portion of the total price for the corresponding order item.
protected  Money FulfillmentItemPricingActivity.sumItemAmount(List<FulfillmentGroupItem> items, Order order)
           
protected  Money FulfillmentItemPricingActivity.sumTaxAmount(List<FulfillmentGroupItem> items, Order order)
           
 



Copyright © 2013. All Rights Reserved.