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

Packages that use Country
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customerorder.impl   
com.retek.component.internet.impl   
com.retek.component.inventory   
com.retek.component.inventory.impl   
com.retek.component.inventory.impl.command   
com.retek.component.location   
com.retek.component.location.impl   
com.retek.component.location.test   
com.retek.rcom.gui.wrapper   
 

Uses of Country in com.retek.component.customer
 

Methods in com.retek.component.customer that return Country
 Country CustomerAddress.getCountry()
           
 

Methods in com.retek.component.customer with parameters of type Country
 void CustomerAddress.setCountry(Country country)
           
 

Uses of Country in com.retek.component.customer.impl
 

Methods in com.retek.component.customer.impl that return Country
 Country CustomerAddressImpl.getCountry()
           
 

Methods in com.retek.component.customer.impl with parameters of type Country
 void CustomerAddressImpl.setCountry(Country country)
           
 

Uses of Country in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return Country
 Country CustomerOrderAddressImpl.getCountry()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type Country
 void CustomerOrderAddressImpl.setCountry(Country country)
           
 

Uses of Country in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl that return Country
static Country AddressConverter.getCountry(java.lang.String countryCode, DistributedContext context)
           
 

Uses of Country in com.retek.component.inventory
 

Methods in com.retek.component.inventory with parameters of type Country
 java.util.Set InventoryManager.warehouseReserve(Sku sku, Store virtualStore, Country country, java.lang.String shipToZipCode, Quantity warehouseReservationQuantity, boolean isPersonalized, boolean isGifting)
           
 java.util.Set InventoryManager.warehouseReserve(Pack pack, Store virtualStore, Country country, java.lang.String shipToZipCode, PackReservationValues packReservationValues, boolean isPersonalized, boolean isGifting)
           
 

Uses of Country in com.retek.component.inventory.impl
 

Methods in com.retek.component.inventory.impl with parameters of type Country
static WarehouseReserveCommand InventoryCommandFactory.createWarehouseReserveCommand(SellableItem sellableItem, Store virtualStore, Country country, java.lang.String shipToZipCode, Quantity warehouseReservationQuantity, boolean isPersonalized, boolean isGifting, DistributedContext context)
           
static PackWarehouseReserveCommand InventoryCommandFactory.createPackWarehouseReserveCommand(Pack pack, Store virtualStore, Country country, java.lang.String shipToZipCode, PackReservationValues packReservationValues, DistributedContext context, boolean isPersonalized, boolean isGifting)
           
 java.util.Set InventoryManagerImpl.warehouseReserve(Sku sku, Store virtualStore, Country country, java.lang.String shipToZipCode, Quantity warehouseReservationQuantity, boolean isPersonalized, boolean isGifting)
           
 java.util.Set InventoryManagerImpl.warehouseReserve(Pack pack, Store virtualStore, Country country, java.lang.String shipToZipCode, PackReservationValues packReservationValues, boolean isPersonalized, boolean isGifting)
           
 

Uses of Country in com.retek.component.inventory.impl.command
 

Methods in com.retek.component.inventory.impl.command that return Country
 Country WarehouseReservationCommand.getCountry()
           
 Country WarehouseReserveCommand.getCountry()
           
 Country PackWarehouseReserveCommand.getCountry()
           
 

Methods in com.retek.component.inventory.impl.command with parameters of type Country
 void WarehouseReserveCommand.setCountry(Country country)
           
 void WarehouseReserveValidator.validate(ReservationBusinessException exception, SellableItem sellableItem, Store virtualStore, Country country, Quantity requestedQuantity, java.lang.String shipToZipCode)
           
 void PackWarehouseReserveCommand.setCountry(Country country)
           
 

Uses of Country in com.retek.component.location
 

Methods in com.retek.component.location that return Country
 Country CountryZipCodeRange.getCountry()
           
 Country LocationManager.readCountry(DistributedReference ref)
           
 Country LocationManager.findDefaultCountry()
           
 Country LocationManager.findCountryByCode(java.lang.String countryCode)
           
 Country CountryNonBusinessDate.getCountry()
           
 

Methods in com.retek.component.location with parameters of type Country
 java.util.Set LocationManager.getNonBusinessDates(Country country)
           
 

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

Classes in com.retek.component.location.impl that implement Country
 class CountryImpl
           
 

Methods in com.retek.component.location.impl that return Country
 Country LocationManagerImpl.findDefaultCountry()
           
 Country LocationManagerImpl.findCountryByCode(java.lang.String countryCode)
           
 Country LocationManagerImpl.readCountry(DistributedReference ref)
           
 Country CountryNonBusinessDateImpl.getCountry()
           
 Country CountryZipCodeRangeImpl.getCountry()
           
 

Methods in com.retek.component.location.impl with parameters of type Country
 java.util.Set LocationManagerImpl.getNonBusinessDates(Country country)
           
 void CountryNonBusinessDateImpl.setCountry(Country country)
           
 void CountryZipCodeRangeImpl.setCountry(Country country)
           
static void CountryValidator.validate(Country country, boolean requirePriorities)
           
 

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

Methods in com.retek.component.location.test that return Country
static Country LocationObjectMaster.findCanada(DistributedContext context)
           
static Country LocationObjectMaster.createCountryWithZipCodeRanges(DistributedContext context, Country country, User user)
           
static Country LocationObjectMaster.createCountryWithZipCodeRanges(DistributedContext context, User user)
           
 

Methods in com.retek.component.location.test with parameters of type Country
static CountryNonBusinessDate LocationObjectMaster.attachCountryNonBusinessDate(Country country, RDate date, java.lang.String dateDescription, User user)
           
static Country LocationObjectMaster.createCountryWithZipCodeRanges(DistributedContext context, Country country, User user)
           
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 Country in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper with parameters of type Country
static java.util.List RcomGeoLocationManager.findGeoLocations(Country country, java.lang.String postalCode)
           
 



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