Uses of Interface
com.retek.component.customerorder.NoCustomerInformationReturn

Packages that use NoCustomerInformationReturn
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.rcom.gui.wrapper   
 

Uses of NoCustomerInformationReturn in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return NoCustomerInformationReturn
 NoCustomerInformationReturn ReturnLine.getSourceNoCustomerInformationReturn()
          Return no customer information return source detail for the return line.
 NoCustomerInformationReturn CustomerOrderManager.readNoCustomerInformationReturn(DistributedReference noCustomerInformationReturnRef)
           
 NoCustomerInformationReturn CustomerOrderManager.buildNoCustomerInformationReturn(SellableItem sellableItem, Quantity qty, RDate returnDate, ReturnReason returnReason, SupplierReturnDisposition disposition, java.lang.String comments)
           
 

Methods in com.retek.component.customerorder with parameters of type NoCustomerInformationReturn
 ReturnLine CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine, User user, NoCustomerInformationReturn noCustomerInfoReturn)
           
 

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

Classes in com.retek.component.customerorder.impl that implement NoCustomerInformationReturn
 class NoCustomerInformationReturnImpl
           
 

Methods in com.retek.component.customerorder.impl that return NoCustomerInformationReturn
 NoCustomerInformationReturn CustomerOrderManagerImpl.buildNoCustomerInformationReturn(SellableItem sellableItem, Quantity qty, RDate returnDate, ReturnReason returnReason, SupplierReturnDisposition disposition, java.lang.String comments)
           
 NoCustomerInformationReturn CustomerOrderManagerImpl.readNoCustomerInformationReturn(DistributedReference noCustomerInformationReturnRef)
           
 NoCustomerInformationReturn ReturnLineImpl.getSourceNoCustomerInformationReturn()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type NoCustomerInformationReturn
 ReturnLine CustomerOrderManagerImpl.buildReturnLineInstance(CustomerOrderLine orderLine, User user, NoCustomerInformationReturn noCustomerInforReturn)
           
 void ReturnLineImpl.setSourceNoCustomerInformationReturn(NoCustomerInformationReturn noCustomerInforReturn)
           
 

Uses of NoCustomerInformationReturn in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return NoCustomerInformationReturn
static NoCustomerInformationReturn CustomerOrderObjectMaster.createNoCustomerInformationReturn(DistributedContext context, SellableItem sellableItem, Quantity qty, ReturnReason reason, SupplierReturnDisposition disposition)
           
static NoCustomerInformationReturn CustomerOrderObjectMaster.createNoCustomerInformationReturn(DistributedContext context, Sku sku, Quantity qty)
           
static NoCustomerInformationReturn CustomerOrderObjectMaster.createNoCustomerInformationReturn(DistributedContext context)
           
 

Uses of NoCustomerInformationReturn in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that return NoCustomerInformationReturn
 NoCustomerInformationReturn RcomOrderLine.getSourceNoCustomerInformationReturn()
          Retrieves an object that represents the values on a return that has no customer information associated with it.
 



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