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.


Method Summary
 boolean callCenterExists(java.lang.String callCenterId)
           
 ReferenceCache createReferenceCacheForLocation(java.lang.Class businessInterface)
           
 java.util.Set find(LocationSearchCriteria criteria)
           
 java.util.Set findAllCallCenters()
           
 CountryDto findCountryByCode(java.lang.String countryCode)
           
 java.util.Set findVirtualWarehousesForPhysicalWarehouse(DistributedReference physicalWHRef)
           
 java.util.Set getAllCountries()
           
 java.util.Set getAllCountryZipCodeRanges()
           
 java.util.Set getAllPhysicalWarehouses()
           
 CountryDto getDefaultCountry()
           
 CallCenterDto readCallCenter(DistributedReference ref, long version)
           
 CountryDto readCountry(DistributedReference ref, long version)
           
 CountryZipCodeRangeDto readCountryZipCodeRange(DistributedReference ref, long version)
           
 StoreDto readStore(DistributedReference ref, long version)
           
 WarehouseDto readWarehouse(DistributedReference ref, long version)
           
 java.util.Set readWarehouses(java.util.Collection references)
           
 CallCenterDto submitCallCenter(CallCenterDto dto)
           
 CountryDto submitCountry(CountryDto dto)
           
 StoreDto submitStore(StoreDto dto)
           
 WarehouseDto submitWarehouse(WarehouseDto dto)
           
 
Methods inherited from interface com.retek.commons.domain.core.impl.remote.DefaultSessionRemote
getLocal, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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