com.retek.component.customer.impl
Class MatchRuleImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.customer.impl.MatchRuleImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, MatchRule

public class MatchRuleImpl
extends DistributedObjectImpl
implements MatchRule


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
MatchRuleImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
 MatchRuleDto getDto()
           
 boolean isAddressLine1Selected()
           
 boolean isAddressLine2Selected()
           
 boolean isAddressLine3Selected()
           
 boolean isCitySelected()
           
 boolean isCountySelected()
           
 boolean isCreditCardSelected()
           
 boolean isEmailSelected()
           
 boolean isFirstNameSelected()
           
 boolean isLastNameSelected()
           
 boolean isMiddleInitialSelected()
           
 boolean isPhoneSelected()
           
 boolean isPostalCodeSelected()
           
 boolean isStateSelected()
           
 void setAddressLine1Selected(boolean selected)
           
 void setAddressLine2Selected(boolean selected)
           
 void setAddressLine3Selected(boolean selected)
           
 void setCitySelected(boolean selected)
           
 void setCountySelected(boolean selected)
           
 void setCreditCardSelected(boolean selected)
           
 void setEmailSelected(boolean selected)
           
 void setFirstNameSelected(boolean selected)
           
 void setLastNameSelected(boolean selected)
           
 void setMiddleInitialSelected(boolean selected)
           
 void setPhoneSelected(boolean selected)
           
 void setPostalCodeSelected(boolean selected)
           
 void setStateSelected(boolean selected)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

MatchRuleImpl

public MatchRuleImpl(DistributedContext context,
                     DistributedReference ref,
                     boolean createHollow)
              throws SystemException
Method Detail

getDto

public MatchRuleDto getDto()
                    throws SystemException
Throws:
SystemException

isAddressLine1Selected

public boolean isAddressLine1Selected()
                               throws SystemException
Specified by:
isAddressLine1Selected in interface MatchRule
Throws:
SystemException

isAddressLine2Selected

public boolean isAddressLine2Selected()
                               throws SystemException
Specified by:
isAddressLine2Selected in interface MatchRule
Throws:
SystemException

isAddressLine3Selected

public boolean isAddressLine3Selected()
                               throws SystemException
Specified by:
isAddressLine3Selected in interface MatchRule
Throws:
SystemException

isCitySelected

public boolean isCitySelected()
                       throws SystemException
Specified by:
isCitySelected in interface MatchRule
Throws:
SystemException

isEmailSelected

public boolean isEmailSelected()
                        throws SystemException
Specified by:
isEmailSelected in interface MatchRule
Throws:
SystemException

isFirstNameSelected

public boolean isFirstNameSelected()
                            throws SystemException
Specified by:
isFirstNameSelected in interface MatchRule
Throws:
SystemException

isLastNameSelected

public boolean isLastNameSelected()
                           throws SystemException
Specified by:
isLastNameSelected in interface MatchRule
Throws:
SystemException

isMiddleInitialSelected

public boolean isMiddleInitialSelected()
                                throws SystemException
Specified by:
isMiddleInitialSelected in interface MatchRule
Throws:
SystemException

isPhoneSelected

public boolean isPhoneSelected()
                        throws SystemException
Specified by:
isPhoneSelected in interface MatchRule
Throws:
SystemException

isStateSelected

public boolean isStateSelected()
                        throws SystemException
Specified by:
isStateSelected in interface MatchRule
Throws:
SystemException

isCountySelected

public boolean isCountySelected()
                         throws SystemException
Specified by:
isCountySelected in interface MatchRule
Throws:
SystemException

isPostalCodeSelected

public boolean isPostalCodeSelected()
                             throws SystemException
Specified by:
isPostalCodeSelected in interface MatchRule
Throws:
SystemException

isCreditCardSelected

public boolean isCreditCardSelected()
                             throws SystemException
Throws:
SystemException

setAddressLine1Selected

public void setAddressLine1Selected(boolean selected)
                             throws SystemException
Specified by:
setAddressLine1Selected in interface MatchRule
Throws:
SystemException

setAddressLine2Selected

public void setAddressLine2Selected(boolean selected)
                             throws SystemException
Specified by:
setAddressLine2Selected in interface MatchRule
Throws:
SystemException

setAddressLine3Selected

public void setAddressLine3Selected(boolean selected)
                             throws SystemException
Specified by:
setAddressLine3Selected in interface MatchRule
Throws:
SystemException

setCitySelected

public void setCitySelected(boolean selected)
                     throws SystemException
Specified by:
setCitySelected in interface MatchRule
Throws:
SystemException

setEmailSelected

public void setEmailSelected(boolean selected)
                      throws SystemException
Specified by:
setEmailSelected in interface MatchRule
Throws:
SystemException

setFirstNameSelected

public void setFirstNameSelected(boolean selected)
                          throws SystemException
Specified by:
setFirstNameSelected in interface MatchRule
Throws:
SystemException

setLastNameSelected

public void setLastNameSelected(boolean selected)
                         throws SystemException
Specified by:
setLastNameSelected in interface MatchRule
Throws:
SystemException

setMiddleInitialSelected

public void setMiddleInitialSelected(boolean selected)
                              throws SystemException
Specified by:
setMiddleInitialSelected in interface MatchRule
Throws:
SystemException

setPhoneSelected

public void setPhoneSelected(boolean selected)
                      throws SystemException
Specified by:
setPhoneSelected in interface MatchRule
Throws:
SystemException

setStateSelected

public void setStateSelected(boolean selected)
                      throws SystemException
Specified by:
setStateSelected in interface MatchRule
Throws:
SystemException

setCountySelected

public void setCountySelected(boolean selected)
                       throws SystemException
Specified by:
setCountySelected in interface MatchRule
Throws:
SystemException

setPostalCodeSelected

public void setPostalCodeSelected(boolean selected)
                           throws SystemException
Specified by:
setPostalCodeSelected in interface MatchRule
Throws:
SystemException

setCreditCardSelected

public void setCreditCardSelected(boolean selected)
                           throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException
Specified by:
submit in interface MatchRule
Throws:
SystemException


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