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

Packages that use Customer
com.retek.component.customer   
com.retek.component.customer.integration   
com.retek.component.customerorder   
com.retek.component.history   
com.retek.rcom.gui.core   
com.retek.rcom.gui.screen.activityrequest   
com.retek.rcom.gui.screen.orderentry   
com.retek.rcom.gui.screen.security   
com.retek.rcom.gui.wrapper   
 

Uses of Customer in com.retek.component.customer
 

Methods in com.retek.component.customer that return Customer
 Customer CustomerManager.read(DistributedReference ref)
           
 Customer CustomerManager.buildCustomerInstance()
          Builds a new instance of Customer and initializes the following values acquisitionMethod = AcquisitionMethod.BUYER
 Customer CustomerAddress.getGiftRecipientCustomer()
           
 Customer CustomerMergeRequest.getActiveCustomer()
          Return the active (primary) customer for the merge request.
 Customer StoredValueCardCashout.getCustomer()
           
 Customer CustomerCreditApplication.getCustomer()
           
 Customer ActivityRequest.getCustomer()
           
 Customer CatalogRequest.getCustomer()
           
 

Methods in com.retek.component.customer with parameters of type Customer
 java.util.Set CustomerManager.findActivityRequests(Customer customer)
           
 CustomerPLCCCreditApplication CustomerManager.buildCustomerPLCCCreditApplicationInstance(Customer customer)
          Builds a customer credit application for a customer
 CustomerMergeRequest CustomerManager.buildExportCustomerMergeRequestInstance(Customer activeCustomer, User user)
          Builds a new instance of CustomerMergeRequest.
 StoredValueCardCashoutResponse CustomerManager.cashOutStoredValueCardForCustomer(java.lang.String number, java.lang.String pin, Customer customer, User user)
           
 void CustomerMergeRequest.addMergeCustomer(Customer mergeCustomer)
          Add a merge customer to the merge request.
 void StoredValueCardCashout.setCustomer(Customer customer)
           
 void ActivityRequest.setCustomer(Customer customer)
           
 void CatalogRequest.setCustomer(Customer customer)
           
 

Uses of Customer in com.retek.component.customer.integration
 

Methods in com.retek.component.customer.integration with parameters of type Customer
protected  void CustomerIntegrationApiTestCase.assertCustomerEquals(CustomerIntegrationCustomer expectedCustomer, Customer customer)
           
 

Uses of Customer in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Customer
 Customer CustomerOrderLine.getGiftRecipientShipToCustomer()
          Return the customer of the gift recipient ship-to address (if the ship-to for the order line is being sent to a gift recipient, different from the bill-to customer).
 Customer CustomerOrder.getCustomer()
           
 

Methods in com.retek.component.customerorder with parameters of type Customer
 void OrderSearchCriteria.setCustomer(Customer customer)
           
 void CustomerOrder.setCustomer(Customer customer)
          (Re)sets the customer on the order.
 void CustomerOrder.setCustomerForCustomerMerge(Customer customer)
          (Re)sets the customer on the order.
 

Uses of Customer in com.retek.component.history
 

Methods in com.retek.component.history that return Customer
 Customer HistoryEvent.getCustomer()
           
 

Methods in com.retek.component.history with parameters of type Customer
 void HistoryEvent.setCustomer(Customer customer)
           
 HistoryEvent HistoryManager.buildHistoryEventInstanceForCustomer(Banner banner, ChannelType channelType, HistoryEventType type, User user, Customer customer)
          Build a new customer history event instance for a customer.
 HistoryEvent HistoryManager.buildHistoryEventInstanceForActivityRequest(Banner banner, ChannelType channelType, User user, Customer customer, CustomerOrder order, ActivityRequest request)
          Build a new customer history event instance for an activity request.
 java.util.List HistoryManager.findEventsForCustomer(Customer customer)
          Find all history events for a specified customer (regardless of visibility).
 java.util.List HistoryManager.findEventsForCustomerVisibleAtCustomer(Customer customer)
          Find all history events for a specified customer which have visibility set to customer only.
 HistoryEvent HistoryManager.buildGenericHistoryEventInstanceForCustomer(User user, Customer customer, java.lang.String eventDetail)
          Deprecated. : 3/31/2004 : Please use one of the buildHistoryEventInstance methods Build a new generic history event instance for a customer. Note: This api is intended for use by external integration layer to RCOM (not for use internally within the RCOM application, see the other build instance patterns for building new history events within RCOM).
 void HistoryEventRequest.setCustomer(Customer customer)
           
 

Constructors in com.retek.component.history with parameters of type Customer
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, Customer customer, java.lang.String eventDetail)
           
 

Uses of Customer in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core that return Customer
static Customer RcomRepository.retrieveCustomer()
           
 

Methods in com.retek.rcom.gui.core with parameters of type Customer
static void RcomRepository.storeCustomer(Customer customer)
          CUSTOMER
 

Uses of Customer in com.retek.rcom.gui.screen.activityrequest
 

Fields in com.retek.rcom.gui.screen.activityrequest declared as Customer
protected  Customer ActivityRequestViewHandler.customer
           
 

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

Methods in com.retek.rcom.gui.screen.orderentry that return Customer
 Customer OrderEntryHandler.getCustomer()
           
 

Uses of Customer in com.retek.rcom.gui.screen.security
 

Methods in com.retek.rcom.gui.screen.security that return Customer
 Customer TestDataScreenHandler.getCustomer()
           
 

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

Methods in com.retek.rcom.gui.wrapper with parameters of type Customer
static void RcomOrderManager.createOrders(Customer customer, Banner banner)
           
static void RcomAddressManager.validateDefaultBillAndShipTo(Customer customer)
           
static void RcomAddressManager.validateShipTo(CustomerAddress address, Customer customer)
           
 



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