com.retek.rcom.gui.screen.matchcode
Class MatchCodeSetupHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.matchcode.MatchCodeSetupHandler

public class MatchCodeSetupHandler
extends ScreenHandler


Field Summary
static java.lang.String ADDRESS_LINE1
           
static java.lang.String ADDRESS_LINE2
           
static java.lang.String ADDRESS_LINE3
           
static java.lang.String CITY
           
static java.lang.String COUNTY
           
static java.lang.String EMAIL
           
static java.lang.String FIRST_NAME
           
static java.lang.String LAST_NAME
           
static java.lang.String MIDDLE_NAME
           
static java.lang.String PHONE
           
static java.lang.String STATE
           
static java.lang.String ZIP
           
 
Constructor Summary
MatchCodeSetupHandler()
           
 
Method Summary
 boolean isRuleOneSelected()
           
 boolean isRuleThreeSelected()
           
 boolean isRuleTwoSelected()
           
 void setRuleRowForName(java.lang.String searchFieldName)
           
 void setRuleSelections(java.lang.String searchFieldName, boolean rule1, boolean rule2, boolean rule3)
           
 void submitMatchCodes()
           
 
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
 

Field Detail

FIRST_NAME

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

MIDDLE_NAME

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

LAST_NAME

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

ADDRESS_LINE1

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

ADDRESS_LINE2

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

ADDRESS_LINE3

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

CITY

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

COUNTY

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

STATE

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

ZIP

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

PHONE

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

EMAIL

public static final java.lang.String EMAIL
See Also:
Constant Field Values
Constructor Detail

MatchCodeSetupHandler

public MatchCodeSetupHandler()
                      throws SystemException
Method Detail

setRuleRowForName

public void setRuleRowForName(java.lang.String searchFieldName)
                       throws SystemException
Throws:
SystemException

isRuleOneSelected

public boolean isRuleOneSelected()

isRuleTwoSelected

public boolean isRuleTwoSelected()

isRuleThreeSelected

public boolean isRuleThreeSelected()

setRuleSelections

public void setRuleSelections(java.lang.String searchFieldName,
                              boolean rule1,
                              boolean rule2,
                              boolean rule3)
                       throws SystemException
Throws:
SystemException

submitMatchCodes

public void submitMatchCodes()
                      throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28