Uses of Class
com.retek.component.customerorder.impl.remote.CustomerOrderAddressDto

Packages that use CustomerOrderAddressDto
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.persistence.db.oracle   
com.retek.component.customerorder.impl.remote   
 

Uses of CustomerOrderAddressDto in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return CustomerOrderAddressDto
 CustomerOrderAddressDto CustomerOrderAddressImpl.getDto()
           
 

Uses of CustomerOrderAddressDto in com.retek.component.customerorder.impl.persistence
 

Methods in com.retek.component.customerorder.impl.persistence that return CustomerOrderAddressDto
static CustomerOrderAddressDto CustomerOrderDbObjectMaster.getShiptToCustomerOrderAddressDto(DistributedContext context)
           
static CustomerOrderAddressDto CustomerOrderDbObjectMaster.getShipToCustomerOrderAddressDto(DistributedContext context, DistributedReference addressRef)
           
static CustomerOrderAddressDto CustomerOrderDbObjectMaster.getBillToCustomerOrderAddressDto(DistributedContext context)
           
static CustomerOrderAddressDto CustomerOrderDbObjectMaster.getBillToCustomerOrderAddressDto(DistributedContext context, DistributedReference addressRef)
           
 

Uses of CustomerOrderAddressDto in com.retek.component.customerorder.impl.persistence.db.oracle
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type CustomerOrderAddressDto
 void CustomerOrderOracleTestCase.assertShipToCustomerOrderAddressEquals(CustomerOrderAddressDto expectedDto, CustomerOrderAddressDto dto)
           
 void CustomerOrderOracleTestCase.assertBillToCustomerOrderAddressEquals(CustomerOrderAddressDto expectedDto, CustomerOrderAddressDto dto)
           
 void CustomerOrderOracleTestCase.modifyShipToCustomerOrderAddress(DistributedContext context, CustomerOrderAddressDto dto)
           
 void CustomerOrderOracleTestCase.modifyBillToCustomerOrderAddress(DistributedContext context, CustomerOrderAddressDto dto)
           
 

Uses of CustomerOrderAddressDto in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as CustomerOrderAddressDto
 CustomerOrderAddressDto CustomerOrderDto.billToAddressDto
           
 CustomerOrderAddressDto ShipToDto.shipToAddressDto
           
 



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