Uses of Interface
com.retek.component.customer.CustomerAddress

Packages that use CustomerAddress
com.retek.component.customer   
com.retek.component.customerorder   
com.retek.component.history   
com.retek.component.pend   
com.retek.component.salesaudit   
com.retek.rcom.gui.screen.orderentry   
com.retek.rcom.gui.screen.ordermain   
com.retek.rcom.gui.wrapper   
 

Uses of CustomerAddress in com.retek.component.customer
 

Methods in com.retek.component.customer that return CustomerAddress
 CustomerAddress CustomerManager.readAddress(DistributedReference ref)
           
 CustomerAddress CustomerManager.buildCustomerAddressInstance()
          Builds a new instance of CustomerAddress with country initialized to default country.
 CustomerAddress CustomerManager.buildCustomerAddressInstance(CustomerAddress copyFromAddress)
          Builds a new instance of CustomerAddress with all attribute values initialized to the current values on copyFromAddress.
 CustomerAddress Customer.getPrimaryShipToAddress()
           
 CustomerAddress Customer.getPrimaryBillToAddress()
           
 CustomerAddress Customer.applyActiveAddress(CustomerAddress address)
          Ensures that a CustomerAddress with the same address text as the address parameter exists in this Customer's active address list.
 CustomerAddress ActivityRequest.getAddress()
           
 CustomerAddress CatalogRequest.getDeliveryAddress()
           
 

Methods in com.retek.component.customer with parameters of type CustomerAddress
 java.util.Set CustomerManager.findCustomerChangeReasons(CustomerAddress custAddress)
           
 CustomerAddress CustomerManager.buildCustomerAddressInstance(CustomerAddress copyFromAddress)
          Builds a new instance of CustomerAddress with all attribute values initialized to the current values on copyFromAddress.
 boolean CustomerAddress.allFieldsEqual(CustomerAddress customerAddress)
           
 void Customer.setPrimaryShipToAddress(CustomerAddress shipToAddress)
           
 void Customer.setPrimaryBillToAddress(CustomerAddress billToAddress)
           
 void Customer.setAddressInactive(CustomerAddress customerAddress)
           
 CustomerAddress Customer.applyActiveAddress(CustomerAddress address)
          Ensures that a CustomerAddress with the same address text as the address parameter exists in this Customer's active address list.
 void ActivityRequest.setAddress(CustomerAddress address)
           
 void CatalogRequest.setDeliveryAddress(CustomerAddress deliveryAddress)
           
 

Uses of CustomerAddress in com.retek.component.customerorder
 

Subinterfaces of CustomerAddress in com.retek.component.customerorder
 interface CustomerOrderAddress
           
 

Methods in com.retek.component.customerorder that return CustomerAddress
 CustomerAddress CustomerOrderPayment.getRefundRecipientAddress()
          Return the refund recipient address for the refund payment.
 CustomerAddress CustomerOrderLine.getShipToAddress()
          Return the customer address for the order line ship-to address.
 CustomerAddress ShipTo.getCustomerAddress()
           
 CustomerAddress ReturnLine.getGiftRefundRecipientAddress()
          Return the refund recipient address for the return line, returns null if a gift refund recipient is not applicable for the return.
 CustomerAddress CustomerOrder.getDefaultShipToAddress()
           
 CustomerAddress CustomerOrder.getBillToAddress()
           
 CustomerAddress CustomerOrderMerchandiseCertificatePayment.getRefundRecipientAddress()
          Return the refund recipient address for the refund payment.
 

Methods in com.retek.component.customerorder with parameters of type CustomerAddress
 void CustomerOrderPayment.setRefundRecipientAddress(CustomerAddress address)
          Set the recipient address for the refund payment.
 void CustomerOrderLine.setShipToAddress(CustomerAddress addr)
           
 void ReturnLine.setGiftRefundRecipientAddress(CustomerAddress recipientAddress)
          Set the refund recipient for the return line refund (applicable if the return is for a gift return).
 void CustomerOrder.setBillToAddress(CustomerAddress billToAddress)
          Set the bill to address for the order.
 void CustomerOrderMerchandiseCertificatePayment.setRefundRecipientAddress(CustomerAddress address)
          Set the recipient address for the refund payment.
 

Uses of CustomerAddress in com.retek.component.history
 

Methods in com.retek.component.history with parameters of type CustomerAddress
static java.lang.String HistoryEventRequest.getAddressDetailString(CustomerAddress address)
           
 

Uses of CustomerAddress in com.retek.component.pend
 

Methods in com.retek.component.pend with parameters of type CustomerAddress
 boolean HighRiskZip.matches(CustomerAddress custAddress)
           
 

Uses of CustomerAddress in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit with parameters of type CustomerAddress
protected  void SalesAuditExportTestCase.assertCustomerElementContents(CustomerOrder order, CustomerAddress address, java.lang.String customerType, SaeCustomer customerElement)
           
 

Uses of CustomerAddress in com.retek.rcom.gui.screen.orderentry
 

Methods in com.retek.rcom.gui.screen.orderentry that return CustomerAddress
 CustomerAddress OrderEntryLineHandler.getLastOrderLineAddress()
           
 

Uses of CustomerAddress in com.retek.rcom.gui.screen.ordermain
 

Methods in com.retek.rcom.gui.screen.ordermain that return CustomerAddress
 CustomerAddress OrderMainLineHandler.getLastOrderLineAddress()
           
 CustomerAddress PartialLineDialogHandler.getLastOrderLineAddress()
           
 

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

Methods in com.retek.rcom.gui.wrapper that return CustomerAddress
 CustomerAddress RcomOrderLine.getShipToAddress()
          Retrieves the ship to address of the order line.
 

Methods in com.retek.rcom.gui.wrapper with parameters of type CustomerAddress
 void RcomOrderLine.setShipToAddress(CustomerAddress address)
          Assigns a ship to address to an order line or partial line.
static void RcomAddressManager.validateShipTo(CustomerAddress address, Customer customer)
           
 



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