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

Packages that use ReturnLineDto
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.fsm   
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.persistence.cache   
com.retek.component.customerorder.impl.persistence.db.oracle   
com.retek.component.customerorder.impl.remote   
 

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

Methods in com.retek.component.customerorder.impl that return ReturnLineDto
 ReturnLineDto ReturnLineImpl.getDto()
           
 

Uses of ReturnLineDto in com.retek.component.customerorder.impl.fsm
 

Methods in com.retek.component.customerorder.impl.fsm that return ReturnLineDto
 ReturnLineDto EventData.getReturnLineDto()
           
 

Methods in com.retek.component.customerorder.impl.fsm with parameters of type ReturnLineDto
 void EventData.setReturnLineDto(ReturnLineDto dto)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence that return ReturnLineDto
 ReturnLineDto CustomerOrderDao.readReturnLine(DistributedReference reference)
          Retrives a specific return line based on the reference
static ReturnLineDto CustomerOrderDbObjectMaster.getReturnLineDto(DistributedContext context, DistributedReference orderRef, DistributedReference parentOrderLineRef, int lineNumber, DistributedReference paymentRef)
           
 

Methods in com.retek.component.customerorder.impl.persistence with parameters of type ReturnLineDto
static void CustomerOrderDbObjectMaster.setInitialState(ReturnLineDto dto, com.retek.fsm.State state)
           
 

Uses of ReturnLineDto in com.retek.component.customerorder.impl.persistence.cache
 

Methods in com.retek.component.customerorder.impl.persistence.cache that return ReturnLineDto
 ReturnLineDto CacheCustomerOrderDao.readReturnLine(DistributedReference reference)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence.db.oracle that return ReturnLineDto
 ReturnLineDto OracleReturnLineRetriever.read(DistributedReference returnLineRef)
           
 ReturnLineDto OracleCustomerOrderDao.readReturnLine(DistributedReference returnLineRef)
           
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type ReturnLineDto
 void OracleReturnLineCreator.create(ReturnLineDto dto, DistributedReference orderRef)
           
 void OracleReturnLineTaxRecordRetriever.find(ReturnLineDto returnLineDto)
           
 void OracleReturnLineTaxRecordCreator.create(ReturnLineDto returnLineDto)
           
 void CustomerOrderOracleTestCase.assertReturnLineDtoEquals(ReturnLineDto expectedDto, ReturnLineDto dto)
           
 void CustomerOrderOracleTestCase.modifyReturnLineDto(DistributedContext context, CustomerOrderDto orderDto, ReturnLineDto dto)
           
 void OracleReturnLinePromotionAdjustmentRetriever.find(ReturnLineDto returnLineDto)
           
 void OracleReturnLineAccommodationAdjustmentRetriever.find(ReturnLineDto returnLineDto)
           
 void OracleReturnLineUpdater.update(ReturnLineDto returnLineDto, DistributedReference orderRef)
           
 

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

Methods in com.retek.component.customerorder.impl.remote that return ReturnLineDto
 ReturnLineDto CustomerOrderServicesLocal.readReturnLine(DistributedReference reference, long version)
           
 ReturnLineDto CustomerOrderServicesRemote.readReturnLine(DistributedReference reference, long version)
           
 ReturnLineDto CustomerOrderServicesEjb.readReturnLine(DistributedReference reference, long version)
           
 

Methods in com.retek.component.customerorder.impl.remote with parameters of type ReturnLineDto
 void CustomerOrderServicesLocal.publishCostOfGoodsMessage(ReturnLineDto dto, Quantity returnedQuantity)
           
 void CustomerOrderServicesLocal.publishInventoryAdjustmentMessage(ReturnLineDto dto, Quantity adjustmentQuantity, java.lang.String reasonCode, java.lang.String location)
           
 void CustomerOrderServicesLocal.publishReturnConfirmationCorrespondence(ReturnLineDto dto)
           
 void CustomerOrderServicesRemote.publishCostOfGoodsMessage(ReturnLineDto dto, Quantity returnedQuantity)
           
 void CustomerOrderServicesRemote.publishInventoryAdjustmentMessage(ReturnLineDto dto, Quantity adjustmentQuantity, java.lang.String reasonCode, java.lang.String location)
           
 void CustomerOrderServicesRemote.publishReturnConfirmationCorrespondence(ReturnLineDto dto)
           
 void CustomerOrderServicesEjb.publishReturnConfirmationCorrespondence(ReturnLineDto dto)
           
 void CustomerOrderServicesEjb.publishInventoryAdjustmentMessage(ReturnLineDto dto, Quantity adjustmentQuantity, java.lang.String reasonCode, java.lang.String location)
           
 void CustomerOrderServicesEjb.publishCostOfGoodsMessage(ReturnLineDto dto, Quantity returnedQuantity)
           
 



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