A B C D E F G H I J L M N O P Q R S T U V
S
- save() - Method in class oracle.apps.cz.cio.Configuration
- Saves by overwriting a restored configuration.
- saveNew() - Method in class oracle.apps.cz.cio.Configuration
- Saves a new configuration.
- saveNewRev() - Method in class oracle.apps.cz.cio.Configuration
- Saves a new revision of the restored configuration.
- SCREEN - Static variable in interface oracle.apps.cz.cio.IUserInterfaceNode
- Deprecated. A DHTML screen node
- select() - Method in class oracle.apps.cz.cio.BomNode
-
- select() - Method in interface oracle.apps.cz.cio.IOption
- Select this option.
- select() - Method in class oracle.apps.cz.cio.OptionNode
-
- select(IOption) - Method in class oracle.apps.cz.cio.BomNode
-
- select(IOption) - Method in interface oracle.apps.cz.cio.IOptionFeature
- Select a particular option.
- select(IOption) - Method in class oracle.apps.cz.cio.OptionFeatureNode
-
- SELECTABLE - Static variable in interface oracle.apps.cz.cio.IState
- The state to indicate that this node is available for selection without a contradiction
- SELECTION_DV - Static variable in class oracle.apps.cz.cio.DeltaValidator
-
- SELECTION_LIST - Static variable in interface oracle.apps.cz.cio.IUserInterfaceNode
- Deprecated. A DHTML logic selection list control
- SELECTION_LIST_MUTEX - Static variable in interface oracle.apps.cz.cio.IUserInterfaceNode
- Deprecated. A DHTML mutexed, logic selection list control
- SelectionDeltaValidator - class oracle.apps.cz.cio.SelectionDeltaValidator.
- Manages the changes to selected nodes due to user actions.
- SelectionDeltaValidator.SelectionChange - class oracle.apps.cz.cio.SelectionDeltaValidator.SelectionChange.
-
- SelectionDeltaValidator.SelectionChange(boolean) - Constructor for class oracle.apps.cz.cio.SelectionDeltaValidator.SelectionChange
-
- SelectionNotMutexedException - exception oracle.apps.cz.cio.SelectionNotMutexedException.
- Signalled when an mutexed selection operation is performed on an option feature that does not support mutexed selection.
- setActiveModelPath(String) - Method in class oracle.apps.cz.cio.CIO
- Sets the path to the directory where the CIO will look for logic files, and where it will store logic files when generating them out of the database.
- setAllChangesSaved(boolean) - Method in class oracle.apps.cz.cio.Configuration
- Allows the client to make the configuration to be "clean" or dirty" as needed.
- setAltPricingAtpContext(Context) - Method in class oracle.apps.cz.cio.Configuration
- If pricing and ATP information should be retrieved from an alternate Apps database, the setAltPricingAtpContext method should be called immediately after the Configuration is created.
- setAtpDate(Date) - Method in class oracle.apps.cz.cio.BomNode
-
- setAtpParams(String, String, String, Integer, Integer, Long, Long, String) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the parameters for ATP
- setAttributeLevel(String) - Method in class oracle.apps.cz.cio.Attribute
-
- setCause(IRuntimeNode) - Method in class oracle.apps.cz.cio.LogicalException
-
- setConfigHeaderCheckoutUser(String) - Method in class oracle.apps.cz.cio.Configuration
- Sets the user who has checked out the config header.
- setConfigHeaderDescription(String) - Method in class oracle.apps.cz.cio.Configuration
- Sets the config header description.
- setConfigHeaderEffectiveFrom(Timestamp) - Method in class oracle.apps.cz.cio.Configuration
- Deprecated. Sets the date from which the config header is effective.
- setConfigHeaderEffectiveTo(Timestamp) - Method in class oracle.apps.cz.cio.Configuration
- Deprecated. Sets the date to which the config header is effective.
- setConfigHeaderName(String) - Method in class oracle.apps.cz.cio.Configuration
- Sets the config header name.
- setConfigHeaderNote(String) - Method in class oracle.apps.cz.cio.Configuration
- Sets the config header note.
- setConfigHeaderOpportunityHeaderId(int) - Method in class oracle.apps.cz.cio.Configuration
- Sets the config header opportunity header id.
- setConfigHeaderUiDefinitionId(int) - Method in class oracle.apps.cz.cio.Configuration
- Sets the config header UI definition id.
- setConfigHeaderUserIDForWhomCreated(int) - Method in class oracle.apps.cz.cio.Configuration
- Sets the identifier who requested creation of the configuration
- setConfigHeaderUserNum01(double) - Method in class oracle.apps.cz.cio.Configuration
- Sets the value of UserNum01.The value is stored in the UserNum01 column in cz_config_hdrs table when a configuration is saved.If the value is not within +/- 9,999,999 a RuntimeException is thrown.
- setConfigHeaderUserNum02(double) - Method in class oracle.apps.cz.cio.Configuration
- Sets the value of UserNum02.The value is stored in the UserNum02 column in cz_config_hdrs table when a configuration is saved.If the value is not within +/- 9,999,999 a RuntimeException is thrown.
- setConfigHeaderUserNum03(double) - Method in class oracle.apps.cz.cio.Configuration
- Sets the value of UserNum03.The value is stored in the UserNum03 column in cz_config_hdrs table when a configuration is saved.If the value is not within +/- 9,999,999 a RuntimeException is thrown.
- setConfigHeaderUserNum04(double) - Method in class oracle.apps.cz.cio.Configuration
- Sets the value of UserNum04.The value is stored in the UserNum04 column in cz_config_hdrs table when a configuration is saved.If the value is not within +/- 9,999,999 a RuntimeException is thrown.
- setConfigHeaderUserStr01(String) - Method in class oracle.apps.cz.cio.Configuration
- Sets the value of UserStr01.The value is stored in the UserStr01 column in cz_config_hdrs table when a configuration is saved.
- setConfigHeaderUserStr02(String) - Method in class oracle.apps.cz.cio.Configuration
- Sets the value of UserStr02.The value is stored in the UserStr02 column in cz_config_hdrs table when a configuration is saved.
- setConfigHeaderUserStr03(String) - Method in class oracle.apps.cz.cio.Configuration
- Sets the value of UserStr03.The value is stored in the UserStr03 column in cz_config_hdrs table when a configuration is saved.
- setConfigHeaderUserStr04(String) - Method in class oracle.apps.cz.cio.Configuration
- Sets the value of UserStr04.The value is stored in the UserStr04 column in cz_config_hdrs table when a configuration is saved.
- setCount(int) - Method in interface oracle.apps.cz.cio.ICount
- Sets the integer count of this object.
- setCount(int) - Method in class oracle.apps.cz.cio.StateCountNode
-
- setCurrLang(String) - Method in class oracle.apps.cz.common.CZContext
- Deprecated. Sets the current language code.
- setDecimalCount(double) - Method in interface oracle.apps.cz.cio.ICount
- Sets the decimal count of this object.
- setDecimalCount(double) - Method in class oracle.apps.cz.cio.StateCountNode
-
- setDecimalValue(double) - Method in class oracle.apps.cz.cio.DecimalNode
-
- setDecimalValue(double) - Method in interface oracle.apps.cz.cio.IDecimal
- Sets the current value of this object.
- setDefaults(boolean) - Method in class oracle.apps.cz.cio.ConfigTransaction
- Deprecated. Turn on/off defaults in this transaction.
- setDefaultTextValue(String) - Method in interface oracle.apps.cz.cio.IText
- Sets the current default textual value of this object.
- setDefaultTextValue(String) - Method in class oracle.apps.cz.cio.TextNode
-
- setDeltaSpec(int) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the delta spec parameter
- setDisableFlag(boolean) - Method in interface oracle.apps.cz.cio.IUserInterfaceControl
- Deprecated. sets a disable flag for a control
- setDiscountedPrice(double) - Method in class oracle.apps.cz.cio.PricedNode
-
- setEarlyNeighborhoodViolationDetection(boolean) - Method in class oracle.apps.cz.cio.Configuration
-
- setEffectiveDate(Calendar) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the effective date of the configuration
- setEffectiveUsageName(String) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the effective usage name of the configuration
- setFileName(String) - Method in interface oracle.apps.cz.cio.IUserInterfaceImage
- Deprecated. Sets the name of the image to be displayed.
- setHiddenFlag(boolean) - Method in interface oracle.apps.cz.cio.IUserInterfaceControl
- Deprecated. sets a visibility flag for a control
- setInitialBomQuantity(double) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the initial quantity of the root BOM node.
- setInitializeMessage(UiXmlInitMessage) - Method in class oracle.apps.cz.common.CZContext
- Deprecated.
- setInitializeMessage(UiXmlInitMessage) - Method in interface oracle.apps.cz.common.ICZContext
- Sets the parsed XML initialization message.
- setInitializeMessage(UiXmlInitMessage) - Method in class oracle.apps.cz.common.CZAppsContext
-
- setInitializeMessage(UiXmlInitMessage) - Method in class oracle.apps.cz.common.CZWebAppsContext
-
- setInputInventoryItemId(int) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the inventoryItemId to be used to determine which bill is the source of the configuration
- setInputOrganizationId(int) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the organizationId to be used to determine which bill is the source of the configuration
- setInstalledBase(InstalledBase) - Method in class oracle.apps.cz.cio.CIO
- This method sets the repository for installed components.
- setInstanceName(String) - Method in class oracle.apps.cz.cio.BomInstance
- Sets the name of this component instance.
- setInstanceName(String) - Method in interface oracle.apps.cz.cio.Component
- Sets a new name to the instance.
- setIntValue(int) - Method in class oracle.apps.cz.cio.CountFeature
-
- setIntValue(int) - Method in interface oracle.apps.cz.cio.IInteger
- Set the current integer value of this object.
- setIntValue(int) - Method in class oracle.apps.cz.cio.IntegerNode
-
- setLineType(Integer) - Method in interface oracle.apps.cz.cio.IRuntimeNode
- Sets the line type for this node
- setLineType(Integer) - Method in class oracle.apps.cz.cio.RuntimeNode
- Sets the Line Type for this runtime node
- setListPrice(double) - Method in interface oracle.apps.cz.cio.IBasicPrice
- Sets list price of selected item.
- setListPrice(double) - Method in class oracle.apps.cz.cio.PricedNode
-
- setLocationID(Integer) - Method in interface oracle.apps.cz.cio.IRuntimeNode
- Sets the location id of this node
- setLocationID(Integer) - Method in class oracle.apps.cz.cio.RuntimeNode
- Sets the location of this runtime node
- setLocationTypeCode(String) - Method in interface oracle.apps.cz.cio.IRuntimeNode
- Sets the location type code of this node
- setLocationTypeCode(String) - Method in class oracle.apps.cz.cio.RuntimeNode
- Sets the location type code of this runtime node
- setLog(LogWriter) - Method in class oracle.apps.cz.cio.ConfigParameters
-
- setLoginType(int) - Method in class oracle.apps.cz.common.CZContext
- Deprecated.
- setLoginType(int) - Method in interface oracle.apps.cz.common.ICZContext
- Sets the context's login type.
- setLoginType(int) - Method in class oracle.apps.cz.common.CZAppsContext
-
- setLoginType(int) - Method in class oracle.apps.cz.common.CZWebAppsContext
-
- setModelLookupDate(Calendar) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the lookup date of the model
- setName(String) - Method in class oracle.apps.cz.cio.BomInstance
- Deprecated. see setInstanceName
- setName(String) - Method in interface oracle.apps.cz.cio.Component
- Deprecated. see setInstanceName
- setName(String) - Method in class oracle.apps.cz.common.CZContext
- Deprecated. Sets the context's moniker
- setName(String) - Method in interface oracle.apps.cz.common.ICZContext
- Sets the context's moniker
- setName(String) - Method in class oracle.apps.cz.common.CZAppsContext
-
- setName(String) - Method in class oracle.apps.cz.common.CZWebAppsContext
-
- setPricingParams(String) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the name of the pricing class for Java pricing
- setPricingParams(String, String, String, int) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the pricing parameters for non-Java pricing
- setRestoreModelId(int) - Method in class oracle.apps.cz.cio.ConfigParameters
- This id will be used when restoring a saved configuration to restore against a different model than the one against which the configuration was saved
- setSavedValue(String) - Method in class oracle.apps.cz.cio.Attribute
- Sets the restored value from the table.
- setSavedValue(String, RuntimeNode) - Method in class oracle.apps.cz.cio.Attribute
-
- setSessionId(String) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the id of the session.
- setSourceTransactionTypeId(int) - Method in class oracle.apps.cz.cio.ConfigParameters
- This id will be used when reconfiguring an instance
- setState(int) - Method in class oracle.apps.cz.cio.BomNode
-
- setState(int) - Method in interface oracle.apps.cz.cio.IState
- Change the current logic state of this object.
- setState(int) - Method in class oracle.apps.cz.cio.OptionNode
-
- setState(int) - Method in class oracle.apps.cz.cio.StateNode
-
- setSuppressBaselineErrorsFlag(boolean) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets whether or not the CIO should create a validation failure if the baseline of an instance being restored is different from the currently installed revision
- setTextValue(String) - Method in interface oracle.apps.cz.cio.IText
- Sets the current textual value of this object.
- setTextValue(String) - Method in class oracle.apps.cz.cio.TextNode
-
- setTimeEvent(TimeEvent) - Method in class oracle.apps.cz.cio.Configuration
- Sets the timing object this session is to work with
- setUiCaption(String) - Method in interface oracle.apps.cz.cio.IUserInterfaceLabel
- Deprecated. Sets the caption to be displayed by the label.
- setUiDefId(int) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets ui_def_id being used for the configuration
- setUiDefId(int, boolean) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets ui_def_id being used for the configuration along with whether the UI is published or not
- setUserInterface(IUserInterface) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the current user interface being used for the configuration
- setValidationContext(String) - Method in class oracle.apps.cz.cio.ConfigParameters
- This method sets the context in which to compare instances to the installed base repository
- setValue(Object) - Method in class oracle.apps.cz.utilities.NameValuePair
- Replaces the value for this pair.
- setValue(String) - Method in class oracle.apps.cz.cio.Attribute
- Sets the value (state for boolean features and numeric values for other features) for the attribute.
- simpleConfig(int) - Static method in class oracle.apps.cz.cio.Quick
-
- simpleRestore(long, long) - Static method in class oracle.apps.cz.cio.Quick
-
- size() - Method in class oracle.apps.cz.cio.UnmodifiableConfigNodes
-
- SPOOFED - Static variable in interface oracle.apps.cz.cio.IRuntimeNode
-
- SPOOFED - Static variable in interface oracle.apps.cz.cio.ITrackableInstance
-
- startConfiguration(ConfigParameters, Context) - Method in class oracle.apps.cz.cio.CIO
- This method creates a configuration based on the specified parameters.
- startDate - Static variable in class oracle.apps.cz.cio.Quick
-
- STATE_DV - Static variable in class oracle.apps.cz.cio.DeltaValidator
-
- StateCountNode - class oracle.apps.cz.cio.StateCountNode.
- Abstract class implementing common behavior for nodes with a logic state and count.
- StateDeltaValidator - class oracle.apps.cz.cio.StateDeltaValidator.
- Manages the state changes to runtime nodes due to user actions.
- StateDeltaValidator.StateChange - class oracle.apps.cz.cio.StateDeltaValidator.StateChange.
-
- StateDeltaValidator.StateChange(int, int) - Constructor for class oracle.apps.cz.cio.StateDeltaValidator.StateChange
-
- StateNode - class oracle.apps.cz.cio.StateNode.
- Abstract class implementing common behavior across nodes with logic state.
- statesMatch(int, int) - Static method in class oracle.apps.cz.cio.StateNode
- Returns true if the two given states match.
- STATUS_DELETED - Static variable in class oracle.apps.cz.cio.StatusInfo
- The node has newly lost this status since the last check.
- STATUS_EXISTING - Static variable in class oracle.apps.cz.cio.StatusInfo
- The already had this status during the last check, and it still does.
- STATUS_NEW - Static variable in class oracle.apps.cz.cio.StatusInfo
- The node has newly attained this status since the last check.
- STATUS_REMOVED - Static variable in class oracle.apps.cz.cio.StatusInfo
- The node had the deleted status during the last check, so it is removed.
- StatusInfo - class oracle.apps.cz.cio.StatusInfo.
- Contains information about a status change for a particular runtime node.
- statusToString(int) - Static method in class oracle.apps.cz.cio.StatusInfo
- Return a printable representation of a status constant.
- sunJdbcOdbcDriver - Static variable in class oracle.apps.cz.cio.Quick
-
- synchronizeAttribute(String, String, RuntimeNode) - Method in class oracle.apps.cz.cio.Attribute
-
- synchronizeAttributes(ITrackableInstance, Context) - Method in class oracle.apps.cz.cio.InstalledBase
-
- synchronizeIBValues(Integer, String, String) - Method in class oracle.apps.cz.cio.BomInstance
-
- synchronizeIBValues(Integer, String, String) - Method in class oracle.apps.cz.cio.RuntimeNode
-
- SYSTEM_EXCLUDED - Static variable in interface oracle.apps.cz.cio.IState
- The state to indicate that this node has been excluded from the configuration by the system and is not available for selection without a contradiction
A B C D E F G H I J L M N O P Q R S T U V
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.