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

Packages that use Customer
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.impl.command   
com.retek.component.customer.impl.remote.command   
com.retek.component.customer.integration   
com.retek.component.customer.integration.impl   
com.retek.component.customer.test   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.component.history   
com.retek.component.history.impl   
com.retek.component.history.test   
com.retek.component.internet.impl   
com.retek.component.internet.test   
com.retek.component.salesaudit.impl.remote.command   
com.retek.component.test   
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.impl
 

Classes in com.retek.component.customer.impl that implement Customer
 class CustomerImpl
           
 

Methods in com.retek.component.customer.impl that return Customer
 Customer CatalogRequestImpl.getCustomer()
           
 Customer CustomerMergeValidator.getActiveCustomer()
           
 Customer CustomerAddressImpl.getGiftRecipientCustomer()
           
 Customer CustomerManagerImpl.buildCustomerInstance()
           
 Customer CustomerManagerImpl.read(DistributedReference ref)
           
 Customer ActivityRequestImpl.getCustomer()
           
 Customer CustomerMergeRequestImpl.getActiveCustomer()
           
 Customer CustomerCreditApplicationImpl.getCustomer()
           
 Customer StoredValueCardCashoutImpl.getCustomer()
           
 

Methods in com.retek.component.customer.impl with parameters of type Customer
 void CatalogRequestImpl.setCustomer(Customer customer)
           
static CustomerSubmitCommand CustomerCommandFactory.createCustomerSubmitCommand(DistributedContext context, Customer customer, User user)
           
static CustomerMergeCommand CustomerCommandFactory.createCustomerMergeCommand(DistributedContext context, Customer customer, java.util.Set customersToMerge)
           
static CustomerCashOutStoredValueCardRemoteCommand CustomerCommandFactory.createCustomerCashOutStoredValueCardRemoteCommand(DistributedContext context, java.lang.String accountNumber, java.lang.String pinNumber, Customer customer, User user)
           
static void CustomerAddressValidator.validate(Customer customer, CustomerAddress custAddr)
           
 void CustomerAddressImpl.setGiftRecipientCustomer(Customer giftRecipientCustomer)
           
 CustomerMergeRequest CustomerManagerImpl.buildExportCustomerMergeRequestInstance(Customer activeCustomer, User user)
           
 CustomerPLCCCreditApplication CustomerManagerImpl.buildCustomerPLCCCreditApplicationInstance(Customer customer)
           
 java.util.Set CustomerManagerImpl.findActivityRequests(Customer customer)
           
 StoredValueCardCashoutResponse CustomerManagerImpl.cashOutStoredValueCardForCustomer(java.lang.String accountNumber, java.lang.String pin, Customer customer, User user)
           
 void ActivityRequestImpl.setCustomer(Customer customer)
           
 void CustomerMergeRequestImpl.setActiveCustomer(Customer activeCustomer)
           
 void CustomerMergeRequestImpl.addMergeCustomer(Customer mergeCustomer)
           
 void CustomerTelephoneInactivationValidator.validate(Customer customer, boolean inactivate, CustomerTelephone custTele)
           
 void CustomerCreditApplicationImpl.setCustomer(Customer customer)
           
 void StoredValueCardCashoutImpl.setCustomer(Customer customer)
           
 

Uses of Customer in com.retek.component.customer.impl.command
 

Methods in com.retek.component.customer.impl.command that return Customer
 Customer CustomerMergeCommand.getActiveCustomer()
           
 Customer CustomerSubmitCommand.getCustomer()
           
 

Methods in com.retek.component.customer.impl.command with parameters of type Customer
 void CustomerMergeCommand.setActiveCustomer(Customer activeCustomer)
           
 void CustomerPreSubmitHistoryLoggingRule.createPreferencesEvent(HistoryManager histMgr, CustomerSubmitCommand customerSubmitCmd, Customer customer)
           
 void CustomerSubmitCommand.setCustomer(Customer customer)
           
 

Uses of Customer in com.retek.component.customer.impl.remote.command
 

Methods in com.retek.component.customer.impl.remote.command with parameters of type Customer
 void CustomerCashOutStoredValueCardRemoteCommand.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 CustomerIntegrationTestCase.assertCustomerEquals(CustomerIntegrationCustomer expectedCustomer, Customer customer)
           
 

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

Constructors in com.retek.component.customer.integration.impl with parameters of type Customer
CustomerIntegrationMergeCustomerImpl(Customer customer, java.lang.String mergeStatus)
           
