com.retek.component.location
Interface LocationManager
- All Superinterfaces:
- DistributedObjectManager
- public interface LocationManager
- extends DistributedObjectManager
buildStoreInstance
public Store buildStoreInstance(java.lang.String displayCode)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
buildWarehouseInstance
public Warehouse buildWarehouseInstance(java.lang.String displayCode)
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
buildCountryZipCodeRangeInstance
public CountryZipCodeRange buildCountryZipCodeRangeInstance()
throws SystemException
- Throws:
SystemException
buildZipCodeRangeWarehousePriorityInstance
public ZipCodeRangeWarehousePriority buildZipCodeRangeWarehousePriorityInstance()
throws SystemException
- Throws:
SystemException
buildZipCodeRangeWarehousePriorityInstance
public ZipCodeRangeWarehousePriority buildZipCodeRangeWarehousePriorityInstance(ZipCodeRangeWarehousePriority priority)
throws SystemException
- Throws:
SystemException
buildCountryNonBusinessDateInstance
public CountryNonBusinessDate buildCountryNonBusinessDateInstance()
throws SystemException
- Throws:
SystemException
readLocation
public Location readLocation(DistributedReference ref)
throws SystemException
- Throws:
SystemException
readStore
public Store readStore(DistributedReference ref)
throws SystemException
- Throws:
SystemException
readWarehouse
public Warehouse readWarehouse(DistributedReference ref)
throws SystemException
- Throws:
SystemException
readCountry
public Country readCountry(DistributedReference ref)
throws SystemException
- Throws:
SystemException
readWarehouses
public java.util.Set readWarehouses(java.util.Collection references)
throws SystemException
- Throws:
SystemException
find
public java.util.Set find(LocationSearchCriteria criteria)
throws SystemException
- Throws:
SystemException
findByDisplayCode
public Location findByDisplayCode(java.lang.String displayCode)
throws SystemException
- Throws:
SystemException
findAllCountries
public java.util.Set findAllCountries()
throws SystemException
- Throws:
SystemException
findDefaultCountry
public Country findDefaultCountry()
throws SystemException
- Throws:
SystemException
findCountryByCode
public Country findCountryByCode(java.lang.String countryCode)
throws SystemException
- Throws:
SystemException
findAllPhysicalWarehouses
public java.util.Set findAllPhysicalWarehouses()
throws SystemException
- Throws:
SystemException
findAllCountryZipCodeRanges
public java.util.Set findAllCountryZipCodeRanges()
throws SystemException
- Throws:
SystemException
findAllCallCenters
public java.util.Set findAllCallCenters()
throws SystemException
- Throws:
SystemException
readCallCenter
public CallCenter readCallCenter(DistributedReference distributedReference)
throws SystemException
- Throws:
SystemException
buildCallCenterInstance
public CallCenter buildCallCenterInstance()
throws SystemException
- Throws:
SystemException
findVirtualWarehousesForPhysicalWarehouse
public java.util.Set findVirtualWarehousesForPhysicalWarehouse(Warehouse physicalWarehouse)
throws SystemException
- Throws:
SystemException
findVirtualWarehousesForPhysicalWarehouse
public java.util.Set findVirtualWarehousesForPhysicalWarehouse(Warehouse physicalWarehouse,
Channel channel)
throws SystemException
- Throws:
SystemException
getNonBusinessDates
public java.util.Set getNonBusinessDates()
throws SystemException
- Throws:
SystemException
getNonBusinessDates
public java.util.Set getNonBusinessDates(Country country)
throws SystemException
- Throws:
SystemException
callCenterExists
public boolean callCenterExists(java.lang.String callCenterId)
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25