com.retek.rcom.gui.screen.ordercommon
Class PaymentPrimaryHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.ordercommon.PaymentPrimaryHandler

public class PaymentPrimaryHandler
extends ScreenHandler


Constructor Summary
PaymentPrimaryHandler(OrderScreenType screenType)
           
 
Method Summary
 java.lang.String getAccountNumber()
           
 java.lang.String getAmount()
           
 java.lang.String getAuthorizationCode()
           
 java.lang.String getAvsCode()
           
 java.lang.String getCreditCardSuffix(CreditCard card)
           
 java.lang.String getExpirationDate()
          CREDIT CARD PAYMENT METHODS
 java.lang.String getHolderName()
           
 java.lang.String getPaymentGroupType()
           
 java.util.Collection getPayments()
          SELECTION METHOD
 java.lang.String getPaymentType()
           
 java.lang.String getStatus()
           
 boolean isPaymentCreditCard()
           
 void retrieveDataFromRepository()
          STATE MANAGEMENT
 java.lang.Object retrieveLastSelectedPayment()
           
 void setLastSelectedPayment(java.lang.Object object)
           
 void setPayment(java.lang.Object object)
          CUSTOMER ORDER PAYMENT METHODS
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentPrimaryHandler

public PaymentPrimaryHandler(OrderScreenType screenType)
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()
STATE MANAGEMENT


getPayments

public java.util.Collection getPayments()
                                 throws SystemException
SELECTION METHOD

Throws:
SystemException

setLastSelectedPayment

public void setLastSelectedPayment(java.lang.Object object)

retrieveLastSelectedPayment

public java.lang.Object retrieveLastSelectedPayment()

setPayment

public void setPayment(java.lang.Object object)
CUSTOMER ORDER PAYMENT METHODS


getPaymentGroupType

public java.lang.String getPaymentGroupType()
                                     throws SystemException
Throws:
SystemException

getPaymentType

public java.lang.String getPaymentType()
                                throws SystemException
Throws:
SystemException

getAccountNumber

public java.lang.String getAccountNumber()
                                  throws SystemException,
                                         BusinessException
Throws:
SystemException
BusinessException

isPaymentCreditCard

public boolean isPaymentCreditCard()
                            throws SystemException
Throws:
SystemException

getStatus

public java.lang.String getStatus()
                           throws SystemException
Throws:
SystemException

getExpirationDate

public java.lang.String getExpirationDate()
                                   throws SystemException
CREDIT CARD PAYMENT METHODS

Throws:
SystemException

getHolderName

public java.lang.String getHolderName()
                               throws SystemException
Throws:
SystemException

getCreditCardSuffix

public java.lang.String getCreditCardSuffix(CreditCard card)
                                     throws SystemException
Throws:
SystemException

getAuthorizationCode

public java.lang.String getAuthorizationCode()
                                      throws SystemException
Throws:
SystemException

getAvsCode

public java.lang.String getAvsCode()
                            throws SystemException
Throws:
SystemException

getAmount

public java.lang.String getAmount()
                           throws SystemException
Throws:
SystemException


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