|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.validator.Validator
com.ibm.tws.objects.model.validator.ModelValidator
com.ibm.tws.objects.model.validator.FlowTargetValidator
This class provides methods that can be used to validate FlowTarget, FlowTargetHeader and FlowTargetKey objects.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
FlowTargetValidator(java.util.Locale locale)
Creates a new FlowTargetValidator, using the specified locale for error messages. |
Method Summary | |
---|---|
void |
validateHeader(FlowTargetHeader flowTargetHeader)
Validates a FlowTargetHeader object. |
void |
validateKey(FlowTargetKey flowTargetKey)
Validates a FlowTargetKey object. |
void |
validateObject(FlowTarget flowTarget)
Validates a FlowTarget object. |
Methods inherited from class com.ibm.tws.objects.model.validator.ModelValidator |
---|
checkResolutionData, checkTimeRestrictions |
Methods inherited from class com.ibm.tws.objects.validator.Validator |
---|
checkAlphabetic, checkAlphaNumeric, checkComparison, checkComparison, checkComparison, checkConstraint, checkConstraint, checkFilter, checkInstanceOf, checkInternetAddress, checkLength, checkListFilter, checkNotAllowedChars, checkNotAllowedStart, checkNotNull, checkNotNull, checkNotNull, checkNotNull, checkNotNull, checkNumeric, checkRange, checkRange, checkRange, checkStartWithAlphabetic, checkStartWithAlphaNumeric, checkStartWithNumeric, checkValue, checkValue, checkValue, getLength, getLocale, getLocalizedField, getLocalizedValue, getObjectName, setObjectName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public FlowTargetValidator(java.util.Locale locale)
locale
- The locale requested for error messages.Method Detail |
public void validateKey(FlowTargetKey flowTargetKey) throws ValidatorException
flowTargetKey
- The FlowTargetKey object to be validated.
ValidatorException
- The object is not null and the validation has failed.public void validateHeader(FlowTargetHeader flowTargetHeader) throws ValidatorException
flowTargetHeader
- The FlowTargetHeader object to be validated.
ValidatorException
- The object is not null and the validation has failed.public void validateObject(FlowTarget flowTarget) throws ValidatorException
flowTarget
- The FlowTarget object to be validated.
ValidatorException
- The object is not null and the validation has failed.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |