com.retek.component.location.impl.remote
Class LocationServicesEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.retek.component.location.impl.remote.LocationServicesEjb
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class LocationServicesEjb
extends DefaultSessionEjb

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
LocationServicesEjb()
           
 
Method Summary
 boolean callCenterExists(java.lang.String callCenterId)
           
 ReferenceCache createReferenceCacheForLocation(java.lang.Class businessInterface)
           
 void ejbCreate()
           
 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 class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationServicesEjb

public LocationServicesEjb()
Method Detail

ejbCreate

public void ejbCreate()

createReferenceCacheForLocation

public ReferenceCache createReferenceCacheForLocation(java.lang.Class businessInterface)
                                               throws SystemException
Throws:
SystemException

submitStore

public StoreDto submitStore(StoreDto dto)
                     throws SystemException
Throws:
SystemException

submitCallCenter

public CallCenterDto submitCallCenter(CallCenterDto dto)
                               throws SystemException
Throws:
SystemException

submitCountry

public CountryDto submitCountry(CountryDto dto)
                         throws SystemException
Throws:
SystemException

readStore

public StoreDto readStore(DistributedReference ref,
                          long version)
                   throws SystemException
Throws:
SystemException

readWarehouse

public WarehouseDto readWarehouse(DistributedReference ref,
                                  long version)
                           throws SystemException
Throws:
SystemException

readWarehouses

public java.util.Set readWarehouses(java.util.Collection references)
                             throws SystemException
Throws:
SystemException

readCountryZipCodeRange

public CountryZipCodeRangeDto readCountryZipCodeRange(DistributedReference ref,
                                                      long version)
                                               throws SystemException
Throws:
SystemException

find

public java.util.Set find(LocationSearchCriteria criteria)
                   throws SystemException
Throws:
SystemException

findVirtualWarehousesForPhysicalWarehouse

public java.util.Set findVirtualWarehousesForPhysicalWarehouse(DistributedReference physicalWHRef)
                                                        throws SystemException
Throws:
SystemException

submitWarehouse

public WarehouseDto submitWarehouse(WarehouseDto dto)
                             throws SystemException
Throws:
SystemException

findCountryByCode

public CountryDto findCountryByCode(java.lang.String countryCode)
                             throws SystemException
Throws:
SystemException

getDefaultCountry

public CountryDto getDefaultCountry()
                             throws SystemException
Throws:
SystemException

getAllCountries

public java.util.Set getAllCountries()
                              throws SystemException
Throws:
SystemException

getAllPhysicalWarehouses

public java.util.Set getAllPhysicalWarehouses()
                                       throws SystemException
Throws:
SystemException

getAllCountryZipCodeRanges

public java.util.Set getAllCountryZipCodeRanges()
                                         throws SystemException
Throws:
SystemException

readCountry

public CountryDto readCountry(DistributedReference ref,
                              long version)
                       throws SystemException
Throws:
SystemException

findAllCallCenters

public java.util.Set findAllCallCenters()
                                 throws SystemException
Throws:
SystemException

readCallCenter

public CallCenterDto readCallCenter(DistributedReference ref,
                                    long version)
                             throws SystemException
Throws:
SystemException

callCenterExists

public boolean callCenterExists(java.lang.String callCenterId)
                         throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28