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

Deprecated API

Deprecated Classes
oracle.apps.cz.cio.AutoFunctionalCompanion
          this class is no longer necessary Base object on which user functional companions can be based. 
oracle.apps.cz.cio.CompanionValidationFailure
          use CustomValidationFailure Failure produced by a functional companion object. 
oracle.apps.cz.common.CZContext
          for non-mobile users 
oracle.apps.cz.cio.FunctionalCompanion
          this class is no longer necessary Base object on which user functional companions can be based. 

 

Deprecated Interfaces
oracle.apps.cz.cio.ComponentNode
          This interface is just for backward compatibility. Represents a set node that is a component or a component set. 
oracle.apps.cz.cio.ICompSetEventListener
          this class is no longer necessary...use Configurator Extensions 
oracle.apps.cz.cio.IConfigEventListener
          this class is no longer necessary...use Configurator Extensions 
oracle.apps.cz.cio.IFunctionalCompanion
          this class is no longer necessary 
oracle.apps.cz.cio.IUserInterface
          This class is only supported for DHTML UIs Implemented by applications that want to provide access to the user interface in functional companions. Oracle Configurator Runtime Behavior: 
oracle.apps.cz.cio.IUserInterfaceControl
          This class is only supported for DHTML UIs Implemented by user interface objects that represent controls that are displayed to the end user Oracle Configurator Runtime Behavior: 
oracle.apps.cz.cio.IUserInterfaceEvent
          This class is only supported for DHTML UIs 
oracle.apps.cz.cio.IUserInterfaceEventListener
          This class is only supported for DHTML UIs 
oracle.apps.cz.cio.IUserInterfaceImage
          This class is only supported for DHTML UIs Implemented by user interface objects that provide capabilities needed by functional companions to interact with images. Oracle Configurator Runtime Behavior: 
oracle.apps.cz.cio.IUserInterfaceLabel
          This class is only supported for DHTML UIs Implemented by user interface objects that provide capabilities needed by functional companions to interact with labels. Oracle Configurator Runtime Behavior: 
oracle.apps.cz.cio.IUserInterfaceNode
          This class is only supported for DHTML UIs Implemented by user interface object that allow interaction with functional companions. Oracle Configurator Runtime Behavior: Oracle Configurator provides a set of constant types for use by functional companion writers. Other implementations may provide their own types. 
oracle.apps.cz.cio.IUserInterfaceScreen
          This class is only supported for DHTML UIs Implemented by user interface objects that provide capabilities needed by functional companions to interact with screens. Oracle Configurator Runtime Behavior: 

 

Deprecated Exceptions
oracle.apps.cz.cio.FuncCompCreationException
          this class is no longer necessary Signalled if a functional companion cannot be created. 
oracle.apps.cz.cio.FuncCompErrorException
          this class is no longer necessary FuncCompMessageException is designed to be thrown from a functional companion's autoConfigure() method code when the author of the companion wants to display an ERROR message in a dialog box to the end user. Throwing this will cause the UI Server to rollback the outermost transaction. To produce a fatal error message throw RuntimeException 
oracle.apps.cz.cio.FuncCompMessageException
          this class is no longer necessary 
oracle.apps.cz.cio.FunctionalCompanionException
          this class is no longer necessary 
oracle.apps.cz.cio.InitialRequestException
          As of 11.5.10, use NonOverridableRequestException 

 

Deprecated Methods
oracle.apps.cz.cio.ComponentSet.addCompSetEventListener(ICompSetEventListener)
          Use Configurator Extensions Add a listener that is notified when a component is added or deleted. 
oracle.apps.cz.cio.ComponentSet.addConfigEventListener(ICompSetEventListener)
          Use Configurator Extensions Add a listener that is notified when a component is added or deleted. 
oracle.apps.cz.cio.Configuration.addConfigEventListener(IConfigEventListener)
          use Configurator Extensions 
oracle.apps.cz.cio.Configuration.addConfigMessage(String, String)
          use addConfigMessage(IRuntimeNode node, String keyword, String message) 
oracle.apps.cz.cio.ComponentSet.addConfigurationEventListener(IConfigurationEventListener)
          Use Configurator Extensions Add a listener that is notified when an event occurs on a component 
oracle.apps.cz.cio.Configuration.addConfigurationEventListener(IConfigurationEventListener)
          use Configurator Extensions 
