Uses of Class
com.retek.commons.util.type.TelephoneNumber

Packages that use TelephoneNumber
com.retek.commons.util.type   
com.retek.component.customer   
com.retek.component.customerorder   
com.retek.component.pend   
 

Uses of TelephoneNumber in com.retek.commons.util.type
 

Methods in com.retek.commons.util.type with parameters of type TelephoneNumber
static boolean TelephoneNumber.isNullOrEmpty(TelephoneNumber tn)
           
 

Uses of TelephoneNumber in com.retek.component.customer
 

Methods in com.retek.component.customer that return TelephoneNumber
 TelephoneNumber CustomerTelephone.toTelephoneNumber()
           
 TelephoneNumber CustomerAddress.getDayTelephoneNumber()
           
 TelephoneNumber CustomerAddress.getEveningTelephoneNumber()
           
 TelephoneNumber CustomerCreditPreApproval.getTelephoneNumber()
           
 

Methods in com.retek.component.customer with parameters of type TelephoneNumber
 void CustomerAddress.setDayTelephoneNumber(TelephoneNumber telVal)
           
 void CustomerAddress.setEveningTelephoneNumber(TelephoneNumber telVal)
           
 void CustomerCreditPreApproval.setTelephoneNumber(TelephoneNumber telephoneNumber)
           
 

Uses of TelephoneNumber in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return TelephoneNumber
 TelephoneNumber CallTag.getContactDayTelephoneNumber()
           
 TelephoneNumber CallTag.getContactEveningTelephoneNumber()
           
 

Methods in com.retek.component.customerorder with parameters of type TelephoneNumber
 void CallTag.setContactDayTelephoneNumber(TelephoneNumber telephoneNumber)
           
 void CallTag.setContactEveningTelephoneNumber(TelephoneNumber telephoneNumber)
           
 

Uses of TelephoneNumber in com.retek.component.pend
 

Methods in com.retek.component.pend that return TelephoneNumber
 TelephoneNumber NegativeCustomerRecord.getDayTelephoneNumber()
           
 TelephoneNumber NegativeCustomerRecord.getEveningTelephoneNumber()
           
 

Methods in com.retek.component.pend with parameters of type TelephoneNumber
 void NegativeCustomerRecord.setDaytimePhoneNumber(TelephoneNumber dayTelephone)
           
 void NegativeCustomerRecord.setEveningPhoneNumber(TelephoneNumber eveTelephone)
           
 



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