Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.test.sample.lov
Class SampleAppShortNameValidator

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.test.sample.lov.SampleAppShortNameValidator
All Implemented Interfaces:
DiagInputValidator

public class SampleAppShortNameValidator
extends java.lang.Object
implements DiagInputValidator

Illustrates a sample validator class that validates the value for a Application Short Name.

The validation logic is implemented within the validate() method.

Since:
release specific (what release of product did this appear in)
Version:
$Header: SampleAppShortNameValidator.java 24-mar-2008.03:20:06 ppradhan Exp $
Author:
ppradhan

Constructor Summary
SampleAppShortNameValidator()
           
 
Method Summary
 void validate(InputParamContext context)
          Performs validation on a particular input value that is provided in the given InputParamContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleAppShortNameValidator

public SampleAppShortNameValidator()
Method Detail

validate

public void validate(InputParamContext context)
              throws InputValidationException
Description copied from interface: DiagInputValidator
Performs validation on a particular input value that is provided in the given InputParamContext. If a validation error is encountered an InputValidationException is thrown.

Specified by:
validate in interface DiagInputValidator
Parameters:
context - provides contextual information for the input parameter validation.
Throws:
InputValidationException - when any validation errors occur.

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.