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

Uses of Class
oracle.apps.cz.cio.LogicalException

Packages that use LogicalException
oracle.apps.cz.cio Provides classes used to create, save and restore configurations.  

 

Uses of LogicalException in oracle.apps.cz.cio

 

Subclasses of LogicalException in oracle.apps.cz.cio
 class InitialRequestException
          Deprecated. As of 11.5.10, use NonOverridableRequestException
 class InsufficientCountException
           
 class LogicalOverridableException
          Signalled if a logical contradiction occurs that can be overriden.
 class NativeBomLogicException
           
 class NeighborhoodBoundaryException
          Signalled if a neighborhood boundary violation occurs, i.e., if a user request extends to a change in a passively loaded instance.
 class NodeNotEffectiveException
           
 class NonOverridableRequestException
          Signalled if a problem occurs during the setting of Non-Overridable Requests.

 

Methods in oracle.apps.cz.cio that return LogicalException
 oracle.apps.cz.cio.LogicalException Configuration.getLastContradiction()
          Returns the most recent contradiction.

 

Methods in oracle.apps.cz.cio that throw LogicalException
 void Attribute.setSavedValue(java.lang.String value)
          Sets the restored value from the table.
 void Attribute.setSavedValue(java.lang.String value, oracle.apps.cz.cio.RuntimeNode node)
           
 void Attribute.setValue(java.lang.String value)
          Sets the value (state for boolean features and numeric values for other features) for the attribute.
 void AutoFunctionalCompanion.onNew()
          Deprecated. Does nothing.
 void AutoFunctionalCompanion.onRestore()
          Deprecated. Does nothing.
 void AutoFunctionalCompanion.onSave()
          Deprecated. Does nothing.
 void AutoFunctionalCompanion.afterSave()
          Deprecated. Does nothing.
 void AutoFunctionalCompanion.onLoad()
          Deprecated. Does nothing.
 void AutoFunctionalCompanion.onSummary()
          Deprecated. Does nothing.
 void AutoFunctionalCompanion.postLoad()
          Deprecated. Does nothing.
 void BomInstance.makeEditable()
           
 void BomInstance.disconnectAll()
          This method disconnects all connections from this instance to targets outside this instance, and, all connections targeting any component in this instance from outside this instance.
 void BomNode.setState(int newState)
           
 void BomNode.select(oracle.apps.cz.cio.IOption option)
           
 void BomNode.select()
           
 void BomNode.deselect()
           
 void BomNode.toggleAndSetCount(int newCount)
           
 void BomNode.toggleAndSetDecimalCount(double newCount)
           
 oracle.apps.cz.cio.Configuration CIO.startConfiguration(oracle.apps.cz.cio.ConfigParameters configParams, oracle.apps.fnd.common.Context ctx)
          This method creates a configuration based on the specified parameters.
 oracle.apps.cz.cio.Configuration CIO.createConfiguration(int rootNodeID, oracle.apps.fnd.common.Context ctx, oracle.apps.cz.cio.IUserInterface userInterface, java.util.Calendar modelLookupDate, java.util.Calendar eff_date, java.lang.String eff_usage_name, java.lang.String sessionId, oracle.apps.cz.utilities.NameValuePairSet initParameters, double bomInitialQuantity)
          Deprecated. As of 11.5.9, use startConfiguration Creates a new configuration based on a root model node ID representing a configurable product or component.
 oracle.apps.cz.cio.Configuration CIO.createConfiguration(int inventoryItemId, int organizationId, java.util.Date explosionDate, oracle.apps.fnd.common.Context ctx, oracle.apps.cz.cio.IUserInterface userInterface, java.util.Calendar modelLookupDate, java.util.Calendar eff_date, java.lang.String eff_usage_name, java.lang.String sessionId, oracle.apps.cz.utilities.NameValuePairSet initParameters, double bomInitialQuantity)
          Deprecated. As of 11.5.9, use startConfiguration Creates a new BOM explosion configuration based on inventoryItemId, organizationId, and explosionDate representing a configurable product or component.
 oracle.apps.cz.cio.Configuration CIO.restoreConfiguration(long configHeaderID, long revNumber, int rootNodeID, oracle.apps.fnd.common.Context ctx, oracle.apps.cz.cio.IUserInterface userInterface, java.util.Calendar modelLookupDate, java.util.Calendar eff_date, java.lang.String eff_usage_name, java.lang.String sessionId, oracle.apps.cz.utilities.NameValuePairSet initParameters, double bomInitialQuantity)
          Deprecated. As of 11.5.9, use startConfiguration Restores a configuration from the database.
 void Component.makeEditable()
          Makes this Component "Editable" in a network Configuration.
 oracle.apps.cz.cio.Component ComponentSet.add()
           
 void ComponentSet.delete(oracle.apps.cz.cio.Component component)
           
 void ComponentSet.addLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)
          Add a listener that is notified when the instance is added or deleted.
 void ConfigTransaction.allowOnlyStructuralChanges()
          Set this transaction to allow only structural changes (adding, deleting, connecting, and disconnecting) Calling this method will improve performance in transactions which contain many structural changes.
 void Configuration.endConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
          Ends the given transaction if it matches with current one in the configuration.
 void Configuration.commitConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
          Commits the given transaction if it matches with current one in the configuration.
 void Configuration.rollbackConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
          Rolls back the given transaction if it matches with current one in the configuration.
 void Configuration.undo()
          Undo the previous transaction.
 void Configuration.perform()
          Perform the next pending transaction.
 void Configuration.makeInstancesEditable(com.sun.java.util.collections.Collection instances)
          Makes the collection of passed in instances editable.
 void Connector.assignConnectionTarget(oracle.apps.cz.cio.Component target)
          This method makes a connection to the specified target
 void Connector.unassignConnectionTarget()
          This method breaks the current connection.
 void Connector.addLoadConditionEventListener(oracle.apps.cz.cio.LoadConditionsGroup listener)
          Add a listener that is notified when the connector is connected or disconnected.
 void CountFeature.setIntValue(int newValue)
           
 void DecimalNode.setDecimalValue(double newValue)
           
 void DecimalNode.unset()
           
 void FunctionalCompanion.autoConfigure()
          Deprecated. Does nothing.
 void ICount.setCount(int newCount)
          Sets the integer count of this object.
 void ICount.setDecimalCount(double newCount)
          Sets the decimal count of this object.
 void IDecimal.setDecimalValue(double newValue)
          Sets the current value of this object.
 void IDecimal.unset()
          Retracts any user selection made toward this node
 void IFunctionalCompanion.autoConfigure()
          Deprecated. Performs a programmatic configuration step.
 void IInteger.setIntValue(int newValue)
          Set the current integer value of this object.
 void IInteger.unset()
          Retracts any user selection made toward this node
 void IOption.select()
          Select this option.
 void IOption.deselect()
          Deselect this option.
 void IOption.toggleAndSetCount(int newCount)
          Set the count of the option.
 void IOption.toggleAndSetDecimalCount(double newCount)
           
 void IOptionFeature.select(oracle.apps.cz.cio.IOption option)
          Select a particular option.
 void IOptionFeature.deselect(oracle.apps.cz.cio.IOption option)
          Deselect a particular option.
 void IState.setState(int state)
          Change the current logic state of this object.
 void IState.unset()
          Retracts any user selection made toward this node
 void IText.setTextValue(java.lang.String value)
          Sets the current textual value of this object.
 void IText.setDefaultTextValue(java.lang.String value)
          Sets the current default textual value of this object.
 void IText.unset()
          Retracts any user selection made toward this node
 void IntegerNode.setIntValue(int newIntValue)
           
 void IntegerNode.unset()
           
 com.sun.java.util.collections.List LogicalOverridableException.override()
           
 com.sun.java.util.collections.List NeighborhoodBoundaryException.override()
           
 void OptionFeatureNode.select(oracle.apps.cz.cio.IOption option)
           
 void OptionFeatureNode.deselect(oracle.apps.cz.cio.IOption option)
           
 void OptionNode.setState(int newState)
           
 void OptionNode.select()
           
 void OptionNode.deselect()
           
 void OptionNode.toggleAndSetCount(int newCount)
           
 void OptionNode.toggleAndSetDecimalCount(double newCount)
           
 void StateCountNode.setCount(int newCount)
           
 void StateCountNode.setDecimalCount(double newCount)
           
 void StateNode.setState(int newState)
           
 void StateNode.unset()
           
 void TextNode.setTextValue(java.lang.String newTextValue)
           
 void TextNode.setDefaultTextValue(java.lang.String newTextValue)
           
 void TextNode.unset()
           

 


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.