com.retek.component.customer.impl
Class MatchRuleImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.customer.impl.MatchRuleImpl
- All Implemented Interfaces:
- BusinessObject, DistributedObject, MatchRule
- public class MatchRuleImpl
- extends DistributedObjectImpl
- implements MatchRule
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 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 |
MatchRuleImpl
public MatchRuleImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
throws SystemException
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