com.retek.component.shipping.test
Class ShippingObjectMaster
java.lang.Object
com.retek.component.shipping.test.ShippingObjectMaster
- public class ShippingObjectMaster
- extends java.lang.Object
Method Summary |
static Carrier |
attachCarrier(ShippingMethod shipMethod)
|
static Carrier |
attachCarrier(ShippingMethod shipMethod,
Carrier carrier)
|
static Carrier |
attachCarrier(ShippingMethod shipMethod,
int transitDays)
|
static Carrier |
attachCarrier(ShippingMethod shipMethod,
int transitDays,
Carrier carrier)
|
static AddressCode |
createAddressCode(DistributedContext context)
|
static AddressCodeDetail |
createAddressCodeDetail(DistributedContext context)
|
static AddressCodeDetail |
createAddressCodeDetail(DistributedContext context,
ShipRestrictionTypeEnum type,
java.lang.String addressValue)
|
static ShippingMethod |
createNewShippingMethod(DistributedContext context)
|
static Carrier |
createPersistedCarrier(DistributedContext context)
|
static Carrier |
createPersistedDefaultPickupCarrier(DistributedContext context)
|
static ShippingMethod |
createPersistedShippingMethod(DistributedContext context)
|
static ShippingMethod |
createPersistedShippingMethod(DistributedContext context,
int transitDays)
|
static ShippingMethod |
createPersistedShippingMethod(DistributedContext context,
int transitDays,
Carrier carrier,
ShippingMethod shippingMethod)
|
static ShippingMethod |
createPersistedShippingMethodWithoutZone(DistributedContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShippingObjectMaster
public ShippingObjectMaster()
createNewShippingMethod
public static ShippingMethod createNewShippingMethod(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachCarrier
public static Carrier attachCarrier(ShippingMethod shipMethod)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachCarrier
public static Carrier attachCarrier(ShippingMethod shipMethod,
int transitDays)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachCarrier
public static Carrier attachCarrier(ShippingMethod shipMethod,
Carrier carrier)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachCarrier
public static Carrier attachCarrier(ShippingMethod shipMethod,
int transitDays,
Carrier carrier)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPersistedShippingMethod
public static ShippingMethod createPersistedShippingMethod(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPersistedShippingMethod
public static ShippingMethod createPersistedShippingMethod(DistributedContext context,
int transitDays)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPersistedShippingMethodWithoutZone
public static ShippingMethod createPersistedShippingMethodWithoutZone(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPersistedShippingMethod
public static ShippingMethod createPersistedShippingMethod(DistributedContext context,
int transitDays,
Carrier carrier,
ShippingMethod shippingMethod)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPersistedCarrier
public static Carrier createPersistedCarrier(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPersistedDefaultPickupCarrier
public static Carrier createPersistedDefaultPickupCarrier(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createAddressCode
public static AddressCode createAddressCode(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createAddressCodeDetail
public static AddressCodeDetail createAddressCodeDetail(DistributedContext context)
throws SystemException
- Throws:
SystemException
createAddressCodeDetail
public static AddressCodeDetail createAddressCodeDetail(DistributedContext context,
ShipRestrictionTypeEnum type,
java.lang.String addressValue)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28