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

Packages that use Address
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.impl.remote   
com.retek.component.customer.test   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.remote   
com.retek.component.item   
com.retek.component.item.impl   
com.retek.component.location   
com.retek.component.location.impl   
com.retek.component.location.impl.remote   
com.retek.component.payment   
com.retek.component.payment.impl   
com.retek.component.payment.impl.remote   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.pend.impl.persistence   
com.retek.component.pend.impl.remote   
com.retek.component.supplier   
com.retek.component.supplier.impl   
com.retek.component.supplier.impl.remote   
com.retek.component.tax   
com.retek.component.tax.impl   
com.retek.component.tax.impl.remote   
com.retek.component.tax.integration.taxengine   
com.retek.component.tax.test   
com.retek.rcom.gui.wrapper   
 

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.customer.impl
 

Methods in com.retek.component.customer.impl that return Address
 Address CustomerAddressImpl.asAddress()
           
 Address CustomerCreditPreApprovalImpl.getAddress()
           
 

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

Uses of Address in com.retek.component.customer.impl.remote
 

Fields in com.retek.component.customer.impl.remote declared as Address
 Address CustomerCreditPreApprovalDto.address
           
 Address CustomerAddressDto.address
           
 

Uses of Address in com.retek.component.customer.test
 

Methods in com.retek.component.customer.test with parameters of type Address
static CustomerAddress CustomerObjectMaster.createCustomerAddress(DistributedContext context, Address address)
           
static CustomerAddress CustomerObjectMaster.attachAddress(Customer customer, 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.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return Address
 Address ShippedContainerTaxCalculatorInvoiceImpl.getShipFromAddress()
           
 Address ShippedContainerTaxCalculatorInvoiceImpl.getShipToAddress()
           
 Address ShippedContainerTaxCalculatorInvoiceImpl.getOrderAcceptanceAddress()
           
 Address CustomerOrderAddressImpl.asAddress()
           
 Address ShippedContainerImpl.getShipFromAddress()
           
 Address CustomerOrderImpl.getOrderAcceptanceAddress()
           
 Address CallTagImpl.getPickupAddress()
           
 Address CallTagImpl.getReturnAddress()
           
 Address CustomerOrderCreditCardPaymentImpl.getAddress()
           
 Address ShipToImpl.getFromAddress()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type Address
 void ShippedContainerTaxCalculatorInvoiceImpl.setShipFromAddress(Address shipFromAddress)
           
 void ShippedContainerTaxCalculatorInvoiceImpl.setShipToAddress(Address shipToAddress)
           
 void ShippedContainerTaxCalculatorInvoiceImpl.setOrderAcceptanceAddress(Address orderAcceptanceAddress)
           
 void CallTagImpl.setPickupAddress(Address pickupAddress)
           
 void CallTagImpl.setReturnAddress(Address returnAddress)
           
 void CustomerOrderCreditCardPaymentImpl.setAddress(Address address)
           
 

Uses of Address in com.retek.component.customerorder.impl.persistence
 

Methods in com.retek.component.customerorder.impl.persistence that return Address
static Address CustomerOrderDbObjectMaster.getPersistedAddress()
           
 

Uses of Address in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as Address
 Address CustomerOrderCreditCardPaymentDto.address
           
 Address CustomerOrderAddressDto.address
           
 Address CallTagDto.pickupAddress
           
 Address CallTagDto.returnAddress
           
 Address ShippedContainerTaxCalculatorInvoiceDto.shipFromAddress
           
 Address ShippedContainerTaxCalculatorInvoiceDto.shipToAddress
           
 Address ShippedContainerTaxCalculatorInvoiceDto.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.item.impl
 

Methods in com.retek.component.item.impl with parameters of type Address
 java.util.Set ShipRestrictionManagerImpl.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.location.impl
 

Methods in com.retek.component.location.impl that return Address
 Address LocationImpl.getAddress()
           
 Address CallCenterImpl.getAddress()
           
 

Methods in com.retek.component.location.impl with parameters of type Address
 void LocationImpl.setAddress(Address address)
           
 void CallCenterImpl.setAddress(Address address)
           
 

Uses of Address in com.retek.component.location.impl.remote
 

Fields in com.retek.component.location.impl.remote declared as Address
 Address LocationDto.address
           
 Address CallCenterDto.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.payment.impl
 

Methods in com.retek.component.payment.impl that return Address
 Address CreditCardPaymentImpl.getAddress()
           
 

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

Uses of Address in com.retek.component.payment.impl.remote
 

Fields in com.retek.component.payment.impl.remote declared as Address
 Address CreditCardPaymentDto.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.pend.impl
 

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

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

Uses of Address in com.retek.component.pend.impl.persistence
 

Methods in com.retek.component.pend.impl.persistence with parameters of type Address
static NegativeCustomerRecordSearchCriteria.AddressCriteria PendDbObjectMaster.getAddressCriteria(Address address)
           
 

Uses of Address in com.retek.component.pend.impl.remote
 

Fields in com.retek.component.pend.impl.remote declared as Address
 Address NegativeCustomerRecordDto.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.supplier.impl
 

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

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

Uses of Address in com.retek.component.supplier.impl.remote
 

Fields in com.retek.component.supplier.impl.remote declared as Address
 Address SupplierLocationDto.address
           
 

Uses of Address in com.retek.component.tax
 

Methods in com.retek.component.tax that return Address
 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.component.tax.impl
 

Methods in com.retek.component.tax.impl that return Address
 Address TaxInvoiceImpl.getShipToAddress()
           
 Address TaxInvoiceImpl.getShipFromAddress()
           
 Address TaxInvoiceImpl.getOrderAcceptanceAddress()
           
 

Methods in com.retek.component.tax.impl with parameters of type Address
 void TaxInvoiceImpl.setShipToAddress(Address shipToAddress)
           
 void TaxInvoiceImpl.setShipFromAddress(Address shipFromAddress)
           
 void TaxInvoiceImpl.setOrderAcceptanceAddress(Address orderAcceptanceAddress)
           
 

Uses of Address in com.retek.component.tax.impl.remote
 

Fields in com.retek.component.tax.impl.remote declared as Address
 Address TaxInvoiceDto.shipFromAddress
           
 Address TaxInvoiceDto.shipToAddress
           
 Address TaxInvoiceDto.orderAcceptanceAddress
           
 

Uses of Address in com.retek.component.tax.integration.taxengine
 

Methods in com.retek.component.tax.integration.taxengine that return Address
protected  Address VertexTaxEngine.scrubVertexAddress(Address address)
           
 

Methods in com.retek.component.tax.integration.taxengine with parameters of type Address
protected  Address VertexTaxEngine.scrubVertexAddress(Address address)
           
 

Uses of Address in com.retek.component.tax.test
 

Methods in com.retek.component.tax.test that return Address
static Address TaxObjectMaster.createValidVasTaxAddress()
           
static Address TaxObjectMaster.createMinnesotaAddress()
           
 

Methods in com.retek.component.tax.test with parameters of type Address
static TaxCalculatorInvoice TaxObjectMaster.createTaxCalculatorInvoice(DistributedContext context, TaxCompany taxCompany, RDate invoiceDate, Address shipFrom, Address shipTo, Address orderAcceptance)
           
 

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28