Class NullFulfillmentGroupItemStrategyImpl

java.lang.Object
org.broadleafcommerce.core.order.strategy.FulfillmentGroupItemStrategyImpl
org.broadleafcommerce.core.order.strategy.NullFulfillmentGroupItemStrategyImpl
All Implemented Interfaces:
FulfillmentGroupItemStrategy

public class NullFulfillmentGroupItemStrategyImpl extends FulfillmentGroupItemStrategyImpl
This class provides the implementation of a strategy that does not touch FulfillmentGroupItems when cart add or update operations have been performed. However, the remove operation must still remove the FulfillmentGroupItems, and this strategy will delegate to the default Broadleaf FulfillmentGroupItemStrategy to perform the removal.
Author:
Andre Azzolini (apazzolini)