|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactMethodType | |
com.retek.commons.util.type | |
com.retek.component.customer | |
com.retek.component.customer.impl | |
com.retek.component.customer.impl.remote |
Uses of ContactMethodType in com.retek.commons.util.type |
Fields in com.retek.commons.util.type declared as ContactMethodType | |
static ContactMethodType |
ContactMethodType.EMAIL
|
static ContactMethodType |
ContactMethodType.TELEPHONE
|
static ContactMethodType |
ContactMethodType.MAIL
|
static ContactMethodType |
ContactMethodType.FAX
|
Methods in com.retek.commons.util.type that return ContactMethodType | |
static ContactMethodType |
ContactMethodType.fromCode(java.lang.String code)
|
Uses of ContactMethodType in com.retek.component.customer |
Methods in com.retek.component.customer that return ContactMethodType | |
ContactMethodType |
CustomerPreference.getPreferredContactMethod()
|
Methods in com.retek.component.customer with parameters of type ContactMethodType | |
void |
CustomerPreference.setPreferredContactMethod(ContactMethodType preferredContactMethod)
|
Uses of ContactMethodType in com.retek.component.customer.impl |
Methods in com.retek.component.customer.impl that return ContactMethodType | |
ContactMethodType |
CustomerPreferenceImpl.getPreferredContactMethod()
|
Methods in com.retek.component.customer.impl with parameters of type ContactMethodType | |
void |
CustomerPreferenceImpl.setPreferredContactMethod(ContactMethodType preferredContactMethod)
|
Uses of ContactMethodType in com.retek.component.customer.impl.remote |
Fields in com.retek.component.customer.impl.remote declared as ContactMethodType | |
ContactMethodType |
CustomerPreferenceDto.contactMethod
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |