com.retek.rcom.gui.screen.pendrules
Class PendRulesDialogHandler
java.lang.Object
com.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.pendrules.PendRulesDialogHandler
- public class PendRulesDialogHandler
- extends ScreenHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendRulesDialogHandler
public PendRulesDialogHandler()
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