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

Packages that use CustomerAddressDto
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 CustomerAddressDto in com.retek.component.customer.impl
 

Methods in com.retek.component.customer.impl that return CustomerAddressDto
 CustomerAddressDto CustomerAddressImpl.getDto()
           
 

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

Methods in com.retek.component.customer.impl.persistence that return CustomerAddressDto
 CustomerAddressDto CustomerDao.readAddress(DistributedReference ref)
          Reads the customer address for the given reference.
static CustomerAddressDto CustomerDbObjectMaster.getCustomerAddressDto(DistributedContext context, CustomerDto customerDto, DistributedReference userRef)
           
 

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

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

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

Methods in com.retek.component.customer.impl.persistence.db.oracle that return CustomerAddressDto
 CustomerAddressDto OracleCustomerAddressRetrevier.readByAddressRef(DistributedReference addressRef)
           
 CustomerAddressDto OracleCustomerDao.readAddress(DistributedReference ref)
           
 

Methods in com.retek.component.customer.impl.persistence.db.oracle with parameters of type CustomerAddressDto
protected  boolean CustomerOracleTestCase.areEqualIgnoringPostalCode(CustomerAddressDto expected, CustomerAddressDto found)
           
 void CustomerOracleTestCase.assertCustomerAddressDtosEqual(CustomerAddressDto expectedDto, CustomerAddressDto dto)
           
 void CustomerOracleTestCase.modifyCustomerAddress(DistributedContext context, CustomerAddressDto dto)
           
 

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

Fields in com.retek.component.customer.impl.remote declared as CustomerAddressDto
 CustomerAddressDto CustomerDto.primaryShipToAddressDto
           
 CustomerAddressDto CustomerDto.primaryBillToAddressDto
           
 CustomerAddressDto CatalogRequestDto.deliveryAddressDto
           
 

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

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

Methods in com.retek.component.customer.integration with parameters of type CustomerAddressDto
protected  void CustomerIntegrationTestCase.assertCustomerAddressEquals(CustomerIntegrationCustomerAddress expectedAddress, CustomerAddressDto addressDto)
           
 

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

Constructors in com.retek.component.customer.integration.impl with parameters of type CustomerAddressDto
CustomerIntegrationCustomerAddressImpl(DistributedContext context, CustomerAddressDto customerAddressDto)
           
 



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