|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CustomerTelephone in com.retek.component.customer |
Methods in com.retek.component.customer that return CustomerTelephone | |
CustomerTelephone |
CustomerManager.readTelephone(DistributedReference ref)
|
CustomerTelephone |
CustomerManager.buildCustomerTelephoneInstance()
Builds a new instance of CustomerTelephone |
CustomerTelephone |
Customer.getPrimaryDayTelephoneNumber()
|
CustomerTelephone |
Customer.getPrimaryEveningTelephoneNumber()
|
CustomerTelephone |
Customer.applyActiveTelephone(CustomerTelephone telephone)
Ensures that a CustomerTelephone with the same number and extension as the telephone parameter exists in this Customer's active telephone list. |
CustomerTelephone |
ActivityRequest.getDayTelephone()
|
CustomerTelephone |
ActivityRequest.getEveningTelephone()
|
Methods in com.retek.component.customer with parameters of type CustomerTelephone | |
void |
Customer.setPrimaryDayTelephoneNumber(CustomerTelephone telephone)
|
void |
Customer.setPrimaryEveningTelephoneNumber(CustomerTelephone telephone)
|
void |
Customer.setTelephoneInactive(CustomerTelephone telephone,
boolean inactive)
|
CustomerTelephone |
Customer.applyActiveTelephone(CustomerTelephone telephone)
Ensures that a CustomerTelephone with the same number and extension as the telephone parameter exists in this Customer's active telephone list. |
void |
ActivityRequest.setDayTelephone(CustomerTelephone dayTelephone)
|
void |
ActivityRequest.setEveningTelephone(CustomerTelephone eveningTelephone)
|
Uses of CustomerTelephone in com.retek.component.customer.impl |
Classes in com.retek.component.customer.impl that implement CustomerTelephone | |
class |
CustomerTelephoneImpl
|
Methods in com.retek.component.customer.impl that return CustomerTelephone | |
CustomerTelephone |
CustomerImpl.getPrimaryDayTelephoneNumber()
|
CustomerTelephone |
CustomerImpl.getPrimaryEveningTelephoneNumber()
|
CustomerTelephone |
CustomerImpl.applyActiveTelephone(CustomerTelephone telephone)
|
CustomerTelephone |
CustomerManagerImpl.readTelephone(DistributedReference ref)
|
CustomerTelephone |
CustomerManagerImpl.buildCustomerTelephoneInstance()
|
CustomerTelephone |
ActivityRequestImpl.getDayTelephone()
|
CustomerTelephone |
ActivityRequestImpl.getEveningTelephone()
|
Methods in com.retek.component.customer.impl with parameters of type CustomerTelephone | |
void |
CustomerImpl.setPrimaryDayTelephoneNumber(CustomerTelephone telephone)
|
void |
CustomerImpl.setPrimaryEveningTelephoneNumber(CustomerTelephone telephone)
|
CustomerTelephone |
CustomerImpl.applyActiveTelephone(CustomerTelephone telephone)
|
void |
CustomerImpl.setTelephoneInactive(CustomerTelephone telephone,
boolean inactive)
|
static void |
CustomerTelephoneAddValidator.validate(CustomerTelephone custTele)
|
void |
ActivityRequestImpl.setDayTelephone(CustomerTelephone dayTelephone)
|
void |
ActivityRequestImpl.setEveningTelephone(CustomerTelephone eveningTelephone)
|
boolean |
CustomerTelephoneImpl.allFieldsEqual(CustomerTelephone telephone)
|
void |
CustomerTelephoneInactivationValidator.validate(Customer customer,
boolean inactivate,
CustomerTelephone custTele)
|
Uses of CustomerTelephone in com.retek.component.customer.integration.impl |
Constructors in com.retek.component.customer.integration.impl with parameters of type CustomerTelephone | |
CustomerIntegrationCustomerTelephoneImpl(CustomerTelephone customerTelephone)
|
Uses of CustomerTelephone in com.retek.component.customer.test |
Methods in com.retek.component.customer.test that return CustomerTelephone | |
static CustomerTelephone |
CustomerObjectMaster.createCustomerTelephone(DistributedContext context,
java.lang.String number)
|
Uses of CustomerTelephone in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl with parameters of type CustomerTelephone | |
static void |
OrderSetCustomerAttributeValidator.validatePhone(CustomerOrder customerOrder,
Customer customer,
java.lang.String phoneFieldName,
CustomerTelephone newPhone)
|
Uses of CustomerTelephone in com.retek.component.internet.impl |
Methods in com.retek.component.internet.impl that return CustomerTelephone | |
static CustomerTelephone |
TelephoneConverter.getCustomerTelephone(ExATelephoneNumber phone,
DistributedContext context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |