Uses of Class
com.retek.component.customer.impl.remote.CustomerTelephoneDto

Packages that use CustomerTelephoneDto
com.retek.component.customer.impl   
com.retek.component.customer.impl.persistence   
com.retek.component.customer.impl.persistence.cache   
com.retek.component.customer.impl.persistence.db.oracle   
com.retek.component.customer.impl.remote   
com.retek.component.customer.integration   
com.retek.component.customer.integration.impl   
 

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

Methods in com.retek.component.customer.impl that return CustomerTelephoneDto
 CustomerTelephoneDto CustomerTelephoneImpl.getDto()
           
 

Uses of CustomerTelephoneDto in com.retek.component.customer.impl.persistence
 

Methods in com.retek.component.customer.impl.persistence that return CustomerTelephoneDto
 CustomerTelephoneDto CustomerDao.readTelephone(DistributedReference ref)
          Reads the customer telephone for the given reference.
static CustomerTelephoneDto CustomerDbObjectMaster.getCustomerTelephoneDto(DistributedContext context, DistributedReference userRef)
           
 

Uses of CustomerTelephoneDto in com.retek.component.customer.impl.persistence.cache
 

Methods in com.retek.component.customer.impl.persistence.cache that return CustomerTelephoneDto
 CustomerTelephoneDto CacheCustomerDao.readTelephone(DistributedReference ref)
           
 

Uses of CustomerTelephoneDto in com.retek.component.customer.impl.persistence.db.oracle
 

Methods in com.retek.component.customer.impl.persistence.db.oracle that return CustomerTelephoneDto
 CustomerTelephoneDto OracleCustomerDao.readTelephone(DistributedReference ref)
           
 CustomerTelephoneDto OracleCustomerTelephoneReteriver.read(DistributedReference telephoneRef)
           
 

Methods in com.retek.component.customer.impl.persistence.db.oracle with parameters of type CustomerTelephoneDto
 void CustomerOracleTestCase.assertCustomerTelephoneDtosAreEqual(CustomerTelephoneDto expectedDto, CustomerTelephoneDto dto)
           
 void CustomerOracleTestCase.modifyCustomerTelephoneDto(CustomerTelephoneDto dto)
           
 

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

Fields in com.retek.component.customer.impl.remote declared as CustomerTelephoneDto
 CustomerTelephoneDto CustomerDto.primaryDayTelephoneNumberDto
           
 CustomerTelephoneDto CustomerDto.primaryEveningTelephoneNumberDto
           
 

Methods in com.retek.component.customer.impl.remote that return CustomerTelephoneDto
 CustomerTelephoneDto CustomerServicesRemote.readTelephone(DistributedReference ref, long version)
           
 CustomerTelephoneDto CustomerServicesEjb.readTelephone(DistributedReference ref, long version)
           
 

Uses of CustomerTelephoneDto in com.retek.component.customer.integration
 

Methods in com.retek.component.customer.integration with parameters of type CustomerTelephoneDto
protected  void CustomerIntegrationTestCase.assertCustomerTelephoneEquals(CustomerIntegrationCustomerTelephone expectedTelephone, CustomerTelephoneDto telephoneDto)
           
 

Uses of CustomerTelephoneDto in com.retek.component.customer.integration.impl
 

Constructors in com.retek.component.customer.integration.impl with parameters of type CustomerTelephoneDto
CustomerIntegrationCustomerTelephoneImpl(DistributedContext context, CustomerTelephoneDto customerTelephoneDto)
           
 



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