com.retek.rcom.gui.screen.pendrules
Class PendRulesDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.pendrules.PendRulesDialogHandler

public class PendRulesDialogHandler
extends ScreenHandler


Constructor Summary
PendRulesDialogHandler()
           
 
Method Summary
 void createPendRule()
          PEND RULE GETTER METHODS
 void discardChanges()
           
 java.util.List getAllAVSCodes()
           
 java.util.List getAllBanners()
           
 java.util.List getAllDepartments()
           
 java.util.List getAllManualOrderPendReasons()
          LIST METHODS
 java.util.List getAllOrderLineTypes()
           
 java.util.List getAllOrderSources()
           
 java.util.Collection getAllOrderTasks()
           
 java.util.List getAllOrderTypes()
           
 java.util.List getAllPaymentTypes()
           
 java.util.List getAllPendRuleTypes()
           
 java.util.List getAllRoles()
           
 java.lang.Object getAvsCode()
           
 java.lang.Object getDefaultPendRuleType()
           
 java.lang.Object getDefaultReturnRequired()
           
 java.lang.Object getDepartment()
           
 java.lang.String getOrderLineQty()
           
 java.lang.String getOrderLineTotal()
           
 java.lang.Object getOrderLineType()
           
 java.lang.Object getOrderSource()
           
 java.lang.Object getOrderType()
           
 java.lang.Object getPaymentType()
           
 java.lang.String getPendOrderHeaderAccomodationsAmount()
           
 java.lang.String getPendOrderLineAccomodationsAmount()
           
 java.lang.Object getPendReason()
           
 java.lang.Object getPendRuleType()
           
 java.lang.Object getReturnRequired()
           
 java.util.List getReturnRequiredOptions()
           
 java.lang.Object getRole()
           
 java.util.Set getRuleBanners()
           
 java.lang.String getRuleDescription()
           
 java.lang.Object getTask()
           
 java.lang.Object getTaskForPendReason(java.lang.Object object)
           
 java.lang.String getTotalTolerance()
           
 boolean isAccommodationOrderHeaderAmountSet()
           
 boolean isAccommodationOrderLineAmountSet()
           
 boolean isAccommodationRule()
           
 boolean isBillToShipTo()
           
 boolean isHighRiskZip()
           
 boolean isMultiplePend()
           
 boolean isNegativeFileMatch()
           
 boolean isOrderHeaderRule()
           
 boolean isOrderLineRule()
           
 boolean isReturnLineRule()
           
 boolean isSecurityCode()
           
 void setAvsCode(java.lang.Object avsCode)
           
 void setBanners(java.lang.Object[] banners)
           
 void setBillToShipTo(boolean isSelected)
           
 void setDepartment(java.lang.Object department)
           
 void setDescription(java.lang.String description)
           
 void setHighRiskZip(boolean isSelected)
           
 void setMultiplePend(boolean isMultiplePend)
           
 void setNegativeFileMatch(boolean isSelected)
           
 void setOrderLineQty(java.lang.String quantity)
           
 void setOrderLineTotal(java.lang.String orderLineTotal)
           
 void setOrderLineType(java.lang.Object orderLineType)
           
 void setOrderSource(java.lang.Object object)
           
 void setOrderType(java.lang.Object orderType)
           
 void setPaymentType(java.lang.Object paymentType)
           
 void setPendOrderHeaderAccomodationsAmount(java.lang.String pendAccommodationsAmount)
           
 void setPendOrderLineAccomodationsAmount(java.lang.String pendAccommodationsAmount)
           
 void setPendReason(java.lang.Object object)
          PEND RULE SETTER METHODS
 void setPendRule(java.lang.Object object)
           
 void setPendRuleType(java.lang.Object object)
          PEND RULE TYPE METHODS
 void setReturnRequired(java.lang.Object object)
           
 void setRole(java.lang.Object role)
           
 void setSecurityCode(boolean isSelected)
           
 void setTask(java.lang.Object object)
           
 void setTotalTolerance(java.lang.String tolerance)
           
 void submit()
           
 
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

PendRulesDialogHandler

public PendRulesDialogHandler()
Method Detail

getAllManualOrderPendReasons

public java.util.List getAllManualOrderPendReasons()
                                            throws SystemException
LIST METHODS

Throws:
SystemException

getAllPendRuleTypes

public java.util.List getAllPendRuleTypes()

getAllAVSCodes

public java.util.List getAllAVSCodes()
                              throws SystemException
Throws:
SystemException

getAllPaymentTypes

public java.util.List getAllPaymentTypes()
                                  throws SystemException
Throws:
SystemException

getAllOrderSources

public java.util.List getAllOrderSources()
                                  throws SystemException
Throws:
SystemException

getAllOrderTypes

public java.util.List getAllOrderTypes()

getAllOrderLineTypes

public java.util.List getAllOrderLineTypes()

getAllDepartments

public java.util.List getAllDepartments()
                                 throws SystemException
Throws:
SystemException

getAllBanners

public java.util.List getAllBanners()

getReturnRequiredOptions

public java.util.List getReturnRequiredOptions()

getDefaultReturnRequired

public java.lang.Object getDefaultReturnRequired()

getAllRoles

public java.util.List getAllRoles()
                           throws SystemException
Throws:
SystemException

setPendRuleType

public void setPendRuleType(java.lang.Object object)
                     throws SystemException
PEND RULE TYPE METHODS

Throws:
SystemException

isOrderHeaderRule

public boolean isOrderHeaderRule()
                          throws SystemException
Throws:
SystemException

