org.broadleafcommerce.core.pricing.service.workflow.type
Class ShippingServiceType

java.lang.Object
  extended by org.broadleafcommerce.core.pricing.service.workflow.type.ShippingServiceType
All Implemented Interfaces:
Serializable, BroadleafEnumerationType

Deprecated. Should use the FulfillmentOption and FulfillmentPricingProvider paradigm

@Deprecated
public class ShippingServiceType
extends Object
implements Serializable, BroadleafEnumerationType

An extendible enumeration of shipping service types.

Author:
jfischer
See Also:
FulfillmentOption}, {@link FulfillmentPricingProvider}, Serialized Form

Field Summary
static ShippingServiceType BANDED_SHIPPING
          Deprecated.  
static ShippingServiceType DHL
          Deprecated.  
static ShippingServiceType FED_EX
          Deprecated.  
static ShippingServiceType UPS
          Deprecated.  
static ShippingServiceType USPS
          Deprecated.  
 
Constructor Summary
ShippingServiceType()
          Deprecated.  
ShippingServiceType(String type, String friendlyType)
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated.  
 String getFriendlyType()
          Deprecated.  
static ShippingServiceType getInstance(String type)
          Deprecated.  
 String getType()
          Deprecated.  
 int hashCode()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANDED_SHIPPING

public static final ShippingServiceType BANDED_SHIPPING
Deprecated. 

USPS

public static final ShippingServiceType USPS
Deprecated. 

FED_EX

public static final ShippingServiceType FED_EX
Deprecated. 

UPS

public static final ShippingServiceType UPS
Deprecated. 

DHL

public static final ShippingServiceType DHL
Deprecated. 
Constructor Detail

ShippingServiceType

public ShippingServiceType()
Deprecated. 

ShippingServiceType

public ShippingServiceType(String type,
                           String friendlyType)
Deprecated. 
Method Detail

getInstance

public static ShippingServiceType getInstance(String type)
Deprecated. 

getType

public String getType()
Deprecated. 
Specified by:
getType in interface BroadleafEnumerationType

getFriendlyType

public String getFriendlyType()
Deprecated. 
Specified by:
getFriendlyType in interface BroadleafEnumerationType

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.