Uses of Interface
org.broadleafcommerce.core.order.strategy.FulfillmentGroupItemStrategy

Packages that use FulfillmentGroupItemStrategy
org.broadleafcommerce.core.order.service.workflow   
org.broadleafcommerce.core.order.service.workflow.add   
org.broadleafcommerce.core.order.service.workflow.remove   
org.broadleafcommerce.core.order.service.workflow.update   
org.broadleafcommerce.core.order.strategy   
 

Uses of FulfillmentGroupItemStrategy in org.broadleafcommerce.core.order.service.workflow
 

Fields in org.broadleafcommerce.core.order.service.workflow declared as FulfillmentGroupItemStrategy
protected  FulfillmentGroupItemStrategy VerifyFulfillmentGroupItemsActivity.fgItemStrategy
           
 

Uses of FulfillmentGroupItemStrategy in org.broadleafcommerce.core.order.service.workflow.add
 

Fields in org.broadleafcommerce.core.order.service.workflow.add declared as FulfillmentGroupItemStrategy
protected  FulfillmentGroupItemStrategy AddFulfillmentGroupItemActivity.fgItemStrategy
           
 

Uses of FulfillmentGroupItemStrategy in org.broadleafcommerce.core.order.service.workflow.remove
 

Fields in org.broadleafcommerce.core.order.service.workflow.remove declared as FulfillmentGroupItemStrategy
protected  FulfillmentGroupItemStrategy RemoveFulfillmentGroupItemActivity.fgItemStrategy
           
 

Uses of FulfillmentGroupItemStrategy in org.broadleafcommerce.core.order.service.workflow.update
 

Fields in org.broadleafcommerce.core.order.service.workflow.update declared as FulfillmentGroupItemStrategy
protected  FulfillmentGroupItemStrategy UpdateFulfillmentGroupItemActivity.fgItemStrategy
           
 

Uses of FulfillmentGroupItemStrategy in org.broadleafcommerce.core.order.strategy
 

Classes in org.broadleafcommerce.core.order.strategy that implement FulfillmentGroupItemStrategy
 class FulfillmentGroupItemStrategyImpl
           
 class NullFulfillmentGroupItemStrategyImpl
          This class provides the implementation of a strategy that does not touch FulfillmentGroupItems when cart add or update operations have been performed.
 



Copyright © 2013. All Rights Reserved.