Uses of Class
org.broadleafcommerce.core.order.service.type.FulfillmentBandResultAmountType

Packages that use FulfillmentBandResultAmountType
org.broadleafcommerce.core.order.fulfillment.domain   
org.broadleafcommerce.core.order.service.type   
 

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

Methods in org.broadleafcommerce.core.order.fulfillment.domain that return FulfillmentBandResultAmountType
 FulfillmentBandResultAmountType FulfillmentBandImpl.getResultAmountType()
           
 FulfillmentBandResultAmountType FulfillmentBand.getResultAmountType()
          Gets how FulfillmentBand.getResultAmount() should be applied to the fulfillment cost
 

Methods in org.broadleafcommerce.core.order.fulfillment.domain with parameters of type FulfillmentBandResultAmountType
 void FulfillmentBandImpl.setResultAmountType(FulfillmentBandResultAmountType resultAmountType)
           
 void FulfillmentBand.setResultAmountType(FulfillmentBandResultAmountType resultAmountType)
          Sets how FulfillmentBand.getResultAmount() should be applied to the fulfillment cost
 

Uses of FulfillmentBandResultAmountType in org.broadleafcommerce.core.order.service.type
 

Fields in org.broadleafcommerce.core.order.service.type declared as FulfillmentBandResultAmountType
static FulfillmentBandResultAmountType FulfillmentBandResultAmountType.PERCENTAGE
           
static FulfillmentBandResultAmountType FulfillmentBandResultAmountType.RATE
           
 

Methods in org.broadleafcommerce.core.order.service.type that return FulfillmentBandResultAmountType
static FulfillmentBandResultAmountType FulfillmentBandResultAmountType.getInstance(String type)
           
 



Copyright © 2012. All Rights Reserved.