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

Packages that use FulfillmentType
org.broadleafcommerce.core.offer.service.discount.domain   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service.type   
 

Uses of FulfillmentType in org.broadleafcommerce.core.offer.service.discount.domain
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain that return FulfillmentType
 FulfillmentType PromotableFulfillmentGroupImpl.getType()
           
 

Methods in org.broadleafcommerce.core.offer.service.discount.domain with parameters of type FulfillmentType
 void PromotableFulfillmentGroupImpl.setType(FulfillmentType type)
           
 

Uses of FulfillmentType in org.broadleafcommerce.core.order.domain
 

Methods in org.broadleafcommerce.core.order.domain that return FulfillmentType
 FulfillmentType FulfillmentOption.getFulfillmentType()
          Gets the type of fulfillment that this option supports
 FulfillmentType FulfillmentOptionImpl.getFulfillmentType()
           
 FulfillmentType FulfillmentGroup.getType()
           
 FulfillmentType FulfillmentGroupImpl.getType()
           
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type FulfillmentType
 void FulfillmentOption.setFulfillmentType(FulfillmentType fulfillmentType)
          Sets the type of fulfillment that this option supports
 void FulfillmentOptionImpl.setFulfillmentType(FulfillmentType fulfillmentType)
           
 void FulfillmentGroup.setType(FulfillmentType type)
           
 void FulfillmentGroupImpl.setType(FulfillmentType type)
           
 

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

Fields in org.broadleafcommerce.core.order.service.type declared as FulfillmentType
static FulfillmentType FulfillmentType.DIGITAL
           
static FulfillmentType FulfillmentType.PHYSICAL
           
static FulfillmentType FulfillmentType.SHIPPING
          Deprecated. 
 

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



Copyright © 2012. All Rights Reserved.