|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomerSalutation | |
com.retek.component.customer | |
com.retek.component.customer.impl | |
com.retek.component.customerorder.impl | |
com.retek.component.internet.impl |
Uses of CustomerSalutation in com.retek.component.customer |
Methods in com.retek.component.customer that return CustomerSalutation | |
CustomerSalutation |
CustomerManager.readSalutation(DistributedReference ref)
|
CustomerSalutation |
CustomerAddress.getSalutation()
|
CustomerSalutation |
Customer.getSalutation()
|
Methods in com.retek.component.customer with parameters of type CustomerSalutation | |
void |
CustomerAddress.setSalutation(CustomerSalutation salutation)
|
void |
Customer.setSalutation(CustomerSalutation salutation)
|
Uses of CustomerSalutation in com.retek.component.customer.impl |
Classes in com.retek.component.customer.impl that implement CustomerSalutation | |
class |
CustomerSalutationImpl
|
Methods in com.retek.component.customer.impl that return CustomerSalutation | |
CustomerSalutation |
CustomerAddressImpl.getSalutation()
|
CustomerSalutation |
CustomerImpl.getSalutation()
|
CustomerSalutation |
CustomerManagerImpl.readSalutation(DistributedReference ref)
|
Methods in com.retek.component.customer.impl with parameters of type CustomerSalutation | |
void |
CustomerAddressImpl.setSalutation(CustomerSalutation salutation)
|
void |
CustomerImpl.setSalutation(CustomerSalutation newSalutation)
|
Uses of CustomerSalutation in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return CustomerSalutation | |
CustomerSalutation |
CustomerOrderAddressImpl.getSalutation()
|
Methods in com.retek.component.customerorder.impl with parameters of type CustomerSalutation | |
void |
CustomerOrderAddressImpl.setSalutation(CustomerSalutation salutation)
|
Uses of CustomerSalutation in com.retek.component.internet.impl |
Methods in com.retek.component.internet.impl that return CustomerSalutation | |
static CustomerSalutation |
AddressConverter.findSalutation(java.lang.String salutationCode,
DistributedContext context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |