Uses of Interface
com.retek.component.internet.ExACustomerRequest

Packages that use ExACustomerRequest
com.retek.component.internet   
 

Uses of ExACustomerRequest in com.retek.component.internet
 

Subinterfaces of ExACustomerRequest in com.retek.component.internet
 interface ExACatalogCustomerRequest
          Deprecated. Use ExACustomerRequest. Will be removed in future release after Retek 11.

This is a high level interface which maintains customer information for the external API. This is specific to customer information accompanying catalog requests.

Retek Inc. Copyright (c) 2003

 interface ExAOrderCustomerRequest
          Deprecated. Use ExACustomerRequest. Will be removed in future release after Retek 11.

This is a high level interface which maintains customer information for the external API. This is specific to customer information accompanying order requests.

Retek Inc. Copyright (c) 2003

 

Methods in com.retek.component.internet that return ExACustomerRequest
 ExACustomerRequest ExARequestManager.buildExACustomerRequest()
          Build a customer request for a create new customer request.
 

Methods in com.retek.component.internet with parameters of type ExACustomerRequest
 void ExACatalogRequest.setCustomer(ExACustomerRequest customer)
          Sets the Customer name and address information of the Customer receiving the Catalog.
 void ExAOrderRequest.setCustomerRequest(ExACustomerRequest customerRequest)
          Add the customer's information to this Order.
 ExACustomer ExAManager.createCustomer(ExACustomerRequest customer)
          Createa a new customer.
 ExACustomer ExAManager.updateCustomer(ExACustomerRequest customer)
          Update an existing customer's information.
 



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