com.retek.component.location.impl.remote
Interface LocationServicesRemote
- All Superinterfaces:
- DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote
- public interface LocationServicesRemote
- extends DefaultSessionRemote
Remote interface for com.retek.component.location.impl.remote.LocationServices.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
callCenterExists
public boolean callCenterExists(java.lang.String callCenterId)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForLocation
public ReferenceCache createReferenceCacheForLocation(java.lang.Class businessInterface)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
find
public java.util.Set find(LocationSearchCriteria criteria)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllCallCenters
public java.util.Set findAllCallCenters()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findCountryByCode
public CountryDto findCountryByCode(java.lang.String countryCode)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findVirtualWarehousesForPhysicalWarehouse
public java.util.Set findVirtualWarehousesForPhysicalWarehouse(DistributedReference physicalWHRef)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
getAllCountries
public java.util.Set getAllCountries()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
getAllCountryZipCodeRanges
public java.util.Set getAllCountryZipCodeRanges()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
getAllPhysicalWarehouses
public java.util.Set getAllPhysicalWarehouses()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
getDefaultCountry
public CountryDto getDefaultCountry()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readCallCenter
public CallCenterDto readCallCenter(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readCountry
public CountryDto readCountry(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readCountryZipCodeRange
public CountryZipCodeRangeDto readCountryZipCodeRange(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readStore
public StoreDto readStore(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readWarehouse
public WarehouseDto readWarehouse(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readWarehouses
public java.util.Set readWarehouses(java.util.Collection references)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submitCallCenter
public CallCenterDto submitCallCenter(CallCenterDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submitCountry
public CountryDto submitCountry(CountryDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submitStore
public StoreDto submitStore(StoreDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submitWarehouse
public WarehouseDto submitWarehouse(WarehouseDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28