Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

oracle.apps.cz.cio
Class RestoreValidationFailure

java.lang.Object
  |
  +--oracle.apps.cz.cio.StatusInfo
        |
        +--oracle.apps.cz.cio.ValidationFailure
              |
              +--oracle.apps.cz.cio.RestoreValidationFailure

public class RestoreValidationFailure
extends ValidationFailure

Failure produced when restoring a configuration over a changed model.


Field Summary
static java.lang.String RCS_ID
static boolean RCS_ID_RECORDED

Fields inherited from class oracle.apps.cz.cio.ValidationFailure
COMPANION_FAILURE, CUSTOM_FAILURE, LAST_REQUIRED_BOMCHILD_DELETED, MAX_FAILURE, MIN_FAILURE, MIN0_FAILURE, MINMAX_FAILURE, RESOURCE_FAILURE, RESTORE_FAILURE, TEXT_VALUE_EXCEED_MAX_LENGTH

Fields inherited from class oracle.apps.cz.cio.StatusInfo
STATUS_DELETED, STATUS_EXISTING, STATUS_NEW, STATUS_REMOVED

Method Summary
boolean equals(java.lang.Object obj)
oracle.apps.cz.dio.config.DbConfigItem getInput()
Returns the input object where the validation failure occured
com.sun.java.util.collections.Collection getReasons()
int hashCode()

Methods inherited from class oracle.apps.cz.cio.ValidationFailure
getMessage, getMessage, getType, toString

Methods inherited from class oracle.apps.cz.cio.StatusInfo
getNode, getStatus, statusToString, toString

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Method Detail

getInput

public oracle.apps.cz.dio.config.DbConfigItem getInput()
Returns the input object where the validation failure occured
Returns:
the failed DbConfigInput object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ValidationFailure

hashCode

public int hashCode()
Overrides:
hashCode in class StatusInfo

getReasons

public com.sun.java.util.collections.Collection getReasons()
Overrides:
getReasons in class ValidationFailure

Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.