|
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 | ||||||||||
Deprecated. this class is no longer necessary
Implemented by functional companion objects attached to components in order to provide programatic functionality to a configuration model.
| Field Summary | |
static int |
FC_AFTER_SAVEDeprecated. |
static int |
FC_ON_AUTO_CONFIGUREDeprecated. |
static int |
FC_ON_GENERATE_OUTPUTDeprecated. |
static int |
FC_ON_LOADDeprecated. |
static int |
FC_ON_NEWDeprecated. Functional Companion event types |
static int |
FC_ON_RESTOREDeprecated. |
static int |
FC_ON_SAVEDeprecated. |
static int |
FC_ON_SUMMARYDeprecated. |
static int |
FC_ON_VALIDATEDeprecated. |
static int |
FC_POST_LOADDeprecated. |
static java.lang.String |
RCS_IDDeprecated. |
static boolean |
RCS_ID_RECORDEDDeprecated. |
| Method Summary | |
void |
autoConfigure()Deprecated. Performs a programmatic configuration step. |
java.lang.String |
generateOutput()Deprecated. Generates output for this component. |
void |
generateOutput(javax.servlet.http.HttpServletResponse response)Deprecated. Generates output for this component. |
java.lang.String |
getDescription()Deprecated. Returns the description of the functional companion. |
int |
getID()Deprecated. Returns the database ID of the functional companion. |
java.lang.String |
getName()Deprecated. Returns the name of the functional companion. |
oracle.apps.cz.cio.IRuntimeNode |
getRuntimeNode()Deprecated. Returns the runtime node to which this component is attached. |
void |
initialize(oracle.apps.cz.cio.IRuntimeNode node, java.lang.String name, java.lang.String description, int id)Deprecated. Saves information about the model and performs any actions needed to initialize the companion. |
void |
terminate()Deprecated. Performs any cleanup on this companion that needs to occur before the companion is destroyed. |
com.sun.java.util.collections.List |
validate()Deprecated. Programatically checks that a configuration is valid and returns a list of ValidationFailure objects if there are failures, and null otherwise. |
boolean |
validateEligibleTarget(oracle.apps.cz.cio.Component target)Deprecated. validates a Component as a potential target of a connection |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
public static final int FC_ON_NEW
public static final int FC_ON_RESTORE
public static final int FC_ON_SAVE
public static final int FC_ON_AUTO_CONFIGURE
public static final int FC_ON_VALIDATE
public static final int FC_ON_GENERATE_OUTPUT
public static final int FC_AFTER_SAVE
public static final int FC_ON_LOAD
public static final int FC_ON_SUMMARY
public static final int FC_POST_LOAD
| Method Detail |
public void initialize(oracle.apps.cz.cio.IRuntimeNode node,
java.lang.String name,
java.lang.String description,
int id)
public void autoConfigure()
throws LogicalException
LogicalExceptionpublic com.sun.java.util.collections.List validate()
public java.lang.String generateOutput()
public void generateOutput(javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
java.io.IOExceptionpublic boolean validateEligibleTarget(oracle.apps.cz.cio.Component target)
public void terminate()
public oracle.apps.cz.cio.IRuntimeNode getRuntimeNode()
public java.lang.String getName()
public java.lang.String getDescription()
public int getID()
|
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.