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

Packages that use CustomerTelephone
com.retek.component.customer   
 

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)
           
 



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