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

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

Methods in com.retek.component.customerorder.impl that return OrderLineDto
 OrderLineDto CustomerOrderLineImpl.getDto()
           
 OrderLineDto CustomerOrderLineImpl.getOrderLineDto()
           
 

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

Methods in com.retek.component.customerorder.impl.fsm that return OrderLineDto
 OrderLineDto EventData.getOrderLineDto()
           
 

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

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

Methods in com.retek.component.customerorder.impl.persistence that return OrderLineDto
 OrderLineDto CustomerOrderLineDao.read(DistributedReference ref)
          Retrieves a specific OrderLineDto based on the reference.
static OrderLineDto CustomerOrderDbObjectMaster.getOrderLineDto(DistributedContext context, CustomerOrderDto orderDto, com.retek.fsm.State state, DemandStatus demandStatus)
           
 

Methods in com.retek.component.customerorder.impl.persistence with parameters of type OrderLineDto
static AccommodationDto CustomerOrderDbObjectMaster.getOrderLineAccommodationDto(DistributedContext context, CustomerOrderDto orderDto, OrderLineDto orderLineDto, AccommodationReasonDto reasonDto)
           
static CustomerOrderGiftServiceLineDto CustomerOrderDbObjectMaster.getCustomerOrderGiftServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderPersonalizationServiceLineDto CustomerOrderDbObjectMaster.getCustomerOrderPersonalizationServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderMonogramServiceLineDto CustomerOrderDbObjectMaster.getCustomerOrderMonogramServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static CustomerOrderCareCardServiceLineDto CustomerOrderDbObjectMaster.getCustomerOrderCareCardServiceLineDto(DistributedContext context, OrderLineDto lineDto)
           
static void CustomerOrderDbObjectMaster.setInitialState(OrderLineDto dto, com.retek.fsm.State state)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence.cache that return OrderLineDto
 OrderLineDto CacheCustomerOrderLineDao.read(DistributedReference ref)
           
 

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

Methods in com.retek.component.customerorder.impl.persistence.db.oracle that return OrderLineDto
 OrderLineDto OracleOrderLineRetriever.read(DistributedReference ref)
           
 OrderLineDto OracleCustomerOrderLineDao.read(DistributedReference ref)
           
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type OrderLineDto
 void OracleOrderLineUpdater.update(OrderLineDto customerOrderLineDto)
           
 void OracleOrderLineCreator.create(java.lang.String orderId, OrderLineDto customerOrderLineDto)
           
 void OracleOrderLinePromotionCreator.create(OrderLineDto orderLineDto)
           
 void CustomerOrderOracleTestCase.assertOrderLinesAreEqual(OrderLineDto expectedDto, OrderLineDto dto)
           
 void CustomerOrderOracleTestCase.assertOrderLineDtosAreEqual(OrderLineDto expectedDto, OrderLineDto dto)
           
 void CustomerOrderOracleTestCase.assertPackComponentsAreEqual(OrderLineDto expectedDto, OrderLineDto dto)
           
 void CustomerOrderOracleTestCase.assertOrderLinePromotionDiscountsAreEqual(OrderLineDto expectedLineDto, OrderLineDto lineDto)
           
protected  void CustomerOrderOracleTestCase.assertServiceLinesAreEqual(OrderLineDto expectedLineDto, OrderLineDto lineDto)
           
 void CustomerOrderOracleTestCase.modifyOrderLineDto(DistributedContext context, CustomerOrderDto orderDto, OrderLineDto orderLineDto)
           
 void CustomerOrderOracleTestCase.modifyOrderLinePromotions(OrderLineDto orderLineDto)
           
 void CustomerOrderOracleTestCase.modifyOrderLineAccommodations(OrderLineDto dto)
           
 void CustomerOrderOracleTestCase.modifyAllFieldsOnGiftCertificateAttributes(OrderLineDto dto)
           
 java.util.Set OracleOrderLinePackComponentFinder.find(OrderLineDto lineDto)
           
 void OracleServiceLineCreator.create(OrderLineDto orderLineDto)
           
 

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

Fields in com.retek.component.customerorder.impl.remote declared as OrderLineDto
 OrderLineDto ShipmentRequestLineDto.customerOrderLineDto
           
 

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

Methods in com.retek.component.customerorder.impl.remote with parameters of type OrderLineDto
 void CustomerOrderServicesLocal.publishNlaNotificationMessage(OrderLineDto dto)
           
 void CustomerOrderServicesRemote.publishNlaNotificationMessage(OrderLineDto dto)
           
 void CustomerOrderServicesEjb.publishNlaNotificationMessage(OrderLineDto dto)
           
 



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