Uses of Class
com.retek.commons.util.type.Address

Packages that use Address
com.retek.commons.util   
com.retek.component.customer   
com.retek.component.customerorder   
com.retek.component.item   
com.retek.component.location   
com.retek.component.payment   
com.retek.component.pend   
com.retek.component.supplier   
com.retek.component.tax   
com.retek.rcom.gui.wrapper   
 

Uses of Address in com.retek.commons.util
 

Methods in com.retek.commons.util with parameters of type Address
static boolean AddressUtils.isPoBox(Address address)
           
static boolean AddressUtils.isApoFpo(Address address)
           
 

Uses of Address in com.retek.component.customer
 

Methods in com.retek.component.customer that return Address
 Address CustomerAddress.asAddress()
           
 Address CustomerCreditPreApproval.getAddress()
           
 

Methods in com.retek.component.customer with parameters of type Address
 void CustomerCreditPreApproval.setAddress(Address address)
           
 

Uses of Address in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Address
 Address CustomerOrderCreditCardPayment.getAddress()
           
 Address CallTag.getPickupAddress()
           
 Address CallTag.getReturnAddress()
           
 Address ShipTo.getFromAddress()
           
 Address CustomerOrder.getOrderAcceptanceAddress()
           
 Address ShippedContainerTaxCalculatorInvoice.getShipFromAddress()
           
 Address ShippedContainerTaxCalculatorInvoice.getShipToAddress()
           
 Address ShippedContainerTaxCalculatorInvoice.getOrderAcceptanceAddress()
           
 

Methods in com.retek.component.customerorder with parameters of type Address
 void CustomerOrderCreditCardPayment.setAddress(Address address)
           
 void CallTag.setPickupAddress(Address pickupAddress)
           
 void CallTag.setReturnAddress(Address returnAddress)
           
 void ShippedContainerTaxCalculatorInvoice.setShipFromAddress(Address shipFromAddress)
           
 void ShippedContainerTaxCalculatorInvoice.setShipToAddress(Address shipToAddress)
           
 void ShippedContainerTaxCalculatorInvoice.setOrderAcceptanceAddress(Address orderAcceptanceAddress)
           
 

Uses of Address in com.retek.component.item
 

Methods in com.retek.component.item with parameters of type Address
 java.util.Set ShipRestrictionManager.getShipRestrictionTypes(Item item, Carrier carrier, Address address)
           
 

Uses of Address in com.retek.component.location
 

Methods in com.retek.component.location that return Address
 Address CallCenter.getAddress()
           
 Address Location.getAddress()
           
 

Methods in com.retek.component.location with parameters of type Address
 void CallCenter.setAddress(Address address)
           
 void Location.setAddress(Address address)
           
 

Uses of Address in com.retek.component.payment
 

Fields in com.retek.component.payment declared as Address
protected  Address CreditApplication.address
           
 

Methods in com.retek.component.payment that return Address
 Address CreditCardPayment.getAddress()
           
 Address CreditApplication.getAddress()
           
 

Methods in com.retek.component.payment with parameters of type Address
 void CreditCardPayment.setAddress(Address address)
           
 void CreditApplication.setAddress(Address address)
           
 

Uses of Address in com.retek.component.pend
 

Methods in com.retek.component.pend that return Address
 Address NegativeCustomerRecord.getAddress()
           
 

Methods in com.retek.component.pend with parameters of type Address
 void NegativeCustomerRecord.setAddress(Address address)
           
 

Uses of Address in com.retek.component.supplier
 

Methods in com.retek.component.supplier that return Address
 Address SupplierLocation.getAddress()
           
 

Methods in com.retek.component.supplier with parameters of type Address
 void SupplierLocation.setAddress(Address address)
           
 

Uses of Address in com.retek.component.tax
 

Methods in com.retek.component.tax that return Address
protected  Address TaxApiTestCase.getOrderAcceptanceAddress()
           
protected  Address TaxApiTestCase.getShipFromAddress()
           
protected  Address TaxApiTestCase.getShipToAddress()
           
 Address TaxInvoice.getShipToAddress()
           
 Address TaxInvoice.getShipFromAddress()
           
 Address TaxInvoice.getOrderAcceptanceAddress()
           
 

Methods in com.retek.component.tax with parameters of type Address
 void TaxInvoice.setShipToAddress(Address address)
           
 void TaxInvoice.setShipFromAddress(Address address)
           
 void TaxInvoice.setOrderAcceptanceAddress(Address address)
           
 

Uses of Address in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper with parameters of type Address
static java.util.List RcomGeoLocationManager.findGeoLocations(Address address)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25