Uses of Class
org.broadleafcommerce.offer.service.type.OfferType

Packages that use OfferType
org.broadleafcommerce.offer.domain   
org.broadleafcommerce.offer.service.type   
 

Uses of OfferType in org.broadleafcommerce.offer.domain
 

Methods in org.broadleafcommerce.offer.domain that return OfferType
 OfferType OfferImpl.getType()
           
 OfferType Offer.getType()
           
 

Methods in org.broadleafcommerce.offer.domain with parameters of type OfferType
 void OfferImpl.setType(OfferType type)
           
 void Offer.setType(OfferType offerType)
           
 

Uses of OfferType in org.broadleafcommerce.offer.service.type
 

Fields in org.broadleafcommerce.offer.service.type declared as OfferType
static OfferType OfferType.FULFILLMENT_GROUP
           
static OfferType OfferType.ORDER
           
static OfferType OfferType.ORDER_ITEM
           
 

Methods in org.broadleafcommerce.offer.service.type that return OfferType
static OfferType OfferType.getInstance(java.lang.String type)
           
 



Copyright © 2010. All Rights Reserved.