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

Packages that use FulfillmentGroupItem
org.broadleafcommerce.core.offer.service   
org.broadleafcommerce.core.offer.service.discount.domain   
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   
 

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

Methods in org.broadleafcommerce.core.offer.service with parameters of type FulfillmentGroupItem
protected  void OrderItemMergeServiceImpl.gatherFulfillmentGroupLinkedDiscreteOrderItem(List<DiscreteOrderItem> itemsToRemove, List<FulfillmentGroupItem> fgItemsToRemove, Map<String,Object[]> gatheredItem, FulfillmentGroupItem fgItem, DiscreteOrderItem orderItem, String extraIdentifier, List<OrderMultishipOption> options, boolean includePrice)
           
 

Method parameters in org.broadleafcommerce.core.offer.service with type arguments of type FulfillmentGroupItem
protected  void OrderItemMergeServiceImpl.gatherFulfillmentGroupLinkedDiscreteOrderItem(List<DiscreteOrderItem> itemsToRemove, List<FulfillmentGroupItem> fgItemsToRemove, Map<String,Object[]> gatheredItem, FulfillmentGroupItem fgItem, DiscreteOrderItem orderItem, String extraIdentifier, List<OrderMultishipOption> options, boolean includePrice)
           
 

Uses of FulfillmentGroupItem in org.broadleafcommerce.core.offer.service.discount.domain
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return types with arguments of type FulfillmentGroupItem
 List<FulfillmentGroupItem> PromotableFulfillmentGroupImpl.getFulfillmentGroupItems()
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type FulfillmentGroupItem
 void PromotableFulfillmentGroupImpl.addFulfillmentGroupItem(FulfillmentGroupItem fulfillmentGroupItem)
           
 

Method parameters in org.broadleafcommerce.core.offer.service.discount.domain with type arguments of type FulfillmentGroupItem
 void PromotableFulfillmentGroupImpl.setFulfillmentGroupItems(List<FulfillmentGroupItem> fulfillmentGroupItems)
           
 

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)
           
 



Copyright © 2013. All Rights Reserved.