com.retek.component.location.impl.remote
Class LocationServicesEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationServicesEjb
public LocationServicesEjb()
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