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

Packages that use FulfillmentGroupItem
org.broadleafcommerce.core.offer.service.discount.domain   
org.broadleafcommerce.core.offer.service.processor   
org.broadleafcommerce.core.order.dao   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service   
 

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.offer.service.processor
 

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

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 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)
           
 

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 OrderServiceImpl.createFulfillmentGroupItemFromOrderItem(OrderItem orderItem, FulfillmentGroup fulfillmentGroup, int quantity)
           
 



Copyright © 2012. All Rights Reserved.