|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CustomerEmailAddress in com.retek.component.customer |
Methods in com.retek.component.customer that return CustomerEmailAddress | |
CustomerEmailAddress |
CustomerManager.readEmailAddress(DistributedReference ref)
|
CustomerEmailAddress |
CustomerManager.buildCustomerEmailAddressInstance()
Builds a new instance of CustomerEmailAddress |
CustomerEmailAddress |
Customer.getPrimaryCustomerEmailAddress()
|
CustomerEmailAddress |
Customer.applyActiveEmail(CustomerEmailAddress customerEmailAddress)
Ensures that a CustomerEmail with the same email address text as the email parameter exists in this Customer's active email list. |
CustomerEmailAddress |
ActivityRequest.getEmail()
|
Methods in com.retek.component.customer with parameters of type CustomerEmailAddress | |
void |
Customer.setPrimaryCustomerEmailAddress(CustomerEmailAddress emailAddress)
|
void |
Customer.setEmailInactive(CustomerEmailAddress emailAddress,
boolean inactive)
|
CustomerEmailAddress |
Customer.applyActiveEmail(CustomerEmailAddress customerEmailAddress)
Ensures that a CustomerEmail with the same email address text as the email parameter exists in this Customer's active email list. |
void |
ActivityRequest.setEmail(CustomerEmailAddress email)
|
Uses of CustomerEmailAddress in com.retek.component.customer.impl |
Classes in com.retek.component.customer.impl that implement CustomerEmailAddress | |
class |
CustomerEmailAddressImpl
|
Methods in com.retek.component.customer.impl that return CustomerEmailAddress | |
CustomerEmailAddress |
CustomerImpl.getPrimaryCustomerEmailAddress()
|
CustomerEmailAddress |
CustomerImpl.applyActiveEmail(CustomerEmailAddress email)
|
CustomerEmailAddress |
CustomerManagerImpl.readEmailAddress(DistributedReference ref)
|
CustomerEmailAddress |
CustomerManagerImpl.buildCustomerEmailAddressInstance()
|
CustomerEmailAddress |
ActivityRequestImpl.getEmail()
|
Methods in com.retek.component.customer.impl with parameters of type CustomerEmailAddress | |
static void |
CustomerEmailValidator.validate(CustomerEmailAddress email)
|
CustomerEmailAddress |
CustomerImpl.applyActiveEmail(CustomerEmailAddress email)
|
void |
CustomerImpl.setPrimaryCustomerEmailAddress(CustomerEmailAddress emailAddress)
|
void |
CustomerImpl.setEmailInactive(CustomerEmailAddress email,
boolean inactive)
|
void |
ActivityRequestImpl.setEmail(CustomerEmailAddress email)
|
boolean |
CustomerEmailAddressImpl.allFieldsEqual(CustomerEmailAddress email)
|
Uses of CustomerEmailAddress in com.retek.component.customer.integration.impl |
Constructors in com.retek.component.customer.integration.impl with parameters of type CustomerEmailAddress | |
CustomerIntegrationCustomerEmailImpl(CustomerEmailAddress customerEmail)
|
Uses of CustomerEmailAddress in com.retek.component.customer.test |
Methods in com.retek.component.customer.test that return CustomerEmailAddress | |
static CustomerEmailAddress |
CustomerObjectMaster.createCustomerEmail(DistributedContext context,
java.lang.String email)
|
static CustomerEmailAddress |
CustomerObjectMaster.attachEmail(Customer customer,
java.lang.String email)
|
Uses of CustomerEmailAddress in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl with parameters of type CustomerEmailAddress | |
static void |
OrderSetCustomerAttributeValidator.validateEmail(CustomerOrder customerOrder,
Customer customer,
CustomerEmailAddress newEmail)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |