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

Packages that use ContactTimeType
com.retek.commons.util.type   
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.impl.remote   
 

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

Fields in com.retek.commons.util.type declared as ContactTimeType
static ContactTimeType ContactTimeType.MORNING
           
static ContactTimeType ContactTimeType.AFTERNOON
           
static ContactTimeType ContactTimeType.EVENING
           
 

Methods in com.retek.commons.util.type that return ContactTimeType
static ContactTimeType ContactTimeType.fromCode(java.lang.String code)
           
 

Uses of ContactTimeType in com.retek.component.customer
 

Methods in com.retek.component.customer that return ContactTimeType
 ContactTimeType CustomerPreference.getPreferredContactTime()
           
 

Methods in com.retek.component.customer with parameters of type ContactTimeType
 void CustomerPreference.setPreferredContactTime(ContactTimeType preferredContactTime)
           
 

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

Methods in com.retek.component.customer.impl that return ContactTimeType
 ContactTimeType CustomerPreferenceImpl.getPreferredContactTime()
           
 

Methods in com.retek.component.customer.impl with parameters of type ContactTimeType
 void CustomerPreferenceImpl.setPreferredContactTime(ContactTimeType preferredContactTime)
           
 

Uses of ContactTimeType in com.retek.component.customer.impl.remote
 

Fields in com.retek.component.customer.impl.remote declared as ContactTimeType
 ContactTimeType CustomerPreferenceDto.contactTime
           
 



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