com.retek.rcom.gui.screen.returnreason
Class ReturnReasonHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.returnreason.ReturnReasonHandler

public class ReturnReasonHandler
extends ScreenHandler


Constructor Summary
ReturnReasonHandler()
           
 
Method Summary
 java.lang.String getReturnReasonDescription()
          RETURN REASON GETTERS
 java.util.List getReturnReasons()
          FIND ALL REASONS
 boolean isGifting()
           
 boolean isShippingAndHandling()
           
 boolean isVas()
           
 void setRefundGift(boolean giftRefund)
           
 void setRefundShippingHandling(boolean shippingRefund)
           
 void setRefundValueAddedServie(boolean valueAddedRefund)
           
 void setReturnReason(java.lang.Object object)
          RETURN REASON SETTERS
 void submitReturnReason()
           
 
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

ReturnReasonHandler

public ReturnReasonHandler()
Method Detail

getReturnReasons

public java.util.List getReturnReasons()
                                throws SystemException,
                                       BusinessException
FIND ALL REASONS

Throws:
SystemException
BusinessException

setReturnReason

public void setReturnReason(java.lang.Object object)
RETURN REASON SETTERS


setRefundShippingHandling

public void setRefundShippingHandling(boolean shippingRefund)
                               throws SystemException
Throws:
SystemException

setRefundGift

public void setRefundGift(boolean giftRefund)
                   throws SystemException
Throws:
SystemException

setRefundValueAddedServie

public void setRefundValueAddedServie(boolean valueAddedRefund)
                               throws SystemException
Throws:
SystemException

submitReturnReason

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

getReturnReasonDescription

public java.lang.String getReturnReasonDescription()
                                            throws SystemException
RETURN REASON GETTERS

Throws:
SystemException

isShippingAndHandling

public boolean isShippingAndHandling()
                              throws SystemException
Throws:
SystemException

isVas

public boolean isVas()
              throws SystemException
Throws:
SystemException

isGifting

public boolean isGifting()
                  throws SystemException
Throws:
SystemException


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