com.retek.rcom.gui.screen.mailorder
Class MailOrderBatchSummaryHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.mailorder.MailOrderBatchSummaryHandler

public class MailOrderBatchSummaryHandler
extends ScreenHandler


Constructor Summary
MailOrderBatchSummaryHandler()
           
 
Method Summary
 void createNewMailOrder()
           
 java.lang.String getBatchNumber()
           
 java.lang.String getBatchStatus()
           
 java.lang.String getConcept()
           
 java.lang.String getCreateDate()
           
 java.lang.String getNumOrdersEntered()
           
 java.lang.String getNumOrdersExpected()
           
 java.lang.String getOrderSource()
           
 java.lang.String getOrderType()
           
 java.lang.String getTenderAmountEntered()
           
 java.lang.String getTenderAmountExpected()
           
 java.lang.String getVarianceAmount()
           
 java.lang.String getVarianceNumber()
           
 boolean hasMailOrderBatch()
           
 boolean hasPhysicalTender()
           
 boolean isMailOrderModified()
           
 boolean isPendAllowed()
           
 boolean isReleaseAllowed()
           
 void pendBatch()
           
 void releaseBatch()
           
 void retrieveDataFromRepository()
           
 
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

MailOrderBatchSummaryHandler

public MailOrderBatchSummaryHandler()
Method Detail

retrieveDataFromRepository

public void retrieveDataFromRepository()

pendBatch

public void pendBatch()
               throws SystemException,
                      BusinessException
Throws:
SystemException
BusinessException

releaseBatch

public void releaseBatch()
                  throws SystemException,
                         BusinessException
Throws:
SystemException
BusinessException

getBatchNumber

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

getCreateDate

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

getConcept

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

getOrderType

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

getOrderSource

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

getNumOrdersExpected

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

getTenderAmountExpected

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

getVarianceAmount

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

getVarianceNumber

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

getTenderAmountEntered

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

getNumOrdersEntered

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

getBatchStatus

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

hasMailOrderBatch

public boolean hasMailOrderBatch()

hasPhysicalTender

public boolean hasPhysicalTender()
                          throws SystemException
Throws:
SystemException

isReleaseAllowed

public boolean isReleaseAllowed()
                         throws SystemException
Throws:
SystemException

isPendAllowed

public boolean isPendAllowed()
                      throws SystemException
Throws:
SystemException

isMailOrderModified

public boolean isMailOrderModified()
                            throws SystemException
Throws:
SystemException

createNewMailOrder

public void createNewMailOrder()
                        throws SystemException,
                               UiBusinessException
Throws:
SystemException
UiBusinessException


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