CustomerIntegrationCustomerImpl(Customer customer, boolean filterInactiveAttributes)
           
 

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

Methods in com.retek.component.customer.test that return Customer
static Customer CustomerObjectMaster.createCustomerWithoutEmail(DistributedContext context)
           
static Customer CustomerObjectMaster.createCustomerWithoutEmail(DistributedContext context, Banner banner)
           
static Customer CustomerObjectMaster.createCustomer(DistributedContext context)
           
static Customer CustomerObjectMaster.createCustomer(DistributedContext context, Banner banner)
           
static Customer CustomerObjectMaster.createCustomer(DistributedContext context, Banner banner, boolean createWithActiveEmail, boolean createWithPhoneNumber, AcquisitionMethod acquisitionMethod)
           
static Customer CustomerObjectMaster.createCustomerNew(DistributedContext context)
           
static Customer CustomerObjectMaster.createValidCustomer(DistributedContext context)
           
static Customer CustomerObjectMaster.attachTelephoneNumbers(Customer customer, java.lang.String dayPhone, java.lang.String eveningPhone)
           
static Customer CustomerObjectMaster.attachDefaultCustomerData(Customer customer)
           
static Customer CustomerObjectMaster.attachCreditCard(Customer customer, Banner banner, java.lang.String cardNumber)
           
static Customer CustomerObjectMaster.createCustomerWithPOBoxAddress(DistributedContext context)
           
static Customer CustomerObjectMaster.createCustomerWithApoFpoAddress(DistributedContext context)
           
static Customer CustomerObjectMaster.attachCustomer(CatalogRequest catalogRequest)
           
 

Methods in com.retek.component.customer.test with parameters of type Customer
static CustomerIntegrationCustomer CustomerIntegrationObjectMaster.createImportUpdateCustomer(Customer customer, User user)
           
static Customer CustomerObjectMaster.attachTelephoneNumbers(Customer customer, java.lang.String dayPhone, java.lang.String eveningPhone)
           
static Customer CustomerObjectMaster.attachDefaultCustomerData(Customer customer)
           
static Customer CustomerObjectMaster.attachCreditCard(Customer customer, Banner banner, java.lang.String cardNumber)
           
static CustomerEmailAddress CustomerObjectMaster.attachEmail(Customer customer, java.lang.String email)
           
static void CustomerObjectMaster.attachTelephone(Customer customer, java.lang.String telephoneNumber)
           
static CustomerAddress CustomerObjectMaster.attachAddress(Customer customer)
           
static CustomerAddress CustomerObjectMaster.attachAddress(Customer customer, Address address)
           
static CustomerAddress CustomerObjectMaster.attachGiftRecipientAddress(Customer customer)
           
static CustomerCreditPreApproval CustomerObjectMaster.buildCustomerCreditPreApproval(DistributedContext context, Customer customer, TenderTypeCreditCard tenderType, RDate expirationDate, java.lang.String preApprovalCode, Money creditLimit)
           
static CustomerCreditPreApproval CustomerObjectMaster.buildCustomerCreditPreApproval(DistributedContext context, Customer customer, TenderTypeCreditCard tenderType, RDate expirationDate)
           
static GeneralActivityRequest CustomerObjectMaster.buildGeneralActivityRequest(Customer customer)
           
static GeneralActivityRequest CustomerObjectMaster.buildLabelActivityRequest(Customer customer, boolean onlyCustomer)
           
static GeneralActivityRequest CustomerObjectMaster.buildGeneralActivityRequest(Customer customer, boolean onlyCustomer)
           
static GeneralActivityRequest CustomerObjectMaster.buildLabelActivityRequestForPrintFile(Customer customer, boolean onlyCustomer, Task task)
           
static GeneralActivityRequest CustomerObjectMaster.buildGeneralActivityRequestForPrintFile(Customer customer, boolean onlyCustomer, Task task)
           
static CustomerCreditCard CustomerObjectMaster.attachPotteryBarnPLCCToCustomer(Customer customer, Banner banner)
           
static StoredValueCardCashoutResponse CustomerObjectMaster.cashoutStoredValueCard(DistributedContext context, java.lang.String accountNumber, java.lang.String pin, Customer customer, User user)
           
 

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

Methods in com.retek.component.customerorder.impl that return Customer
 Customer CustomerOrderLineImpl.getGiftRecipientShipToCustomer()
           
 Customer CustomerOrderAddressImpl.getGiftRecipientCustomer()
           
 Customer CustomerOrderImpl.getCustomer()
           
 Customer CustomerOrderImpl.submitCustomer(User user)
           
 

