|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--oracle.apps.cz.cio.Configuration
The top-level entry point to a configuration.
| Nested Class Summary | |
class |
Configuration.UnsatisfiedRulesIterator |
| Field Summary | |
static int |
ATP_CALLBACKRepresents callback ATP mode. |
static int |
ATP_DISABLEDFor the case when no valid ATP parameter combination is found. |
static int |
CONTAINER |
static int |
JAVA_PRICING_MODERepresents Java pricing |
int |
m_sequence |
static int |
NORMAL |
static int |
PRICE_MULT_ITEMSRepresents multiple item callback pricing mode. |
static int |
PRICE_MULT_ITEMS_MLSRepresents multiple item MLS callback pricing mode. |
static int |
PRICE_SINGLE_ITEMRepresents single item callback pricing mode. |
static int |
PRICING_DISABLEDFor the case when no valid pricing parameter combination is found. |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
static int |
UPDATE_BEHAVIOR_ON_DEMAND |
static int |
UPDATE_BEHAVIOR_OVERWRITE |
static int |
UPDATE_BEHAVIOR_SAVE_AS |
static int |
UPDATE_BEHAVIOR_SAVE_NEW |
static int |
UPDATE_BEHAVIOR_SAVE_NEW_REV |
| Method Summary | |
void |
addConfigEventListener(oracle.apps.cz.cio.IConfigEventListener listener)Deprecated. use Configurator Extensions |
void |
addConfigMessage(oracle.apps.cz.cio.IRuntimeNode node, java.lang.String keyword, java.lang.String message)Adds a configuration message to be saved to the cz_config_messages table. |
void |
addConfigMessage(java.lang.String keyword, java.lang.String message)Deprecated. use addConfigMessage(IRuntimeNode node, String keyword, String message) |
void |
addConfigurationEventListener(oracle.apps.cz.cio.IConfigurationEventListener listener)Deprecated. use Configurator Extensions |
void |
addInformationalMessage(oracle.apps.cz.cio.InformationalMessage message) |
boolean |
areAllChangesSaved()Returns true if all changes made to this configuration have been saved in the database Returns false if there changes pending in this configuration that need to be saved |
oracle.apps.cz.cio.ConfigTransaction |
beginConfigTransaction()Creates a new transaction. |
oracle.apps.cz.cio.ConfigTransaction |
beginConfigTransaction(boolean autoCommit)Deprecated. 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. |
java.util.Date |
calculateAtpDates()Calculates ATP dates for all IAtp nodes in the tree. |
java.lang.String |
calculateAtpDatesMls()Calculates and formats ATP dates for all IAtp nodes in the tree. |
void |
calculateListPrices()Calculates list prices of all IPrice nodes within configuration. |
void |
calculateListPrices(com.sun.java.util.collections.List nodeList)Calculates list prices of the given IPrice nodes within configuration. |
boolean |
canPerform()Returns true if there is at least one undone or not commited transaction that can be performed. |
boolean |
canUndo()Returns true if there are performed transactions that can be undone. |
void |
clearConfigMessages()Removes all configuration messages added by addConfigMessage. |
void |
close()Close the Configuration object and all associated runtime objects. |
void |
commitConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)Commits the given transaction if it matches with current one in the configuration. |
void |
completeBeforeSave()Invokes Configurator Extensions to prepare for saving the configuration |
void |
completeBeforeSummary()Invokes Configurator Extensions to prepare for rendering summary information |
com.sun.java.util.collections.Collection |
dispatchEvent(oracle.apps.cz.cio.CXEvent event)Dispatch an event which may trigger Configurator Extensions |
void |
dumpConfigTransactions() |
void |
endConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)Ends the given transaction if it matches with current one in the configuration. |
oracle.apps.fnd.common.Context |
getAltPricingAtpContext()Returns context that was added to the configuration through setAltPricingAtpContext, or null if no alternate pricing/ATP context exists. |
java.util.Date |
getAtpDate() |
java.text.SimpleDateFormat |
getAtpDateFormat()Returns a date format object that can be used to format date for UI presentation in client time zone. |
int |
getAtpMode()Will return the ATP mode that will be used by the configuration |
com.sun.java.util.collections.Set |
getAvailableEventCommands()Returns the Set of commands that can be used in a CXCommandEvent to trigger a globally bound Configurator Extension |
com.sun.java.util.collections.Map |
getAvailableNodes(com.sun.java.util.collections.List watchedNodes) |
oracle.apps.cz.cio.CIO |
getCIO()Gets the CIO that created this configuration. |
oracle.apps.cz.cio.Component |
getComponentByItemId(long itemId)Returns the Component corresponding to the given input ID. |
java.lang.String |
getConfigHeaderCheckoutUser()Gets the user who has the config header checked out. |
java.sql.Timestamp |
getConfigHeaderDateCreated()Gets the date when the config header was creaed. |
java.lang.String |
getConfigHeaderDescription()Gets the description of the config header. |
java.sql.Timestamp |
getConfigHeaderEffectiveFrom()Deprecated. Gets the date from which the config header is effective. |
java.sql.Timestamp |
getConfigHeaderEffectiveTo()Deprecated. Gets the date towhich the config header is effective. |
int |
getConfigHeaderId()Deprecated. |
long |
getConfigHeaderIdLong()Gets the id of the config header. |
java.sql.Timestamp |
getConfigHeaderLastUpdateDate()Gets the date when the config header was last updated. |
java.lang.String |
getConfigHeaderName()Gets the name of the config header. |
java.lang.String |
getConfigHeaderNote()Gets the note of the config header. |
int |
getConfigHeaderNumberQuotesUsedIn()Gets the config header number quotes used in. |
int |
getConfigHeaderOpportunityHeaderId()Gets the opportunity header id of the config header . |
int |
getConfigHeaderRevision()Deprecated. |
long |
getConfigHeaderRevisionLong()Gets the revision of the config header. |
java.lang.String |
getConfigHeaderStatus()Gets the status of the config header. |
int |
getConfigHeaderUiDefinitionId()Gets the UI definition id in the config header. |
int |
getConfigHeaderUserIdCreated()Gets the id of the user who created the config header. |
int |
getConfigHeaderUserIDForWhomCreated()Returns the identifier who requested creation of the configuration |
double |
getConfigHeaderUserNum01()Returns the UserNum01 value that is set by making a call to setConfigHeaderUserNum01() or by restoring a saved configuration (when the value returned will be the value of the UserNum01 column in cz_config_hdrs).Throws RuntimeException, NullDbColumnException if hasConfigHeaderUserNum01() returns false |
double |
getConfigHeaderUserNum02()Returns the UserNum02 value that is set by making a call to setConfigHeaderUserNum02() or by restoring a saved configuration (when the value returned will be the value of the UserNum02 column in cz_config_hdrs).Throws RuntimeException, NullDbColumnException if hasConfigHeaderUserNum02() returns false |
double |
getConfigHeaderUserNum03()Returns the UserNum03 value that is set by making a call to setConfigHeaderUserNum03() or by restoring a saved configuration (when the value returned will be the value of the UserNum03 column in cz_config_hdrs).Throws RuntimeException, NullDbColumnException if hasConfigHeaderUserNum03() returns false |
double |
getConfigHeaderUserNum04()Returns the UserNum04 value that is set by making a call to setConfigHeaderUserNum02() or by restoring a saved configuration (when the value returned will be the value of the UserNum04 column in cz_config_hdrs).Throws RuntimeException, NullDbColumnException if hasConfigHeaderUserNum04() returns false |
java.lang.String |
getConfigHeaderUserStr01()Returns the UserStr01 value that is set by making a call to setConfigHeaderUserStr01() or by restoring a saved configuration (when the value returned will be the value of the UserStr01 column in cz_config_hdrs). |
java.lang.String |
getConfigHeaderUserStr02()Returns the UserStr02 value that is set by making a call to setConfigHeaderUserStr02() or by restoring a saved configuration (when the value returned will be the value of the UserStr02 column in cz_config_hdrs). |
java.lang.String |
getConfigHeaderUserStr03()Returns the UserStr03 value that is set by making a call to setConfigHeaderUserStr03() or by restoring a saved configuration (when the value returned will be the value of the UserStr03 column in cz_config_hdrs). |
java.lang.String |
getConfigHeaderUserStr04()Returns the UserStr04 value that is set by making a call to setConfigHeaderUserStr04() or by restoring a saved configuration (when the value returned will be the value of the UserStr04 column in cz_config_hdrs). |
oracle.apps.cz.cio.ConfigParameters |
getConfigParameters()Gets the ConfigParameters object containing all the info used to create this config |
oracle.apps.fnd.common.Context |
getContext()Returns the Context object associated with this configuration |
java.text.DecimalFormat |
getCurrencyFormat()Returns the currency format object. |
com.sun.java.util.collections.Map |
getDefaultAffectedNodes() |
Configuration.DeltaListIterator |
getDeltaListIterator() |
java.util.Calendar |
getEffectiveDate()Gets the Effectivity Date of the config. |
int |
getEffectiveUsageID()Gets the Effectivity Usage ID of the config. |
com.sun.java.util.collections.Collection |
getInformationalMessages()Gets a collection of status info objects describing all the informational messages in the configuration. |
double |
getInitialBomQuantity()This method returns the initial quantity of the root BOM node The default is 0. |
com.sun.java.util.collections.List |
getInitialRequests()Deprecated. As of 11.5.10, use getNonOverridableRequests() |
oracle.apps.cz.utilities.NameValuePairSet |
getInitParameters()Deprecated. As of 11.5.9, use getUserParameters |
int |
getInputInventoryItemId() |
int |
getInputOrganizationId() |
oracle.apps.cz.cio.LogicalException |
getLastContradiction()Returns the most recent contradiction. |
com.sun.java.util.collections.List |
getNonOverridableRequests()Returns a list of Non-Overridable requests present in the configuration. |
int |
getPricingMode()Will return the pricing mode that will be used by the configuration |
com.sun.java.util.collections.Map |
getPricingNotifications(boolean listPrice, boolean discountedPrice)This is used to get the pricing notifications on all currently selected nodes in the configuration. |
int |
getProjectID()Gets the database ID of the project from which this configuration was created. |
oracle.apps.cz.cio.BomModel |
getRootBomModel()Returns the root BOM Model node, if there is associated with this configuration. |
oracle.apps.cz.cio.BomModel |
getRootBomModel(int inventoryItemId, int organizationId)Returns the root BOM Model node with the given inventory item ID and organization ID |
oracle.apps.cz.cio.Component |
getRootComponent()Gets the root product or component of the configuration. |
int |
getRootComponentDbId()Gets the database id of the root component. |
int |
getRootComponentPersistentId()Gets the persistent id of the root component. |
oracle.apps.cz.cio.IRuntimeNode |
getRuntimeNode(int runtimeID)Fetches a runtime node based on a runtime ID. |
com.sun.java.util.collections.List |
getRuntimeNodes()Fetches all runtime nodes in this configuration. |
com.sun.java.util.collections.Collection |
getSelectedItems()Gets a collection of status info objects describing all selected items in the configuration. |
double |
getTotalDiscountedPrice()Returns rolled up discounted price of the configuration. |
double |
getTotalListPrice()Returns rolled up list price of the configuration. |
int |
getTransactionDepth()Returns the number of nested transactions (depth). |
com.sun.java.util.collections.Collection |
getUnsatisfiedItems()Gets a collection of status info objects describing all unsatisfied items in the configuration. |
com.sun.java.util.collections.List |
getUnsatisfiedRuleMessages()Gets a list of messages for unsatisfied relations in the configuration |
oracle.apps.cz.cio.IUserInterface |
getUserInterface()Gets the IUserInterface reference assigned to this configuration. |
oracle.apps.cz.utilities.NameValuePairSet |
getUserParameters()Gets user-defined parameters, which are stored in a NameValuePairSet object. |
com.sun.java.util.collections.List |
getUserRequests()Returns a list of user requests present in the configuration. |
com.sun.java.util.collections.Collection |
getValidationFailures()Gets a collection of validation failures describing current problems with the configuration. |
boolean |
hasConfigHeaderUserNum01()Returns true if UserNum01 is not null |
boolean |
hasConfigHeaderUserNum02()Returns true if UserNum02 is not null |
boolean |
hasConfigHeaderUserNum03()Returns true if UserNum03 is not null |
boolean |
hasConfigHeaderUserNum04()Returns true if UserNum04 is not null |
boolean |
hasInformationalMessages() |
boolean |
hasInstalledRevisions()Returns true if this configuration has one or more instances with installed revisions |
boolean |
hasPriceAndATPDisabled()Returns true if neither List Prices, Selling Prices, nor ATP is enabled in the configuration session. |
boolean |
isAtpAvailable()Returns true if ATP is turned on in the configuration. |
boolean |
isComplete()Returns true if the configuation is satisfied |
boolean |
isDiscountPricingAvailable()Returns true if Discount price is turned on for this configuration session |
boolean |
isExtendedPricingAvailable()Returns true if Discount price is turned on for this configuration session |
boolean |
isInSavePointTransaction()Returns true if the current transaction is part of a save point transaction |
boolean |
isListPricingAvailable()Returns true if List pricing is turned on for this configuation session |
boolean |
isNetworkConfiguration()Returns true if this is a configuration on a network |
boolean |
isPricingAvailable()Returns true if Pricing is turned on at the configuration. |
boolean |
isUnsatisfied()Returns true if the configuration is incomplete. |
boolean |
isValid()Returns true if the configuation is valid |
void |
loadModelProperties()load all properties associated with the current model |
void |
makeInstancesEditable(com.sun.java.util.collections.Collection instances)Makes the collection of passed in instances editable. |
void |
perform()Perform the next pending transaction. |
void |
removeConfigEventListener(oracle.apps.cz.cio.IConfigEventListener listener)Deprecated. use Configurator Extensions |
void |
removeConfigurationEventListener(oracle.apps.cz.cio.IConfigurationEventListener listener)Deprecated. use Configurator Extensions |
void |
restartConfiguration()Restart the current configuration instance without destroying the objects |
void |
rollbackConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)Rolls back the given transaction if it matches with current one in the configuration. |
void |
save()Saves by overwriting a restored configuration. |
void |
saveNew()Saves a new configuration. |
void |
saveNewRev()Saves a new revision of the restored configuration. |
void |
setAllChangesSaved(boolean clean)Allows the client to make the configuration to be "clean" or dirty" as needed. |
void |
setAltPricingAtpContext(oracle.apps.fnd.common.Context ctx)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. |
void |
setConfigHeaderCheckoutUser(java.lang.String user)Sets the user who has checked out the config header. |
void |
setConfigHeaderDescription(java.lang.String description)Sets the config header description. |
void |
setConfigHeaderEffectiveFrom(java.sql.Timestamp effFrom)Deprecated. Sets the date from which the config header is effective. |
void |
setConfigHeaderEffectiveTo(java.sql.Timestamp effTo)Deprecated. Sets the date to which the config header is effective. |
void |
setConfigHeaderName(java.lang.String name)Sets the config header name. |
void |
setConfigHeaderNote(java.lang.String note)Sets the config header note. |
void |
setConfigHeaderOpportunityHeaderId(int id)Sets the config header opportunity header id. |
void |
setConfigHeaderUiDefinitionId(int id)Sets the config header UI definition id. |
void |
setConfigHeaderUserIDForWhomCreated(int userId)Sets the identifier who requested creation of the configuration |
void |
setConfigHeaderUserNum01(double userNum01)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. |
void |
setConfigHeaderUserNum02(double userNum02)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. |
void |
setConfigHeaderUserNum03(double userNum03)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. |
void |
setConfigHeaderUserNum04(double userNum04)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. |
void |
setConfigHeaderUserStr01(java.lang.String userStr01)Sets the value of UserStr01.The value is stored in the UserStr01 column in cz_config_hdrs table when a configuration is saved. |
void |
setConfigHeaderUserStr02(java.lang.String userStr02)Sets the value of UserStr02.The value is stored in the UserStr02 column in cz_config_hdrs table when a configuration is saved. |
void |
setConfigHeaderUserStr03(java.lang.String userStr03)Sets the value of UserStr03.The value is stored in the UserStr03 column in cz_config_hdrs table when a configuration is saved. |
void |
setConfigHeaderUserStr04(java.lang.String userStr04)Sets the value of UserStr04.The value is stored in the UserStr04 column in cz_config_hdrs table when a configuration is saved. |
boolean |
setEarlyNeighborhoodViolationDetection(boolean earlyDetect) |
void |
setTimeEvent(oracle.apps.cz.utilities.TimeEvent timer)Sets the timing object this session is to work with |
void |
undo()Undo the previous transaction. |
void |
updateDefaultNodes() |
void |
updateValidationFailure(oracle.apps.cz.cio.ValidationFailure failure)Update the status of a validation failure. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
public static final int PRICE_MULT_ITEMS
public static final int PRICE_SINGLE_ITEM
public static final int PRICE_MULT_ITEMS_MLS
public static final int PRICING_DISABLED
public static final int JAVA_PRICING_MODE
public static final int ATP_CALLBACK
public static final int ATP_DISABLED
public final int m_sequence
public static final int NORMAL
public static final int CONTAINER
public static final int UPDATE_BEHAVIOR_SAVE_NEW
public static final int UPDATE_BEHAVIOR_SAVE_NEW_REV
public static final int UPDATE_BEHAVIOR_SAVE_AS
public static final int UPDATE_BEHAVIOR_OVERWRITE
public static final int UPDATE_BEHAVIOR_ON_DEMAND
| Method Detail |
public void close()
public void restartConfiguration()
public void completeBeforeSummary()
public void completeBeforeSave()
public void save()
throws NoConfigHeaderException,
ModifiedConfigOverwriteException,
oracle.apps.cz.dio.ui.NoSuchUiDefException
NoConfigHeaderException - when this configuration hasn't been previously saved. Consider calling SaveNew().ModifiedConfigOverwriteException - when this configuration has been saved by "another user". Consider calling SaveNewRev() or SaveNew().oracle.apps.cz.dio.ui.NoSuchUiDefException
public void saveNewRev()
throws NoConfigHeaderException,
oracle.apps.cz.dio.ui.NoSuchUiDefException
NoConfigHeaderException - when this configuration hasn't been previously saved. Consider calling SaveNew().oracle.apps.cz.dio.ui.NoSuchUiDefException
public void saveNew()
throws oracle.apps.cz.dio.ui.NoSuchUiDefException
oracle.apps.cz.dio.ui.NoSuchUiDefException
public void addConfigMessage(oracle.apps.cz.cio.IRuntimeNode node,
java.lang.String keyword,
java.lang.String message)
node - the node on which the failure occuredkeyword - keyword describing the type of message, e.g. "CONTRADICTION"message - message string
public void addConfigMessage(java.lang.String keyword,
java.lang.String message)
public void clearConfigMessages()
public oracle.apps.fnd.common.Context getContext()
public oracle.apps.cz.cio.CIO getCIO()
CIOpublic oracle.apps.cz.cio.ConfigParameters getConfigParameters()
ConfigParameterspublic oracle.apps.cz.cio.IUserInterface getUserInterface()
IUserInterfacepublic oracle.apps.cz.cio.Component getRootComponent()
Component, RuntimeNodepublic int getProjectID()
public boolean isUnsatisfied()
true if the configuration is incomplete.public com.sun.java.util.collections.Collection getValidationFailures()
public com.sun.java.util.collections.Collection getSelectedItems()
public com.sun.java.util.collections.Collection getUnsatisfiedItems()
public com.sun.java.util.collections.Collection getInformationalMessages()
public boolean hasInformationalMessages()
public com.sun.java.util.collections.List getUnsatisfiedRuleMessages()
public com.sun.java.util.collections.List getRuntimeNodes()
public oracle.apps.cz.cio.IRuntimeNode getRuntimeNode(int runtimeID)
runtimeID - the runtime ID of the desired node.IRuntimeNodepublic com.sun.java.util.collections.Set getAvailableEventCommands()
public com.sun.java.util.collections.Collection dispatchEvent(oracle.apps.cz.cio.CXEvent event)
public com.sun.java.util.collections.Map getAvailableNodes(com.sun.java.util.collections.List watchedNodes)
public void updateDefaultNodes()
public com.sun.java.util.collections.Map getDefaultAffectedNodes()
public oracle.apps.cz.cio.ConfigTransaction beginConfigTransaction()
public oracle.apps.cz.cio.ConfigTransaction beginConfigTransaction(boolean autoCommit)
public void endConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
throws LogicalException
transaction - A transaction reference.LogicalException
public void commitConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
throws LogicalException
transaction - A transaction reference.LogicalException
public void rollbackConfigTransaction(oracle.apps.cz.cio.ConfigTransaction transaction)
throws LogicalException
transaction - A transaction reference.LogicalExceptionpublic int getTransactionDepth()
public boolean canUndo()
public void undo()
throws LogicalException
LogicalExceptionpublic boolean canPerform()
public void perform()
throws LogicalException
LogicalExceptionpublic void updateValidationFailure(oracle.apps.cz.cio.ValidationFailure failure)
public void addInformationalMessage(oracle.apps.cz.cio.InformationalMessage message)
public oracle.apps.cz.cio.LogicalException getLastContradiction()
public void setAltPricingAtpContext(oracle.apps.fnd.common.Context ctx)
ctx - Context which represents session on database from which pricing and ATP information is retrievedpublic oracle.apps.fnd.common.Context getAltPricingAtpContext()
public void calculateListPrices()
throws PricingUnavailableException
PricingUnavailableException
public void calculateListPrices(com.sun.java.util.collections.List nodeList)
throws PricingUnavailableException
PricingUnavailableException
public double getTotalListPrice()
throws PricingUnavailableException
PricingUnavailableException
public double getTotalDiscountedPrice()
throws PricingUnavailableException
PricingUnavailableExceptionpublic int getPricingMode()
public java.util.Date calculateAtpDates()
throws AtpUnavailableException
AtpUnavailableException - thrown if configuration initialization parameters required to run ATP check have not all been provided
public java.util.Date getAtpDate()
throws AtpUnavailableException
AtpUnavailableException - thrown if configuration initialization parameters required to run ATP check have not all been provided
public java.lang.String calculateAtpDatesMls()
throws AtpUnavailableException
AtpUnavailableException - thrown if configuration initialization parameters required to run ATP check have not all been providedpublic java.text.SimpleDateFormat getAtpDateFormat()
public int getAtpMode()
public oracle.apps.cz.cio.BomModel getRootBomModel(int inventoryItemId,
int organizationId)
public oracle.apps.cz.cio.BomModel getRootBomModel()
public void setConfigHeaderUiDefinitionId(int id)
throws oracle.apps.cz.dio.ui.NoSuchUiDefException
oracle.apps.cz.dio.ui.NoSuchUiDefExceptionpublic void setConfigHeaderOpportunityHeaderId(int id)
public void setConfigHeaderName(java.lang.String name)
public void setConfigHeaderDescription(java.lang.String description)
public void setConfigHeaderNote(java.lang.String note)
public void setConfigHeaderCheckoutUser(java.lang.String user)
public void setConfigHeaderEffectiveFrom(java.sql.Timestamp effFrom)
public void setConfigHeaderEffectiveTo(java.sql.Timestamp effTo)
public void setConfigHeaderUserIDForWhomCreated(int userId)
public int getConfigHeaderUserIDForWhomCreated()
public void setConfigHeaderUserNum01(double userNum01)
java.lang.RuntimeException - if value is not within +/- 9,999,999public double getConfigHeaderUserNum01()
RuntimeException, - NullDbColumnException if hasConfigHeaderUserNum01() returns falsesetConfigHeaderUserNum01(double), hasConfigHeaderUserNum01()public boolean hasConfigHeaderUserNum01()
public void setConfigHeaderUserNum02(double userNum02)
java.lang.RuntimeException - if value is not within +/- 9,999,999public double getConfigHeaderUserNum02()
RuntimeException, - NullDbColumnException if hasConfigHeaderUserNum01() returns falsesetConfigHeaderUserNum02(double), hasConfigHeaderUserNum02()public boolean hasConfigHeaderUserNum02()
public void setConfigHeaderUserNum03(double userNum03)
java.lang.RuntimeException - if value is not within +/- 9,999,999public double getConfigHeaderUserNum03()
RuntimeException, - NullDbColumnException if hasConfigHeaderUserNum01() returns falsesetConfigHeaderUserNum03(double), hasConfigHeaderUserNum03()public boolean hasConfigHeaderUserNum03()
public void setConfigHeaderUserNum04(double userNum04)
java.lang.RuntimeException - if value is not within +/- 9,999,999public double getConfigHeaderUserNum04()
RuntimeException, - NullDbColumnException if hasConfigHeaderUserNum01() returns falsesetConfigHeaderUserNum04(double), hasConfigHeaderUserNum04()public boolean hasConfigHeaderUserNum04()
public void setConfigHeaderUserStr01(java.lang.String userStr01)
public java.lang.String getConfigHeaderUserStr01()
setConfigHeaderUserStr01(java.lang.String)public void setConfigHeaderUserStr02(java.lang.String userStr02)
public java.lang.String getConfigHeaderUserStr02()
setConfigHeaderUserStr02(java.lang.String)public void setConfigHeaderUserStr03(java.lang.String userStr03)
public java.lang.String getConfigHeaderUserStr03()
setConfigHeaderUserStr03(java.lang.String)public void setConfigHeaderUserStr04(java.lang.String userStr04)
public java.lang.String getConfigHeaderUserStr04()
setConfigHeaderUserStr04(java.lang.String)public int getConfigHeaderId()
oracle.apps.cz.cio.Configuration.getConfigHeaderIdLongpublic long getConfigHeaderIdLong()
public long getConfigHeaderRevisionLong()
public int getConfigHeaderRevision()
oracle.apps.cz.cio.Configuration.getConfigHeaderRevisionLongpublic int getConfigHeaderUiDefinitionId()
public int getRootComponentDbId()
public int getRootComponentPersistentId()
public java.sql.Timestamp getConfigHeaderDateCreated()
public java.lang.String getConfigHeaderName()
public java.lang.String getConfigHeaderDescription()
public java.lang.String getConfigHeaderNote()
public java.lang.String getConfigHeaderCheckoutUser()
public java.sql.Timestamp getConfigHeaderEffectiveFrom()
public java.sql.Timestamp getConfigHeaderEffectiveTo()
public int getConfigHeaderNumberQuotesUsedIn()
public int getConfigHeaderOpportunityHeaderId()
public java.lang.String getConfigHeaderStatus()
public int getConfigHeaderUserIdCreated()
public java.sql.Timestamp getConfigHeaderLastUpdateDate()
public java.util.Calendar getEffectiveDate()
public int getEffectiveUsageID()
public void setTimeEvent(oracle.apps.cz.utilities.TimeEvent timer)
timer - - A TimeEvent objectpublic Configuration.DeltaListIterator getDeltaListIterator()
public com.sun.java.util.collections.List getUserRequests()
Requestpublic com.sun.java.util.collections.List getNonOverridableRequests()
Requestpublic com.sun.java.util.collections.List getInitialRequests()
getNonOverridableRequests()Requestpublic java.text.DecimalFormat getCurrencyFormat()
public int getInputOrganizationId()
public int getInputInventoryItemId()
public oracle.apps.cz.cio.Component getComponentByItemId(long itemId)
public void loadModelProperties()
public boolean hasInstalledRevisions()
public boolean isNetworkConfiguration()
public boolean setEarlyNeighborhoodViolationDetection(boolean earlyDetect)
public oracle.apps.cz.utilities.NameValuePairSet getUserParameters()
public void makeInstancesEditable(com.sun.java.util.collections.Collection instances)
throws LogicalException
LogicalExceptionpublic oracle.apps.cz.utilities.NameValuePairSet getInitParameters()
getUserParameterspublic boolean areAllChangesSaved()
public void setAllChangesSaved(boolean clean)
public void dumpConfigTransactions()
public void addConfigEventListener(oracle.apps.cz.cio.IConfigEventListener listener)
public void removeConfigEventListener(oracle.apps.cz.cio.IConfigEventListener listener)
public void addConfigurationEventListener(oracle.apps.cz.cio.IConfigurationEventListener listener)
public void removeConfigurationEventListener(oracle.apps.cz.cio.IConfigurationEventListener listener)
public boolean isPricingAvailable()
public boolean isListPricingAvailable()
public boolean hasPriceAndATPDisabled()
public boolean isDiscountPricingAvailable()
public boolean isExtendedPricingAvailable()
public boolean isAtpAvailable()
public double getInitialBomQuantity()
public boolean isValid()
public boolean isComplete()
public boolean isInSavePointTransaction()
public com.sun.java.util.collections.Map getPricingNotifications(boolean listPrice,
boolean discountedPrice)
listPrice - true if list pricing notifications are desired
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.