oracle.apps.cz.cio.Configuration.beginConfigTransaction(boolean)
          Creates a new transaction and specifies the auto commit mode. Note: Users should not create a nested transaction when there are other uncommitted actions in the same transaction. 
oracle.apps.cz.cio.CIO.createConfiguration(int, Context, IUserInterface, Calendar, Calendar, String, String, NameValuePairSet, double)
          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.CIO.createConfiguration(int, int, Date, Context, IUserInterface, Calendar, Calendar, String, String, NameValuePairSet, double)
          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.ConfigParameters.getAtpCustomerId()
          use getAtpCustomerIdLong 
oracle.apps.cz.cio.ConfigParameters.getAtpCustomerSiteId()
          use getAtpCustomerSiteIdLong 
oracle.apps.cz.cio.ComponentSet.getChildByName(String)
          see getChildByInstanceNumber(int instNum) 
oracle.apps.cz.cio.Configuration.getConfigHeaderEffectiveFrom()
          Gets the date from which the config header is effective. 
oracle.apps.cz.cio.Configuration.getConfigHeaderEffectiveTo()
          Gets the date towhich the config header is effective. 
oracle.apps.cz.cio.Configuration.getConfigHeaderId()
            
oracle.apps.cz.cio.Configuration.getConfigHeaderRevision()
            
oracle.apps.cz.cio.RuntimeNode.getFuncCompByID(int)
          use getAvailableEventCommands 
oracle.apps.cz.cio.RuntimeNode.getFuncCompByName(String)
          use getAvailableEventCommands 
oracle.apps.cz.cio.RuntimeNode.getFunctionalCompanions()
          use getAvailableEventCommands 
oracle.apps.cz.cio.Configuration.getInitialRequests()
          As of 11.5.10, use Configuration.getNonOverridableRequests() 
oracle.apps.cz.cio.Configuration.getInitParameters()
          As of 11.5.9, use getUserParameters 
oracle.apps.cz.cio.BomInstance.getInstanceNumber()
          see getInstanceNumberLong() 
oracle.apps.cz.cio.Component.getInstanceNumber()
          see getInstanceNumberLong() 
oracle.apps.cz.cio.Reason.getMsg()
          Use translate() Get the message associated with this reason. 
oracle.apps.cz.cio.IRuntimeNode.isChanged()
            
oracle.apps.cz.cio.RuntimeNode.isChanged()
            
oracle.apps.cz.cio.IRuntimeNode.isNodeChanged()
            
oracle.apps.cz.cio.RuntimeNode.isNodeChanged()
            
oracle.apps.cz.cio.ComponentSet.removeCompSetEventListener(ICompSetEventListener)
          Use Configurator Extensions Remove a listener that is notified when a component is added or deleted. 
oracle.apps.cz.cio.ComponentSet.removeConfigEventListener(ICompSetEventListener)
          Use Configurator Extensions Remove a listener that is notified when a component is added or deleted. 
oracle.apps.cz.cio.Configuration.removeConfigEventListener(IConfigEventListener)
          use Configurator Extensions 
oracle.apps.cz.cio.ComponentSet.removeConfigurationEventListener(IConfigurationEventListener)
          Use Configurator Extensions Remove a listener that is notified when an event occurs on a component 
oracle.apps.cz.cio.Configuration.removeConfigurationEventListener(IConfigurationEventListener)
          use Configurator Extensions 
oracle.apps.cz.cio.CIO.restoreConfiguration(long, long, int, Context, IUserInterface, Calendar, Calendar, String, String, NameValuePairSet, double)
          As of 11.5.9, use startConfiguration Restores a configuration from the database. 
oracle.apps.cz.cio.Configuration.setConfigHeaderEffectiveFrom(Timestamp)
          Sets the date from which the config header is effective. 
oracle.apps.cz.cio.Configuration.setConfigHeaderEffectiveTo(Timestamp)
          Sets the date to which the config header is effective. 
oracle.apps.cz.cio.ConfigTransaction.setDefaults(boolean)
          Turn on/off defaults in this transaction. 
oracle.apps.cz.cio.BomInstance.setName(String)
          see setInstanceName 
oracle.apps.cz.cio.Component.setName(String)
          see setInstanceName 
oracle.apps.cz.cio.ConfigTransaction.useInitialRequests()
          As of 11.5.10, use ConfigTransaction.useNonOverridableRequests() 

 


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.