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

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

Methods in com.retek.component.customerorder.impl that return MailOrderBatchDto
 MailOrderBatchDto MailOrderBatchImpl.getDto(boolean reloadTrigger)
           
 

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

Methods in com.retek.component.customerorder.impl.fsm that return MailOrderBatchDto
 MailOrderBatchDto EventData.getMailOrderBatchDto()
           
 

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

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

Methods in com.retek.component.customerorder.impl.persistence that return MailOrderBatchDto
static MailOrderBatchDto CustomerOrderDbObjectMaster.getMailOrderBatchDtoWithoutOrderDtos(DistributedContext context)
           
 MailOrderBatchDto MailOrderBatchDao.read(DistributedReference reference)
           
 MailOrderBatchDto MailOrderBatchDao.persist(MailOrderBatchDto mailOrderBatchDto)
           
 

Methods in com.retek.component.customerorder.impl.persistence with parameters of type MailOrderBatchDto
 MailOrderBatchDto MailOrderBatchDao.persist(MailOrderBatchDto mailOrderBatchDto)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence.cache that return MailOrderBatchDto
 MailOrderBatchDto CacheMailOrderBatchDao.persist(MailOrderBatchDto mailOrderBatchDto)
           
 MailOrderBatchDto CacheMailOrderBatchDao.read(DistributedReference reference)
           
 

Methods in com.retek.component.customerorder.impl.persistence.cache with parameters of type MailOrderBatchDto
 MailOrderBatchDto CacheMailOrderBatchDao.persist(MailOrderBatchDto mailOrderBatchDto)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence.db.oracle that return MailOrderBatchDto
 MailOrderBatchDto OracleMailOrderBatchDao.read(DistributedReference reference)
           
 MailOrderBatchDto OracleMailOrderBatchDao.persist(MailOrderBatchDto dto)
           
 MailOrderBatchDto OracleMailOrderBatchRetriever.read(DistributedReference ref)
           
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type MailOrderBatchDto
 void OracleMailOrderBatchDetailCreator.create(MailOrderBatchDto dto)
           
 MailOrderBatchDto OracleMailOrderBatchDao.persist(MailOrderBatchDto dto)
           
 void OracleMailOrderBatchUpdater.update(MailOrderBatchDto dto)
           
 void OracleMailOrderBatchCreator.create(MailOrderBatchDto dto)
           
 void CustomerOrderOracleTestCase.assertMailOrderBatchAreEqual(MailOrderBatchDto expectedDto, MailOrderBatchDto dto)
           
 void CustomerOrderOracleTestCase.modifyMailOrderBatch(DistributedContext context, MailOrderBatchDto dto, DistributedReference bannerRef, java.lang.String batchNum, DistributedReference orderSourceRef)
           
 void OracleMailOrderBatchDetailDeleter.delete(MailOrderBatchDto dto)
           
 

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

Methods in com.retek.component.customerorder.impl.remote that return MailOrderBatchDto
 MailOrderBatchDto CustomerOrderServicesLocal.readMailOrderBatch(DistributedReference reference, long version)
           
 MailOrderBatchDto CustomerOrderServicesLocal.release(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesLocal.submit(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesRemote.readMailOrderBatch(DistributedReference reference, long version)
           
 MailOrderBatchDto CustomerOrderServicesRemote.release(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesRemote.submit(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesEjb.submit(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesEjb.release(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesEjb.readMailOrderBatch(DistributedReference reference, long version)
           
 

Methods in com.retek.component.customerorder.impl.remote with parameters of type MailOrderBatchDto
 java.util.HashMap CustomerOrderServicesLocal.persistOrder(MailOrderBatchDto mailOrderBatchDto, CustomerOrderDto customerOrderDto, DistributedReference userRef, java.lang.String orginalOrderSummary)
           
 MailOrderBatchDto CustomerOrderServicesLocal.release(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesLocal.submit(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 java.util.Map CustomerOrderServicesLocal.submitOrder(MailOrderBatchDto mailOrderDto, CustomerOrderDto orderDto, DistributedReference userRef, java.lang.String originalOrderSummary)
           
 java.util.HashMap CustomerOrderServicesRemote.persistOrder(MailOrderBatchDto mailOrderBatchDto, CustomerOrderDto customerOrderDto, DistributedReference userRef, java.lang.String orginalOrderSummary)
           
 MailOrderBatchDto CustomerOrderServicesRemote.release(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesRemote.submit(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 java.util.Map CustomerOrderServicesRemote.submitOrder(MailOrderBatchDto mailOrderDto, CustomerOrderDto orderDto, DistributedReference userRef, java.lang.String originalOrderSummary)
           
 java.util.Map CustomerOrderServicesEjb.submitOrder(MailOrderBatchDto mailOrderDto, CustomerOrderDto orderDto, DistributedReference userRef, java.lang.String originalOrderSummary)
           
 java.util.HashMap CustomerOrderServicesEjb.persistOrder(MailOrderBatchDto mailOrderBatchDto, CustomerOrderDto customerOrderDto, DistributedReference userRef, java.lang.String orginalOrderSummary)
           
 MailOrderBatchDto CustomerOrderServicesEjb.submit(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 MailOrderBatchDto CustomerOrderServicesEjb.release(MailOrderBatchDto mailOrderBatchDto, DistributedReference userRef)
           
 



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