Uses of Interface
org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentWeightBand

Packages that use FulfillmentWeightBand
org.broadleafcommerce.core.order.fulfillment.domain   
 

Uses of FulfillmentWeightBand in org.broadleafcommerce.core.order.fulfillment.domain
 

Classes in org.broadleafcommerce.core.order.fulfillment.domain that implement FulfillmentWeightBand
 class FulfillmentWeightBandImpl
           
 

Fields in org.broadleafcommerce.core.order.fulfillment.domain with type parameters of type FulfillmentWeightBand
protected  List<FulfillmentWeightBand> BandedWeightFulfillmentOptionImpl.bands
           
 

Methods in org.broadleafcommerce.core.order.fulfillment.domain that return types with arguments of type FulfillmentWeightBand
 List<FulfillmentWeightBand> BandedWeightFulfillmentOption.getBands()
           
 List<FulfillmentWeightBand> BandedWeightFulfillmentOptionImpl.getBands()
           
 

Method parameters in org.broadleafcommerce.core.order.fulfillment.domain with type arguments of type FulfillmentWeightBand
 void BandedWeightFulfillmentOption.setBands(List<FulfillmentWeightBand> bands)
           
 void BandedWeightFulfillmentOptionImpl.setBands(List<FulfillmentWeightBand> bands)
           
 



Copyright © 2013. All Rights Reserved.