Uses of Class
com.retek.rcom.gui.screen.ordercommon.OrderScreenType

Packages that use OrderScreenType
com.retek.rcom.gui.core   
com.retek.rcom.gui.screen.ordercommon   
com.retek.rcom.gui.screen.orderentry   
com.retek.rcom.gui.screen.ordermain   
com.retek.rcom.gui.wrapper   
 

Uses of OrderScreenType in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core with parameters of type OrderScreenType
static void RcomManager.putSellingListDisplayManager(SellingListDisplayManager manager, OrderScreenType type)
          SELLING LIST DISPLAY MANAGER
static SellingListDisplayManager RcomManager.getSellingListDisplayManager(OrderScreenType type)
           
static CustomerOrder RcomRepository.retrieveCustomerOrder(OrderScreenType screenType)
          CUSTOMER ORDER
static void RcomRepository.storeCustomerOrder(CustomerOrder order, OrderScreenType screenType)
           
static void RcomRepository.storeOrderEventList(java.util.List eventList, OrderScreenType screenType)
          ORDER EVENT LIST
static java.util.List RcomRepository.retrieveOrderEventList(OrderScreenType screenType)
           
static void RcomRepository.storeOrderTotals(CustomerOrderTotal orderTotals, OrderScreenType screenType)
          ORDER TOTAL METHODS
static CustomerOrderTotal RcomRepository.retrieveOrderTotals(OrderScreenType screenType)
           
 

Uses of OrderScreenType in com.retek.rcom.gui.screen.ordercommon
 

Fields in com.retek.rcom.gui.screen.ordercommon declared as OrderScreenType
static OrderScreenType OrderScreenType.ENTRY_ORDER
           
static OrderScreenType OrderScreenType.MAINTENANCE_ORDER
           
static OrderScreenType OrderScreenType.MAIL_ORDER
           
 

Methods in com.retek.rcom.gui.screen.ordercommon with parameters of type OrderScreenType
 void OrderLineAccommodationDialog.setScreenType(OrderScreenType screenType)
           
 void PromotionPlanCodeDialog.setPromotion(java.lang.Object promotion, OrderScreenType screenType)
           
 void PromotionPlanCodeDialogHandler.setOrderScreenType(OrderScreenType screenType)
           
 void OrderAccommodationDialog.setScreenType(OrderScreenType screenType)
           
 

Constructors in com.retek.rcom.gui.screen.ordercommon with parameters of type OrderScreenType
CreditCardPaymentDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
OrderHistoryPrimaryHandler(OrderScreenType screenType)
           
PromotionItemDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
PromotionItemDialog(javax.swing.JDialog dialog, OrderScreenType screenType)
           
ShippingRequestPrimaryView(OrderScreenType screenType)
           
PromotionItemDialogHandler(OrderScreenType screenType)
           
CheckPaymentDialogHandler(OrderScreenType screenType)
          STATE MANAGEMENT
PaymentPrimaryView(OrderScreenType screenType)
           
OrderCommentDialog(javax.swing.JFrame frame, boolean isEntryComment, OrderScreenType screenType)
           
GiftableDialogHandler(OrderScreenType screenType)
           
PersonalizationHandler(OrderScreenType screenType)
           
CashPaymentDialogHandler(OrderScreenType screenType)
          STATE MANAGEMENT
OrderAccommodationDialogHandler(OrderScreenType screenType)
           
OrderSpecialHandlingHandler(OrderScreenType orderScreenType)
          STATE MANAGEMENT
OrderCommentHandler(OrderScreenType screenType)
           
PersonalizationDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
PersonalizationDialog(javax.swing.JDialog dialog, OrderScreenType screenType)
           
OrderSpecialHandlingTab(OrderScreenType orderScreenType)
           
OrderMessagesHandler(OrderScreenType orderScreenType)
           
CertificatePaymentDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
GiftCardPaymentDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
OrderLinePrimaryView(OrderScreenType screenType)
          ORDER LINE PRIMARY VIEW
CreditCardPaymentDialogHandler(OrderScreenType screenType)
          STATE MANAGEMENT
GiftCardPaymentDialogHandler(OrderScreenType screenType)
           
OrderHistoryPrimaryView(OrderScreenType screenType)
           
OrderMessagesTab(OrderScreenType screenType)
           
ShippingRequestPrimaryHandler(OrderScreenType screenType)
           
OrderLineAccommodationDialogHandler(OrderScreenType screenType)
           
PaymentPrimaryHandler(OrderScreenType screenType)
           
CertificatePaymentDialogHandler(OrderScreenType screenType)
          STATE MANAGEMENT
OrderLinePrimaryHandler(OrderScreenType orderScreenType)
          STATE MANAGEMENT
MonogrammingHandler(OrderScreenType screenType)
          STATE MANAGEMENT
CashPaymentDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
MonogrammingDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
MonogrammingDialog(javax.swing.JDialog dialog, OrderScreenType screenType)
           
CheckPaymentDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
GiftableDialog(javax.swing.JFrame frame, OrderScreenType screenType)
           
GiftableDialog(javax.swing.JDialog dialog, OrderScreenType screenType)
           
 

Uses of OrderScreenType in com.retek.rcom.gui.screen.orderentry
 

Constructors in com.retek.rcom.gui.screen.orderentry with parameters of type OrderScreenType
OrderEntryCustomerTab(OrderScreenType screenType)
           
OrderEntryLineTab(OrderScreenType screenType)
           
OrderEntryPaymentHandler(OrderScreenType screenType)
          STATE MANAGEMENT
OrderEntryCustomerHandler(OrderScreenType screenType)
           
OrderEntryScreen(OrderScreenType screenType)
          CONSTRUCT SCREEN
SummaryPrimaryView(OrderScreenType screenType)
           
SummaryPrimaryHandler(OrderScreenType screenType)
           
OrderEntryPaymentTab(OrderScreenType screenType)
           
OrderEntryHandler(OrderScreenType type)
           
OrderEntryLineHandler(OrderScreenType screenType)
           
 

Uses of OrderScreenType in com.retek.rcom.gui.screen.ordermain
 

Constructors in com.retek.rcom.gui.screen.ordermain with parameters of type OrderScreenType
OrderMainLineTab(OrderScreenType screenType)
           
 

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

Methods in com.retek.rcom.gui.wrapper with parameters of type OrderScreenType
static void RcomOrderManager.addPaymentToOrder(CustomerOrder order, CustomerOrderPayment payment, OrderScreenType screenType)
          Adds a payment to the customer order and authorize it if necessary.
 



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