|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
callCenterExists(java.lang.String callCenterId)
|
ReferenceCache |
createReferenceCacheForLocation(java.lang.Class businessInterface)
|
java.util.Set |
find(LocationSearchCriteria criteria)
|
java.util.Set |
findAllCallCenters()
|
java.util.Set |
findAllCountries()
Finds all countries supported by the RCOM installation. |
java.util.Set |
findAllCountryZipCodeRanges()
|
java.util.Set |
findAllPhysicalWarehouses()
|
java.util.Set |
findVirtualWarehousesForPhysicalWarehouse(DistributedReference physicalWHRef)
|
CountryDto |
getDefaultCountry()
Reads the country configured as the default. |
CountryDto |
persist(CountryDto dto)
|
CallCenterDto |
persistCallCenter(CallCenterDto callCenterDto)
|
CallCenterDto |
readCallCenter(DistributedReference ref)
|
CountryDto |
readCountry(DistributedReference ref)
Reads the country for the given reference. |
CountryDto |
readCountryByCode(java.lang.String countryCode)
Reads the country for the given code. |
CountryZipCodeRangeDto |
readCountryZipCodeRange(DistributedReference ref)
Reads the country zip code range for the given reference. |
Method Detail |
public ReferenceCache createReferenceCacheForLocation(java.lang.Class businessInterface) throws SystemException
SystemException
public java.util.Set find(LocationSearchCriteria criteria) throws SystemException
SystemException
public java.util.Set findVirtualWarehousesForPhysicalWarehouse(DistributedReference physicalWHRef) throws SystemException
SystemException
public CountryDto readCountry(DistributedReference ref) throws SystemException
InvalidReferenceException
- if the reference cannot be resolved.
SystemException
public CountryZipCodeRangeDto readCountryZipCodeRange(DistributedReference ref) throws SystemException
InvalidReferenceException
- if the reference cannot be resolved.
SystemException
public CountryDto readCountryByCode(java.lang.String countryCode) throws SystemException
null
if no match is found.
SystemException
public java.util.Set findAllCountries() throws SystemException
SystemException
public java.util.Set findAllPhysicalWarehouses() throws SystemException
SystemException
public java.util.Set findAllCountryZipCodeRanges() throws SystemException
SystemException
public CountryDto getDefaultCountry() throws SystemException
SystemException
- If the system is configured with zero
or more than one country country specified as default.public CountryDto persist(CountryDto dto) throws SystemException
SystemException
public java.util.Set findAllCallCenters() throws SystemException
SystemException
public CallCenterDto readCallCenter(DistributedReference ref) throws SystemException
SystemException
public CallCenterDto persistCallCenter(CallCenterDto callCenterDto) throws SystemException
SystemException
public boolean callCenterExists(java.lang.String callCenterId) throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |