com.retek.rcom.gui.screen.negativefraud
Class NegativeFraudDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.negativefraud.NegativeFraudDialogHandler

public class NegativeFraudDialogHandler
extends ScreenHandler


Constructor Summary
NegativeFraudDialogHandler()
           
 
Method Summary
 void createNegativeCustomerRecord()
           
 void discardChanges()
           
 java.lang.String getAccountNumber()
           
 java.lang.String getAddress1()
           
 java.lang.String getAddress2()
           
 java.lang.String getAddress3()
           
 java.lang.String getCity()
           
 java.lang.String getComment()
           
 java.lang.String getCreateDate()
           
 java.lang.String getCreatedBy()
           
 java.lang.String getCustomerNumber()
           
 java.lang.String getDayPhone()
           
 java.lang.Object getDefaultNegativeFileReasonType()
           
 java.lang.String getEmail()
           
 java.lang.String getEvePhone()
           
 java.lang.String getFileNumber()
           
 java.lang.String getFirstName()
           
 boolean getInactiveCheck()
           
 java.lang.String getLastName()
           
 java.lang.String getMiddleInitial()
           
 NegativeCustomerRecord getNegativeCustomerRecord()
          NEGATIVE FRAUD GETTER METHODS
 java.lang.Object getNegativeFileReason()
           
 java.util.List getNegativeFileReasons()
          STATE MANAGEMENT
 java.lang.String getOrderNumber()
           
 java.lang.Object getPaymentMethod()
           
 java.util.List getPaymentMethods()
           
 java.lang.String getSource()
           
 java.lang.String getState()
           
 java.lang.String getUpdateDate()
           
 java.lang.String getUpdatedBy()
           
 java.lang.String getZipCode()
           
 boolean hasAddress()
           
 void setAccountNumber(java.lang.String accountNumber)
           
 void setAddressLine1(java.lang.String line1)
           
 void setAddressLine2(java.lang.String line2)
           
 void setAddressLine3(java.lang.String line3)
           
 void setCity(java.lang.String city)
           
 void setComment(java.lang.String comment)
           
 void setCustomerNumber(java.lang.String number)
          NEGATIVE FRAUD SETTER METHODS
 void setDayPhone(java.lang.String dayPhone)
           
 void setEmail(java.lang.String email)
           
 void setEvePhone(java.lang.String evePhone)
           
 void setFirstName(java.lang.String firstName)
           
 void setInactive(boolean inactive)
           
 void setLastName(java.lang.String lastName)
           
 void setMiddleInitial(java.lang.String middleInitial)
           
 void setNegativeCustomerRecord(java.lang.Object object)
           
 void setNegativeFileReason(java.lang.Object reason)
           
 void setOrderNumber(java.lang.String orderNumber)
           
 void setPaymentMethod(java.lang.Object paymentMethod)
           
 void setPostalCode(java.lang.String postalCode)
           
 void setState(java.lang.String state)
           
 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

NegativeFraudDialogHandler

public NegativeFraudDialogHandler()
Method Detail

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