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

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

Methods in com.retek.component.customerorder.impl that return OrderPendReasonDto
 OrderPendReasonDto OrderPendReasonImpl.getDto()
           
 

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

Methods in com.retek.component.customerorder.impl.persistence that return OrderPendReasonDto
 OrderPendReasonDto CustomerOrderDao.readOrderPendReason(DistributedReference ref)
          Retrieves a specific orderPendReason based on the reference.
 OrderPendReasonDto CustomerOrderDao.persist(OrderPendReasonDto dto)
          Persists a specific Order Pend Reason
static OrderPendReasonDto CustomerOrderDbObjectMaster.getOrderPendReasonDto(DistributedContext context)
           
static OrderPendReasonDto CustomerOrderDbObjectMaster.persistedNewOrderPendReasonDto(DistributedContext context, OrderPendReasonType type)
           
 

Methods in com.retek.component.customerorder.impl.persistence with parameters of type OrderPendReasonDto
 OrderPendReasonDto CustomerOrderDao.persist(OrderPendReasonDto dto)
          Persists a specific Order Pend Reason
static CustomerOrderPendReasonDto CustomerOrderDbObjectMaster.getCustomerOrderPendReasonDto(DistributedContext context, boolean active, OrderPendReasonDto pendReasonDto, DistributedReference pendRuleRef)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence.cache that return OrderPendReasonDto
 OrderPendReasonDto CacheCustomerOrderDao.readOrderPendReason(DistributedReference ref)
           
 OrderPendReasonDto CacheCustomerOrderDao.persist(OrderPendReasonDto dto)
           
 

Methods in com.retek.component.customerorder.impl.persistence.cache with parameters of type OrderPendReasonDto
 OrderPendReasonDto CacheCustomerOrderDao.persist(OrderPendReasonDto dto)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence.db.oracle that return OrderPendReasonDto
 OrderPendReasonDto OracleOrderPendReasonReader.read(DistributedReference ref)
           
 OrderPendReasonDto OracleCustomerOrderDao.persist(OrderPendReasonDto dto)
           
 OrderPendReasonDto OracleCustomerOrderDao.readOrderPendReason(DistributedReference ref)
           
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type OrderPendReasonDto
 void OracleOrderPendReasonUpdater.update(OrderPendReasonDto dto)
           
 OrderPendReasonDto OracleCustomerOrderDao.persist(OrderPendReasonDto dto)
           
 void OracleOrderPendReasonCreator.create(OrderPendReasonDto dto)
           
 void CustomerOrderOracleTestCase.assertOrderPendReasonDtosEqual(OrderPendReasonDto expectedDto, OrderPendReasonDto dto)
           
 void CustomerOrderOracleTestCase.modifyOrderPendReason(OrderPendReasonDto dto)
           
 

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

Fields in com.retek.component.customerorder.impl.remote declared as OrderPendReasonDto
 OrderPendReasonDto CustomerOrderPendReasonDto.orderPendReasonDto
           
 

Methods in com.retek.component.customerorder.impl.remote that return OrderPendReasonDto
 OrderPendReasonDto CustomerOrderServicesLocal.readOrderPendReason(DistributedReference ref)
           
 OrderPendReasonDto CustomerOrderServicesLocal.submit(OrderPendReasonDto dto)
           
 OrderPendReasonDto CustomerOrderServicesRemote.readOrderPendReason(DistributedReference ref)
           
 OrderPendReasonDto CustomerOrderServicesRemote.submit(OrderPendReasonDto dto)
           
 OrderPendReasonDto CustomerOrderServicesEjb.readOrderPendReason(DistributedReference ref)
           
 OrderPendReasonDto CustomerOrderServicesEjb.submit(OrderPendReasonDto dto)
           
 

Methods in com.retek.component.customerorder.impl.remote with parameters of type OrderPendReasonDto
 OrderPendReasonDto CustomerOrderServicesLocal.submit(OrderPendReasonDto dto)
           
 OrderPendReasonDto CustomerOrderServicesRemote.submit(OrderPendReasonDto dto)
           
 OrderPendReasonDto CustomerOrderServicesEjb.submit(OrderPendReasonDto dto)
           
 



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