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

Packages that use CustomerTelephone
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.integration.impl   
com.retek.component.customer.test   
com.retek.component.customerorder.impl   
com.retek.component.internet.impl   
 

Uses of CustomerTelephone in com.retek.component.customer
 

Methods in com.retek.component.customer that return CustomerTelephone
 CustomerTelephone CustomerManager.readTelephone(DistributedReference ref)
           
 CustomerTelephone CustomerManager.buildCustomerTelephoneInstance()
          Builds a new instance of CustomerTelephone
 CustomerTelephone Customer.getPrimaryDayTelephoneNumber()
           
 CustomerTelephone Customer.getPrimaryEveningTelephoneNumber()
           
 CustomerTelephone Customer.applyActiveTelephone(CustomerTelephone telephone)
          Ensures that a CustomerTelephone with the same number and extension as the telephone parameter exists in this Customer's active telephone list.
 CustomerTelephone ActivityRequest.getDayTelephone()
           
 CustomerTelephone ActivityRequest.getEveningTelephone()
           
 

Methods in com.retek.component.customer with parameters of type CustomerTelephone
 void Customer.setPrimaryDayTelephoneNumber(CustomerTelephone telephone)
           
 void Customer.setPrimaryEveningTelephoneNumber(CustomerTelephone telephone)
           
 void Customer.setTelephoneInactive(CustomerTelephone telephone, boolean inactive)
           
 CustomerTelephone Customer.applyActiveTelephone(CustomerTelephone telephone)
          Ensures that a CustomerTelephone with the same number and extension as the telephone parameter exists in this Customer's active telephone list.
 void ActivityRequest.setDayTelephone(CustomerTelephone dayTelephone)
           
 void ActivityRequest.setEveningTelephone(CustomerTelephone eveningTelephone)
           
 

Uses of CustomerTelephone in com.retek.component.customer.impl
 

Classes in com.retek.component.customer.impl that implement CustomerTelephone
 class CustomerTelephoneImpl
           
 

Methods in com.retek.component.customer.impl that return CustomerTelephone
 CustomerTelephone CustomerImpl.getPrimaryDayTelephoneNumber()
           
 CustomerTelephone CustomerImpl.getPrimaryEveningTelephoneNumber()
           
 CustomerTelephone CustomerImpl.applyActiveTelephone(CustomerTelephone telephone)
           
 CustomerTelephone CustomerManagerImpl.readTelephone(DistributedReference ref)
           
 CustomerTelephone CustomerManagerImpl.buildCustomerTelephoneInstance()
           
 CustomerTelephone ActivityRequestImpl.getDayTelephone()
           
 CustomerTelephone ActivityRequestImpl.getEveningTelephone()
           
 

Methods in com.retek.component.customer.impl with parameters of type CustomerTelephone
 void CustomerImpl.setPrimaryDayTelephoneNumber(CustomerTelephone telephone)
           
 void CustomerImpl.setPrimaryEveningTelephoneNumber(CustomerTelephone telephone)
           
 CustomerTelephone CustomerImpl.applyActiveTelephone(CustomerTelephone telephone)
           
 void CustomerImpl.setTelephoneInactive(CustomerTelephone telephone, boolean inactive)
           
static void CustomerTelephoneAddValidator.validate(CustomerTelephone custTele)
           
 void ActivityRequestImpl.setDayTelephone(CustomerTelephone dayTelephone)
           
 void ActivityRequestImpl.setEveningTelephone(CustomerTelephone eveningTelephone)
           
 boolean CustomerTelephoneImpl.allFieldsEqual(CustomerTelephone telephone)
           
 void CustomerTelephoneInactivationValidator.validate(Customer customer, boolean inactivate, CustomerTelephone custTele)
           
 

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

Constructors in com.retek.component.customer.integration.impl with parameters of type CustomerTelephone
CustomerIntegrationCustomerTelephoneImpl(CustomerTelephone customerTelephone)
           
 

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

Methods in com.retek.component.customer.test that return CustomerTelephone
static CustomerTelephone CustomerObjectMaster.createCustomerTelephone(DistributedContext context, java.lang.String number)
           
 

Uses of CustomerTelephone in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerTelephone
static void OrderSetCustomerAttributeValidator.validatePhone(CustomerOrder customerOrder, Customer customer, java.lang.String phoneFieldName, CustomerTelephone newPhone)
           
 

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

Methods in com.retek.component.internet.impl that return CustomerTelephone
static CustomerTelephone TelephoneConverter.getCustomerTelephone(ExATelephoneNumber phone, DistributedContext context)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28