com.retek.rcom.gui.screen.negativefraud
Class NegativeFraudDialogHandler
java.lang.Object
com.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.negativefraud.NegativeFraudDialogHandler
- public class NegativeFraudDialogHandler
- extends ScreenHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NegativeFraudDialogHandler
public NegativeFraudDialogHandler()
getNegativeFileReasons
public java.util.List getNegativeFileReasons()
- STATE MANAGEMENT
getDefaultNegativeFileReasonType
public java.lang.Object getDefaultNegativeFileReasonType()
getPaymentMethods
public java.util.List getPaymentMethods()
throws SystemException
- Throws:
SystemException
hasAddress
public boolean hasAddress()
throws SystemException
- Throws:
SystemException
getNegativeCustomerRecord
public NegativeCustomerRecord getNegativeCustomerRecord()
- NEGATIVE FRAUD GETTER METHODS
createNegativeCustomerRecord
public void createNegativeCustomerRecord()
throws SystemException
- Throws:
SystemException
setNegativeCustomerRecord
public void setNegativeCustomerRecord(java.lang.Object object)
getNegativeFileReason
public java.lang.Object getNegativeFileReason()
throws SystemException
- Throws:
SystemException
getFileNumber
public java.lang.String getFileNumber()
throws SystemException
- Throws:
SystemException
getSource
public java.lang.String getSource()
throws SystemException
- Throws:
SystemException
getCustomerNumber
public java.lang.String getCustomerNumber()
throws SystemException
- Throws:
SystemException
getComment
public java.lang.String getComment()
throws SystemException
- Throws:
SystemException
getFirstName
public java.lang.String getFirstName()
throws SystemException
- Throws:
SystemException
getMiddleInitial
public java.lang.String getMiddleInitial()
throws SystemException
- Throws:
SystemException
getLastName
public java.lang.String getLastName()
throws SystemException
- Throws:
SystemException
getAddress1
public java.lang.String getAddress1()
throws SystemException
- Throws:
SystemException
getAddress2
public java.lang.String getAddress2()
throws SystemException
- Throws:
SystemException
getAddress3
public java.lang.String getAddress3()
throws SystemException
- Throws:
SystemException
getCity
public java.lang.String getCity()
throws SystemException
- Throws:
SystemException
getState
public java.lang.String getState()
throws SystemException
- Throws:
SystemException
getZipCode
public java.lang.String getZipCode()
throws SystemException
- Throws:
SystemException
getPaymentMethod
public java.lang.Object getPaymentMethod()
throws SystemException
- Throws:
SystemException
getDayPhone
public java.lang.String getDayPhone()
throws SystemException
- Throws:
SystemException
getEvePhone
public java.lang.String getEvePhone()
throws SystemException
- Throws:
SystemException
getEmail
public java.lang.String getEmail()
throws SystemException
- Throws:
SystemException
getOrderNumber
public java.lang.String getOrderNumber()
throws SystemException
- Throws:
SystemException
getAccountNumber
public java.lang.String getAccountNumber()
throws SystemException
- Throws:
SystemException
getCreatedBy
public java.lang.String getCreatedBy()
throws SystemException
- Throws:
SystemException
getCreateDate
public java.lang.String getCreateDate()
throws SystemException
- Throws:
SystemException
getUpdatedBy
public java.lang.String getUpdatedBy()
throws SystemException
- Throws:
SystemException
getUpdateDate
public java.lang.String getUpdateDate()
throws SystemException
- Throws:
SystemException
getInactiveCheck
public boolean getInactiveCheck()
throws SystemException
- Throws:
SystemException
setCustomerNumber
public void setCustomerNumber(java.lang.String number)
throws SystemException
- NEGATIVE FRAUD SETTER METHODS
- Throws:
SystemException
setComment
public void setComment(java.lang.String comment)
throws SystemException
- Throws:
SystemException
setFirstName
public void setFirstName(java.lang.String firstName)
throws SystemException
- Throws:
SystemException
setMiddleInitial
public void setMiddleInitial(java.lang.String middleInitial)
throws SystemException
- Throws:
SystemException
setLastName
public void setLastName(java.lang.String lastName)
throws SystemException
- Throws:
SystemException
setAddressLine1
public void setAddressLine1(java.lang.String line1)
throws SystemException
- Throws:
SystemException
setAddressLine2
public void setAddressLine2(java.lang.String line2)
throws SystemException
- Throws:
SystemException
setAddressLine3
public void setAddressLine3(java.lang.String line3)
throws SystemException
- Throws:
SystemException
setCity
public void setCity(java.lang.String city)
throws SystemException
- Throws:
SystemException
setState
public void setState(java.lang.String state)
throws SystemException
- Throws:
SystemException
setPostalCode
public void setPostalCode(java.lang.String postalCode)
throws SystemException
- Throws:
SystemException
setDayPhone
public void setDayPhone(java.lang.String dayPhone)
throws SystemException
- Throws:
SystemException
setEvePhone
public void setEvePhone(java.lang.String evePhone)
throws SystemException
- Throws:
SystemException
setEmail
public void setEmail(java.lang.String email)
throws SystemException
- Throws:
SystemException
setOrderNumber
public void setOrderNumber(java.lang.String orderNumber)
throws SystemException
- Throws:
SystemException
setAccountNumber
public void setAccountNumber(java.lang.String accountNumber)
throws SystemException
- Throws:
SystemException
setPaymentMethod
public void setPaymentMethod(java.lang.Object paymentMethod)
throws SystemException
- Throws:
SystemException
setNegativeFileReason
public void setNegativeFileReason(java.lang.Object reason)
throws SystemException
- Throws:
SystemException
setInactive
public void setInactive(boolean inactive)
throws SystemException
- Throws:
SystemException
submit
public void submit()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
discardChanges
public void discardChanges()
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25