com.retek.component.pend
Interface PendRule

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject

public interface PendRule
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String ALERT_PEND_REASON
           
static java.lang.String BANNERS
           
static java.lang.String DESCRIPTION
           
static java.lang.String TASK
           
 
Method Summary
 void addBanner(Banner banner)
           
 boolean checkAdditionalSecurityCodes()
           
 boolean checkForDifferentBillToShipTo()
           
 boolean checkHighRiskZip()
           
 boolean checkNegativeFraudFile()
           
 void clearBanners()
           
 AvsCode getAvsCode()
           
 java.util.Set getBanners()
           
 Department getDepartment()
           
 java.lang.String getDescription()
           
 OrderPendReason getFraudAlertPendReason()
           
 Quantity getLineQty()
           
 Money getOrderHeaderAccommodationAmount()
           
 Money getOrderLineAccommodationAmount()
           
 Money getOrderLineTotal()
           
 OrderLineTypeEnum getOrderLineType()
           
 OrderSource getOrderSource()
           
 Money getOrderTotalTolerance()
           
 OrderType getOrderType()
           
 PendRuleType getPendRuleType()
           
 ReturnRequired getReturnRequired()
           
 Role getRole()
           
 Task getTask()
           
 TenderType getTenderType()
           
 boolean isMultipleCheck()
           
 void setAvsCode(AvsCode avsCode)
           
 void setCheckAdditionalSecurityCodes(boolean checkAdditionalSecurityCodes)
           
 void setCheckForDifferentBillToShipTo(boolean checkForDifferentBillToShipTo)
           
 void setCheckHighRiskZip(boolean checkHighRiskZip)
           
 void setCheckNegativeFraudFile(boolean checkNegativeFraudFile)
           
 void setDepartment(Department department)
           
 void setDescription(java.lang.String description)
           
 void setFraudAlertPendReason(OrderPendReason pendReason)
           
 void setLineQty(Quantity orderLineQty)
           
 void setMultipleCheck(boolean multipleCheck)
           
 void setOrderHeaderAccommodationAmount(Money pendAccommodationsAmount)
           
 void setOrderLineAccommodationAmount(Money pendAccommodationsAmount)
           
 void setOrderLineTotal(Money orderLineTotal)
           
 void setOrderLineType(OrderLineTypeEnum orderLineType)
           
 void setOrderSource(OrderSource orderSource)
           
 void setOrderTotalTolerance(Money orderTotalTolerance)
           
 void setOrderType(OrderType orderType)
           
 void setPendRuleType(PendRuleType type)
           
 void setReturnRequired(ReturnRequired returnRequired)
           
 void setRole(Role role)
           
 void setTask(Task task)
           
 void setTenderType(TenderType tenderType)
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

TASK

public static final java.lang.String TASK
See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values

ALERT_PEND_REASON

public static final java.lang.String ALERT_PEND_REASON
See Also:
Constant Field Values

BANNERS

public static final java.lang.String BANNERS
See Also:
Constant Field Values
Method Detail

getDescription

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

setDescription

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

submit

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

getBanners

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

addBanner

public void addBanner(Banner banner)
               throws SystemException
Throws:
SystemException

clearBanners

public void clearBanners()
                  throws SystemException
Throws:
SystemException

setMultipleCheck

public void setMultipleCheck(boolean multipleCheck)
                      throws SystemException
Throws:
SystemException

isMultipleCheck

public boolean isMultipleCheck()
                        throws SystemException
Throws:
SystemException

getFraudAlertPendReason

public OrderPendReason getFraudAlertPendReason()
                                        throws SystemException
Throws:
SystemException

setFraudAlertPendReason

public void setFraudAlertPendReason(OrderPendReason pendReason)
                             throws SystemException
Throws:
SystemException

getLineQty

public Quantity getLineQty()
                    throws SystemException
Throws:
SystemException

setLineQty

public void setLineQty(Quantity orderLineQty)
                throws SystemException
Throws:
SystemException

getOrderLineTotal

public Money getOrderLineTotal()
                        throws SystemException
Throws:
SystemException

setOrderLineTotal

public void setOrderLineTotal(Money orderLineTotal)
                       throws SystemException
Throws:
SystemException

getOrderLineType

public OrderLineTypeEnum getOrderLineType()
                                   throws SystemException
Throws:
SystemException

setOrderLineType

public void setOrderLineType(OrderLineTypeEnum orderLineType)
                      throws SystemException
Throws:
SystemException

getReturnRequired

public ReturnRequired getReturnRequired()
                                 throws SystemException
Throws:
SystemException

setReturnRequired

public void setReturnRequired(ReturnRequired returnRequired)
                       throws SystemException
Throws:
SystemException

checkAdditionalSecurityCodes

public boolean checkAdditionalSecurityCodes()
                                     throws SystemException
Throws:
SystemException

setCheckAdditionalSecurityCodes

public void setCheckAdditionalSecurityCodes(boolean checkAdditionalSecurityCodes)
                                     throws SystemException
Throws:
SystemException

checkForDifferentBillToShipTo

public boolean checkForDifferentBillToShipTo()
                                      throws SystemException
Throws:
SystemException

setCheckForDifferentBillToShipTo

public void setCheckForDifferentBillToShipTo(boolean checkForDifferentBillToShipTo)
                                      throws SystemException
Throws:
SystemException

checkNegativeFraudFile

public boolean checkNegativeFraudFile()
                               throws SystemException
Throws:
SystemException

setCheckNegativeFraudFile

public void setCheckNegativeFraudFile(boolean checkNegativeFraudFile)
                               throws SystemException
Throws:
SystemException

checkHighRiskZip

public boolean checkHighRiskZip()
                         throws SystemException
Throws:
SystemException

setCheckHighRiskZip

public void setCheckHighRiskZip(boolean checkHighRiskZip)
                         throws SystemException
Throws:
SystemException

getOrderTotalTolerance

public Money getOrderTotalTolerance()
                             throws SystemException
Throws:
SystemException

setOrderTotalTolerance

public void setOrderTotalTolerance(Money orderTotalTolerance)
                            throws SystemException
Throws:
SystemException

getOrderHeaderAccommodationAmount

public Money getOrderHeaderAccommodationAmount()
                                        throws SystemException
Throws:
SystemException

setOrderHeaderAccommodationAmount

public void setOrderHeaderAccommodationAmount(Money pendAccommodationsAmount)
                                       throws SystemException
Throws:
SystemException

getOrderLineAccommodationAmount

public Money getOrderLineAccommodationAmount()
                                      throws SystemException
Throws:
SystemException

setOrderLineAccommodationAmount

public void setOrderLineAccommodationAmount(Money pendAccommodationsAmount)
                                     throws SystemException
Throws:
SystemException

getAvsCode

public AvsCode getAvsCode()
                   throws SystemException,
                          BusinessException
Throws:
SystemException
BusinessException

setAvsCode

public void setAvsCode(AvsCode avsCode)
                throws SystemException
Throws:
SystemException

getRole

public Role getRole()
             throws SystemException
Throws:
SystemException

setRole

public void setRole(Role role)
             throws SystemException
Throws:
SystemException

getOrderSource

public OrderSource getOrderSource()
                           throws SystemException
Throws:
SystemException

setOrderSource

public void setOrderSource(OrderSource orderSource)
                    throws SystemException
Throws:
SystemException

getTenderType

public TenderType getTenderType()
                         throws SystemException
Throws:
SystemException

setTenderType

public void setTenderType(TenderType tenderType)
                   throws SystemException
Throws:
SystemException

getDepartment

public Department getDepartment()
                         throws SystemException
Throws:
SystemException

setDepartment

public void setDepartment(Department department)
                   throws SystemException
Throws:
SystemException

getOrderType

public OrderType getOrderType()
                       throws SystemException
Throws:
SystemException

setOrderType

public void setOrderType(OrderType orderType)
                  throws SystemException
Throws:
SystemException

getPendRuleType

public PendRuleType getPendRuleType()
                             throws SystemException
Throws:
SystemException

setPendRuleType

public void setPendRuleType(PendRuleType type)
                     throws SystemException
Throws:
SystemException

getTask

public Task getTask()
             throws SystemException
Returns:
Task this is the task that this rule is associated to.
Throws:
SystemException

setTask

public void setTask(Task task)
             throws SystemException
Returns:
Task this is the task that this rule is associated to.
Throws:
SystemException


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