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

Packages that use CustomerOrderTransactionGroup
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.salesaudit.impl.remote.command   
 

Uses of CustomerOrderTransactionGroup in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return CustomerOrderTransactionGroup
 CustomerOrderTransactionGroup ShippedContainerLine.getTransactionGroup()
           
 CustomerOrderTransactionGroup CustomerOrderTransactionItem.getTransactionGroup()
           
 CustomerOrderTransactionGroup CustomerOrderManager.buildCustomerOrderTransactionGroupInstance(CustomerOrder order)
           
 

Methods in com.retek.component.customerorder with parameters of type CustomerOrderTransactionGroup
 void CustomerOrderTransactionItem.setTransactionGroup(CustomerOrderTransactionGroup transactionGroup)
           
 java.util.Set CustomerOrder.getTransactionGroupItems(CustomerOrderTransactionGroup transactionGroup)
           
 void CustomerOrder.addTransactionGroup(CustomerOrderTransactionGroup transactionGroup)
           
 

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

Classes in com.retek.component.customerorder.impl that implement CustomerOrderTransactionGroup
 class CustomerOrderTransactionGroupImpl
           
 

Methods in com.retek.component.customerorder.impl that return CustomerOrderTransactionGroup
 CustomerOrderTransactionGroup CustomerOrderPaymentImpl.getTransactionGroup()
           
 CustomerOrderTransactionGroup AccommodationImpl.getTransactionGroup()
           
 CustomerOrderTransactionGroup CustomerOrderLineImpl.getTransactionGroup()
           
 CustomerOrderTransactionGroup CustomerOrderTransactionGroupFactory.createTransactionGroup(CustomerOrderTransactionItem transactionItem)
           
 CustomerOrderTransactionGroup CustomerOrderManagerImpl.buildCustomerOrderTransactionGroupInstance(CustomerOrder order)
           
 CustomerOrderTransactionGroup ShippedContainerLineImpl.getTransactionGroup()
           
 CustomerOrderTransactionGroup ReturnLineImpl.getTransactionGroup()
           
 CustomerOrderTransactionGroup ShipToImpl.getReturnTransactionGroup()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderTransactionGroup
 void CustomerOrderPaymentImpl.setTransactionGroup(CustomerOrderTransactionGroup transactionGroup)
           
 void AccommodationImpl.setTransactionGroup(CustomerOrderTransactionGroup transactionGroup)
           
 void CustomerOrderLineImpl.setTransactionGroup(CustomerOrderTransactionGroup transactionGroup)
           
 void CustomerOrderImpl.addPayment(CustomerOrderPayment payment, CustomerOrderTransactionGroup group, boolean reapplyPromotions)
           
 void CustomerOrderImpl.doAddPayment(CustomerOrderPaymentImpl payment, CustomerOrderTransactionGroup group, boolean reapplyPromotions)
           
 void CustomerOrderImpl.addTransactionGroup(CustomerOrderTransactionGroup transactionGroup)
           
 java.util.Set CustomerOrderImpl.getTransactionGroupItems(CustomerOrderTransactionGroup transactionGroup)
           
protected  ShipToImpl CustomerOrderManagerImpl.buildShipToInstance(CustomerOrderImpl customerOrderImpl, CustomerAddress customerShipToAddress, CustomerOrderTransactionGroup group, ShipToTotalsImpl shipToTotalsImpl)
           
 void ReturnLineImpl.setTransactionGroup(CustomerOrderTransactionGroup transactionGroup)
           
 

Constructors in com.retek.component.customerorder.impl with parameters of type CustomerOrderTransactionGroup
ShipToImpl(DistributedContext context, DistributedReference ref, CustomerOrder order, CustomerAddress customerShipToAddress, CustomerOrderTransactionGroup group)
           
 

Uses of CustomerOrderTransactionGroup in com.retek.component.salesaudit.impl.remote.command
 

Fields in com.retek.component.salesaudit.impl.remote.command declared as CustomerOrderTransactionGroup
protected  CustomerOrderTransactionGroup SaeExportMerchandiseTender.transactionGroup
           
 

Methods in com.retek.component.salesaudit.impl.remote.command that return CustomerOrderTransactionGroup
 CustomerOrderTransactionGroup SaeExportMerchandiseTender.getTransactionGroup()
           
 

Constructors in com.retek.component.salesaudit.impl.remote.command with parameters of type CustomerOrderTransactionGroup
SaeExportReturnMerchandiseTender(CustomerOrderTransactionGroup transactionGroup)
           
SaeExportSaleMerchandiseReversalTender(CustomerOrderTransactionGroup group)
           
SaeExportMerchandiseTender(CustomerOrderTransactionGroup transactionGroup)
           
SaeExportSaleMerchandiseTender(CustomerOrderTransactionGroup transactionGroup)
           
 



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