Uses of Class
org.broadleafcommerce.vendor.usps.service.type.USPSServiceResponseType

Packages that use USPSServiceResponseType
org.broadleafcommerce.pricing.service.module   
org.broadleafcommerce.vendor.usps.service.message   
org.broadleafcommerce.vendor.usps.service.type   
 

Uses of USPSServiceResponseType in org.broadleafcommerce.pricing.service.module
 

Methods in org.broadleafcommerce.pricing.service.module with parameters of type USPSServiceResponseType
protected  USPSPostage USPSShippingCalculationModule.deducePostage(USPSServiceResponseType responseType, List<USPSContainerItemRequest> requestItems, USPSContainerItemResponse itemResponse)
           
 

Uses of USPSServiceResponseType in org.broadleafcommerce.vendor.usps.service.message
 

Fields in org.broadleafcommerce.vendor.usps.service.message with type parameters of type USPSServiceResponseType
protected  Map<USPSServiceResponseType,USPSPostage> USPSContainerItem.postage
           
 

Methods in org.broadleafcommerce.vendor.usps.service.message that return types with arguments of type USPSServiceResponseType
 Map<USPSServiceResponseType,USPSPostage> USPSContainerItem.getPostage()
           
 Map<USPSServiceResponseType,USPSPostage> USPSContainerItemResponse.getPostage()
           
 

Method parameters in org.broadleafcommerce.vendor.usps.service.message with type arguments of type USPSServiceResponseType
 void USPSContainerItem.setPostage(Map<USPSServiceResponseType,USPSPostage> postage)
           
 void USPSContainerItemResponse.setPostage(Map<USPSServiceResponseType,USPSPostage> postage)
           
 

Uses of USPSServiceResponseType in org.broadleafcommerce.vendor.usps.service.type
 

Fields in org.broadleafcommerce.vendor.usps.service.type declared as USPSServiceResponseType
static USPSServiceResponseType USPSServiceResponseType.BOUNDPRINTEDMATTER
           
static USPSServiceResponseType USPSServiceResponseType.EXPRESSMAILFLATRATEENVELOPE
           
static USPSServiceResponseType USPSServiceResponseType.EXPRESSMAILFLATRATEENVELOPEHOLDFORPICKUP
           
static USPSServiceResponseType USPSServiceResponseType.EXPRESSMAILFLATRATEENVELOPESUNDAYHOLIDAY
           
static USPSServiceResponseType USPSServiceResponseType.EXPRESSMAILHOLDFORPICKUP
           
static USPSServiceResponseType USPSServiceResponseType.EXPRESSMAILPOTOADDRESSEE
           
static USPSServiceResponseType USPSServiceResponseType.EXPRESSMAILSUNDAYHOLIDAY
           
static USPSServiceResponseType USPSServiceResponseType.FIRSTCLASS
           
static USPSServiceResponseType USPSServiceResponseType.FIRSTCLASSKEYSANDIDS
           
static USPSServiceResponseType USPSServiceResponseType.FIRSTCLASSPOSTCARDSTAMPED
           
static USPSServiceResponseType USPSServiceResponseType.LIBRARY
           
static USPSServiceResponseType USPSServiceResponseType.MEDIAMAIL
           
static USPSServiceResponseType USPSServiceResponseType.PARCELPOST
           
static USPSServiceResponseType USPSServiceResponseType.PRIORITYMAIL
           
static USPSServiceResponseType USPSServiceResponseType.PRIORITYMAILFLATRATEBOX
           
static USPSServiceResponseType USPSServiceResponseType.PRIORITYMAILFLATRATEENVELOPE
           
static USPSServiceResponseType USPSServiceResponseType.PRIORITYMAILFLATRATELARGEBOX
           
static USPSServiceResponseType USPSServiceResponseType.PRIORITYMAILKEYSANDIDS
           
 

Methods in org.broadleafcommerce.vendor.usps.service.type that return USPSServiceResponseType
static USPSServiceResponseType USPSServiceResponseType.getInstance(String type)
           
static USPSServiceResponseType USPSServiceResponseType.getInstanceByDescription(String description)
           
static USPSServiceResponseType USPSServiceResponseType.getInstanceByName(String name)
           
 



Copyright © 2012. All Rights Reserved.