Methods in com.retek.component.customerorder.impl with parameters of type Customer
 void CustomerOrderAddressImpl.setGiftRecipientCustomer(Customer giftRecipientCustomer)
           
 void CustomerOrderImpl.setCustomer(Customer customer)
           
 void CustomerOrderImpl.setCustomerForCustomerMerge(Customer customer)
           
static void OrderSetCustomerAttributeValidator.validatePhone(CustomerOrder customerOrder, Customer customer, java.lang.String phoneFieldName, CustomerTelephone newPhone)
           
static void OrderSetCustomerAttributeValidator.validateEmail(CustomerOrder customerOrder, Customer customer, CustomerEmailAddress newEmail)
           
static void OrderSetCustomerAttributeValidator.validateBillToAddress(CustomerOrder customerOrder, Customer customer, CustomerAddress billToAddress)
           
static void OrderSetCustomerAttributeValidator.validateShipToAddress(CustomerOrder customerOrder, Customer customer, CustomerAddress shipToAddress)
           
 

Uses of Customer in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test with parameters of type Customer
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createCreditCardPaymentForCustomer(Customer cust, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.createPrivateLabelCreditCardPayment(DistributedContext context, Money amount, CreditCard creditCard, Customer customer)
           
 

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.component.history.impl
 

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

Methods in com.retek.component.history.impl with parameters of type Customer
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstanceForCustomer(Banner banner, ChannelType channelType, HistoryEventType type, User user, Customer customer)
           
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstanceForActivityRequest(Banner banner, ChannelType channelType, User user, Customer customer, CustomerOrder order, ActivityRequest request)
           
 HistoryEvent HistoryManagerImpl.buildGenericHistoryEventInstanceForCustomer(User user, Customer customer, java.lang.String eventDetail)
          Deprecated. test uses deprecated API's
 java.util.List HistoryManagerImpl.findEventsForCustomer(Customer customer)
           
 java.util.List HistoryManagerImpl.findEventsForCustomerVisibleAtCustomer(Customer customer)
           
 void HistoryEventImpl.setCustomer(Customer customer)
           
 

Uses of Customer in com.retek.component.history.test
 

Methods in com.retek.component.history.test with parameters of type Customer
static HistoryEvent HistoryObjectMaster.createHistoryEventForCustomer(Customer customer, Banner banner)
           
static HistoryEvent HistoryObjectMaster.createHistoryEventForActivityRequest(Customer customer, CustomerOrder order, ActivityRequest request)
           
 

Uses of Customer in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl that return Customer
static Customer CustomerConverter.getCustomer(ExACustomerImpl exaCustomer, DistributedContext context)
           
static Customer CustomerConverter.createCustomer(ExACustomerRequest customerRequest, DistributedContext context)
           
static Customer CustomerConverter.updateCustomer(ExACustomerRequest customerRequest, DistributedContext context)
           
static Customer CustomerConverter.getExistingCustomer(java.lang.String customerNumber, DistributedContext context)
           
 

Methods in com.retek.component.internet.impl with parameters of type Customer
static CustomerAddress AddressConverter.getCustomerAddress(Customer customer, ExAAddress exaAddress, DistributedContext context)
           
static ExACustomer CustomerConverter.getExACustomer(Customer customer)
           
 

Uses of Customer in com.retek.component.internet.test
 

Methods in com.retek.component.internet.test with parameters of type Customer
protected  void ExATestCase.assertCustomerEquals(Customer customer, ExACustomer exaCustomer)
           
 

Uses of Customer in com.retek.component.salesaudit.impl.remote.command
 

Methods in com.retek.component.salesaudit.impl.remote.command with parameters of type Customer
protected  SaeCustomer BaseTransactionConverter.createCustomerElement(Customer customer, CustomerAddress address, java.lang.String customerType)
           
 

Uses of Customer in com.retek.component.test
 

Methods in com.retek.component.test with parameters of type Customer
static void TestObjectMaster.addTaxExemptCustomer(Customer customer)
           
static void TestObjectMaster.addTaxExemptCustomer(Customer customer, java.lang.String state)
           
static void TestObjectMaster.addTaxExemptCustomer(Customer customer, RDate effectiveDate)
           
static void TestObjectMaster.addTaxExemptCustomer(Customer customer, java.lang.String state, RDate effectiveDate)
           
 

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