Uses of Interface
com.retek.component.location.CountryZipCodeRange

Packages that use CountryZipCodeRange
com.retek.component.customerorder.test   
com.retek.component.location   
com.retek.component.location.impl   
com.retek.component.location.test   
com.retek.component.salesaudit   
 

Uses of CountryZipCodeRange in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return CountryZipCodeRange
static CountryZipCodeRange CustomerOrderObjectMaster.setUpCountryZipCodeRange(java.lang.String startZipCode, java.lang.String endZipCode, DistributedContext context, User user)
           
static CountryZipCodeRange CustomerOrderObjectMaster.setUpCountryZipCodeRange(User user, DistributedContext context)
           
 

Methods in com.retek.component.customerorder.test with parameters of type CountryZipCodeRange
static void CustomerOrderObjectMaster.setUpCountryZipCodeRangeWhPriority(CountryZipCodeRange zipCodeRange, Warehouse warehouse, int priority, User user)
           
 

Uses of CountryZipCodeRange in com.retek.component.location
 

Methods in com.retek.component.location that return CountryZipCodeRange
 CountryZipCodeRange LocationManager.buildCountryZipCodeRangeInstance()
           
 CountryZipCodeRange Country.getZipCodeRange(java.lang.String shipToZipCode)
           
 CountryZipCodeRange Country.getDefaultZipCodeRange()
           
 

Methods in com.retek.component.location with parameters of type CountryZipCodeRange
 void Country.addZipCodeRange(CountryZipCodeRange zipCodeRange)
           
 void Country.deleteZipCodeRange(CountryZipCodeRange zipCodeRange)
           
 void Country.setDefaultZipCodeRange(CountryZipCodeRange zipCodeRange)
           
 

Uses of CountryZipCodeRange in com.retek.component.location.impl
 

Classes in com.retek.component.location.impl that implement CountryZipCodeRange
 class CountryZipCodeRangeImpl
           
 

Methods in com.retek.component.location.impl that return CountryZipCodeRange
 CountryZipCodeRange LocationManagerImpl.buildCountryZipCodeRangeInstance()
           
 CountryZipCodeRange CountryImpl.getZipCodeRange(java.lang.String shipToZipCode)
           
 CountryZipCodeRange CountryImpl.getDefaultZipCodeRange()
           
 

Methods in com.retek.component.location.impl with parameters of type CountryZipCodeRange
 void CountryImpl.addZipCodeRange(CountryZipCodeRange zipCodeRange)
           
 void CountryImpl.deleteZipCodeRange(CountryZipCodeRange zipCodeRange)
           
 void CountryImpl.setDefaultZipCodeRange(CountryZipCodeRange zipCodeRange)
           
 void ZipCodeRangeWarehousePriorityImpl.setCountryZipCodeRange(CountryZipCodeRange zipCodeRange)
           
 

Uses of CountryZipCodeRange in com.retek.component.location.test
 

Methods in com.retek.component.location.test that return CountryZipCodeRange
static CountryZipCodeRange LocationObjectMaster.attachZipCodeRangeToCountry(Country country, boolean isDefaultRange)
           
static CountryZipCodeRange LocationObjectMaster.attachZipCodeRangeToCountry(Country country, java.lang.String startZip, java.lang.String endZip, boolean isDefaultRange)
           
 

Uses of CountryZipCodeRange in com.retek.component.salesaudit
 

Fields in com.retek.component.salesaudit declared as CountryZipCodeRange
protected  CountryZipCodeRange SalesAuditExportTestCase.defaultCountryZipCodeRange
           
 



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