isOrderLineRule

public boolean isOrderLineRule()
                        throws SystemException
Throws:
SystemException

isReturnLineRule

public boolean isReturnLineRule()
                         throws SystemException
Throws:
SystemException

isAccommodationRule

public boolean isAccommodationRule()
                            throws SystemException
Throws:
SystemException

createPendRule

public void createPendRule()
                    throws SystemException
PEND RULE GETTER METHODS

Throws:
SystemException

setPendRule

public void setPendRule(java.lang.Object object)

getPendReason

public java.lang.Object getPendReason()
                               throws SystemException
Throws:
SystemException

getTask

public java.lang.Object getTask()
                         throws SystemException
Throws:
SystemException

getRuleDescription

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

getRuleBanners

public java.util.Set getRuleBanners()
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

getAllOrderTasks

public java.util.Collection getAllOrderTasks()
                                      throws SystemException
Throws:
SystemException

getAvsCode

public java.lang.Object getAvsCode()
                            throws SystemException,
                                   BusinessException
Throws:
SystemException
BusinessException

getPaymentType

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

getOrderSource

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

getOrderType

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

getOrderLineType

public java.lang.Object getOrderLineType()
                                  throws SystemException
Throws:
SystemException

getDepartment

public java.lang.Object getDepartment()
                               throws SystemException
Throws:
SystemException

getOrderLineQty

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

getTotalTolerance

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

getOrderLineTotal

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

getPendOrderHeaderAccomodationsAmount

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

getPendOrderLineAccomodationsAmount

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

getReturnRequired

public java.lang.Object getReturnRequired()
                                   throws SystemException
Throws:
SystemException

getRole

public java.lang.Object getRole()
                         throws SystemException
Throws:
SystemException

getTaskForPendReason

public java.lang.Object getTaskForPendReason(java.lang.Object object)
                                      throws SystemException
Throws:
SystemException

getPendRuleType

public java.lang.Object getPendRuleType()
                                 throws SystemException
Throws:
SystemException

isMultiplePend

public boolean isMultiplePend()
                       throws SystemException
Throws:
SystemException

isHighRiskZip

public boolean isHighRiskZip()
                      throws SystemException
Throws:
SystemException

isSecurityCode

public boolean isSecurityCode()
                       throws SystemException
Throws:
SystemException

isNegativeFileMatch

public boolean isNegativeFileMatch()
                            throws SystemException
Throws:
SystemException

isBillToShipTo

public boolean isBillToShipTo()
                       throws SystemException
Throws:
SystemException

setPendReason

public void setPendReason(java.lang.Object object)
                   throws SystemException
PEND RULE SETTER METHODS

Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setMultiplePend

public void setMultiplePend(boolean isMultiplePend)
                     throws SystemException
Throws:
SystemException

setBanners

public void setBanners(java.lang.Object[] banners)
                throws SystemException
Throws:
SystemException

setAvsCode

public void setAvsCode(java.lang.Object avsCode)
                throws SystemException
Throws:
SystemException

setPaymentType

public void setPaymentType(java.lang.Object paymentType)
                    throws SystemException
Throws:
SystemException

setOrderSource

public void setOrderSource(java.lang.Object object)
                    throws SystemException
Throws:
SystemException

setOrderType

public void setOrderType(java.lang.Object orderType)
                  throws SystemException
Throws:
SystemException

setOrderLineType

public void setOrderLineType(java.lang.Object orderLineType)
                      throws SystemException
Throws:
SystemException

setDepartment

public void setDepartment(java.lang.Object department)
                   throws SystemException
Throws:
SystemException

setOrderLineQty

public void setOrderLineQty(java.lang.String quantity)
                     throws SystemException
Throws:
SystemException

setTotalTolerance

public void setTotalTolerance(java.lang.String tolerance)
                       throws SystemException
Throws:
SystemException

setOrderLineTotal

public void setOrderLineTotal(java.lang.String orderLineTotal)
                       throws SystemException
Throws:
SystemException

setReturnRequired

public void setReturnRequired(java.lang.Object object)
                       throws SystemException
Throws:
SystemException

setRole

public void setRole(java.lang.Object role)
             throws SystemException
Throws:
SystemException

setHighRiskZip

public void setHighRiskZip(boolean isSelected)
                    throws SystemException
Throws:
SystemException

setSecurityCode

public void setSecurityCode(boolean isSelected)
                     throws SystemException
Throws:
SystemException

setNegativeFileMatch

public void setNegativeFileMatch(boolean isSelected)
                          throws SystemException
Throws:
SystemException

setBillToShipTo

public void setBillToShipTo(boolean isSelected)
                     throws SystemException
Throws:
SystemException

setPendOrderHeaderAccomodationsAmount

public void setPendOrderHeaderAccomodationsAmount(java.lang.String pendAccommodationsAmount)
                                           throws SystemException
Throws:
SystemException

setPendOrderLineAccomodationsAmount

public void setPendOrderLineAccomodationsAmount(java.lang.String pendAccommodationsAmount)
                                         throws SystemException
Throws:
SystemException

setTask

public void setTask(java.lang.Object object)
             throws SystemException
Throws:
SystemException

submit

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

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

getDefaultPendRuleType

public java.lang.Object getDefaultPendRuleType()

isAccommodationOrderHeaderAmountSet

public boolean isAccommodationOrderHeaderAmountSet()
                                            throws SystemException
Throws:
SystemException

isAccommodationOrderLineAmountSet

public boolean isAccommodationOrderLineAmountSet()
                                          throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25