Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.flex.runtime.util.common
Class UomValidator

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.Validator
      extended by oracle.apps.fnd.applcore.flex.runtime.util.common.UomValidator

public class UomValidator
extends Validator


Constructor Summary
UomValidator(java.lang.String uomClass, boolean isMandatory)
           
 
Method Summary
 LOVDef getLOVDef(java.lang.String attrName, java.lang.Class attrType, java.lang.String lovViewDefName, LOVDef.DefObjectType objType)
          Gets the LOV definition based on the value-set definition.
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.util.common.Validator
getValidationRules, getValidator, getValueSetUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UomValidator

public UomValidator(java.lang.String uomClass,
                    boolean isMandatory)
Method Detail

getLOVDef

public LOVDef getLOVDef(java.lang.String attrName,
                        java.lang.Class attrType,
                        java.lang.String lovViewDefName,
                        LOVDef.DefObjectType objType)
Gets the LOV definition based on the value-set definition.

Overrides:
getLOVDef in class Validator
Parameters:
attrName - the name of the attribute with which the LOV will be associated
attrType - the Java type of the attribute with which the LOV will be associated
lovViewDefName - the LOV view def name if this LOV is a custom LOV
objType - the type of the object where the LOV will be defined
Returns:
the LOV definition; null if the validation type is format-only

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.