com.retek.component.location.test
Class LocationObjectMaster
java.lang.Object
com.retek.component.location.test.LocationObjectMaster
- public class LocationObjectMaster
- extends java.lang.Object
Method Summary |
static void |
attachAddress(Warehouse warehouse)
|
static CountryNonBusinessDate |
attachCountryNonBusinessDate(Country country,
RDate date,
java.lang.String dateDescription,
User user)
|
static Warehouse |
attachPhysicalWarehouse(Warehouse virtualWarehouse)
|
static Warehouse |
attachPhysicalWarehouse(Warehouse virtualWarehouse,
boolean supportVAS,
boolean supportGifting)
|
static CountryZipCodeRange |
attachZipCodeRangeToCountry(Country country,
boolean isDefaultRange)
|
static CountryZipCodeRange |
attachZipCodeRangeToCountry(Country country,
java.lang.String startZip,
java.lang.String endZip,
boolean isDefaultRange)
|
static Warehouse |
createAVirtualWarehouse(Store store1)
|
static CallCenter |
createCallCenter(DistributedContext context)
|
static Country |
createCountryWithZipCodeRanges(DistributedContext context,
Country country,
User user)
|
static Country |
createCountryWithZipCodeRanges(DistributedContext context,
User user)
|
static Store |
createPhysicalStore(Channel channel)
|
static Store |
createPhysicalStore(DistributedContext context)
|
static Warehouse |
createPhysicalWarehouse(DistributedContext context)
|
static Warehouse |
createPhysicalWarehouse(Warehouse virtualWarehouse,
boolean supportPersonalization,
boolean supportGifting)
|
static Store |
createStore(Channel channel)
|
static Store |
createStore(DistributedContext context)
|
static Store |
createVirtualStore(Channel channel)
|
static Warehouse |
createVirtualWarehouse(Channel channel)
|
static Warehouse |
createVirtualWarehouse(Channel channel,
boolean supportVAS,
boolean supportGifting)
|
static Warehouse |
createVirtualWarehouse(Channel channel,
DistributedContext context,
Warehouse physicalWarehouse)
|
static Warehouse |
createVirtualWarehouse(DistributedContext context)
|
static Warehouse |
createWarehouse(Channel channel)
|
static Warehouse |
createWarehouse(Channel channel,
boolean supportsPersonalization,
boolean supportsGifting)
|
static Warehouse |
createWarehouse(DistributedContext context)
|
static ZipCodeRangeWarehousePriority |
createZipCodeRangeWarehousePriority(DistributedContext context,
int priority)
|
static ZipCodeRangeWarehousePriority |
createZipCodeRangeWarehousePriority(Warehouse virtualWarehouse,
int priority)
|
static Country |
findCanada(DistributedContext context)
|
static void |
setSupportsGiftingAndPers(Warehouse virtualWarehouse,
boolean supportsGift,
boolean supportsPers)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationObjectMaster
public LocationObjectMaster()
setSupportsGiftingAndPers
public static void setSupportsGiftingAndPers(Warehouse virtualWarehouse,
boolean supportsGift,
boolean supportsPers)
throws java.lang.Exception
- Throws:
java.lang.Exception
createCallCenter
public static CallCenter createCallCenter(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
findCanada
public static Country findCanada(DistributedContext context)
throws SystemException
- Throws:
SystemException
attachCountryNonBusinessDate
public static CountryNonBusinessDate attachCountryNonBusinessDate(Country country,
RDate date,
java.lang.String dateDescription,
User user)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createStore
public static Store createStore(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPhysicalStore
public static Store createPhysicalStore(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPhysicalStore
public static Store createPhysicalStore(Channel channel)
throws java.lang.Exception
- Throws:
java.lang.Exception
createWarehouse
public static Warehouse createWarehouse(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createVirtualWarehouse
public static Warehouse createVirtualWarehouse(DistributedContext context)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createStore
public static Store createStore(Channel channel)
throws SystemException,
java.lang.Exception
- Throws:
SystemException
java.lang.Exception
createWarehouse
public static Warehouse createWarehouse(Channel channel,
boolean supportsPersonalization,
boolean supportsGifting)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createWarehouse
public static Warehouse createWarehouse(Channel channel)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createVirtualWarehouse
public static Warehouse createVirtualWarehouse(Channel channel)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createVirtualWarehouse
public static Warehouse createVirtualWarehouse(Channel channel,
boolean supportVAS,
boolean supportGifting)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
createVirtualWarehouse
public static Warehouse createVirtualWarehouse(Channel channel,
DistributedContext context,
Warehouse physicalWarehouse)
throws java.lang.Exception
- Throws:
java.lang.Exception
createZipCodeRangeWarehousePriority
public static ZipCodeRangeWarehousePriority createZipCodeRangeWarehousePriority(DistributedContext context,
int priority)
throws java.lang.Exception
- Throws:
java.lang.Exception
createZipCodeRangeWarehousePriority
public static ZipCodeRangeWarehousePriority createZipCodeRangeWarehousePriority(Warehouse virtualWarehouse,
int priority)
throws java.lang.Exception
- Throws:
java.lang.Exception
createVirtualStore
public static Store createVirtualStore(Channel channel)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachPhysicalWarehouse
public static Warehouse attachPhysicalWarehouse(Warehouse virtualWarehouse,
boolean supportVAS,
boolean supportGifting)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachPhysicalWarehouse
public static Warehouse attachPhysicalWarehouse(Warehouse virtualWarehouse)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachAddress
public static void attachAddress(Warehouse warehouse)
throws java.lang.Exception
- Throws:
java.lang.Exception
createAVirtualWarehouse
public static Warehouse createAVirtualWarehouse(Store store1)
throws java.lang.Exception
- Throws:
java.lang.Exception
createCountryWithZipCodeRanges
public static Country createCountryWithZipCodeRanges(DistributedContext context,
Country country,
User user)
throws java.lang.Exception
- Throws:
java.lang.Exception
createCountryWithZipCodeRanges
public static Country createCountryWithZipCodeRanges(DistributedContext context,
User user)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachZipCodeRangeToCountry
public static CountryZipCodeRange attachZipCodeRangeToCountry(Country country,
boolean isDefaultRange)
throws java.lang.Exception
- Throws:
java.lang.Exception
attachZipCodeRangeToCountry
public static CountryZipCodeRange attachZipCodeRangeToCountry(Country country,
java.lang.String startZip,
java.lang.String endZip,
boolean isDefaultRange)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPhysicalWarehouse
public static Warehouse createPhysicalWarehouse(Warehouse virtualWarehouse,
boolean supportPersonalization,
boolean supportGifting)
throws java.lang.Exception
- Throws:
java.lang.Exception
createPhysicalWarehouse
public static Warehouse createPhysicalWarehouse(DistributedContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28