Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

oracle.apps.fnd.applxdf.jdev.validation
Class NameValidation

java.lang.Object
  extended by oracle.apps.fnd.applxdf.jdev.validation.NameValidation
All Implemented Interfaces:
OfflineDBValidationManager.Validator

public class NameValidation
extends java.lang.Object
implements OfflineDBValidationManager.Validator

Validation Class to validate or force offline db object's names to follow the standard of DM.Object.001.


Constructor Summary
NameValidation()
           
 
Method Summary
 void validateObject(OfflineDBObjectProvider oProvider, DBObject original, DBObject update, java.lang.String property)
          Validate action method called by Offline validation framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValidation

public NameValidation()
Method Detail

validateObject

public void validateObject(OfflineDBObjectProvider oProvider,
                           DBObject original,
                           DBObject update,
                           java.lang.String property)
                    throws ValidationException
Validate action method called by Offline validation framework.

Specified by:
validateObject in interface OfflineDBValidationManager.Validator
Parameters:
oProvider - - offline db object provider
original - - original db object, null if new cretion
update - - updated db object
property - - the property name going to validate
Throws:
ValidationException

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

Copyright © 2011 Oracle. All Rights Reserved.