|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XDFLogger | |
---|---|
oracle.apps.fnd.applxdf.comp | |
oracle.apps.fnd.applxdf.comp.schemaseparation | |
oracle.apps.fnd.applxdf.junitrt.testcases |
Uses of XDFLogger in oracle.apps.fnd.applxdf.comp |
---|
Fields in oracle.apps.fnd.applxdf.comp declared as XDFLogger | |
---|---|
protected XDFLogger |
TspaceConfig.logger
|
protected XDFLogger |
DBObjectComparison.logger
|
protected XDFLogger |
DBObject.logger
|
protected XDFLogger |
BstrapObject.logger
|
protected XDFLogger |
BstrapComparison.logger
|
Methods in oracle.apps.fnd.applxdf.comp that return XDFLogger | |
---|---|
XDFLogger |
XdfSchemaDeploy.getLogger()
Returns the xdf logger used by FndSxdeComp. |
Methods in oracle.apps.fnd.applxdf.comp with parameters of type XDFLogger | |
---|---|
int |
XdfSchemaDeploy.applyXDF(java.lang.String[] args,
java.sql.Connection appsConn,
XDFLogger xdfLogger)
Called from main method to do the actual work. |
static boolean |
IndexObject.getInvalidIndexes(Parameters param,
java.lang.String tableName,
java.lang.String tableOwner,
java.util.ArrayList indexNames,
java.util.ArrayList indexOwner,
XDFLogger logger)
Get the invalid indexes. |
static boolean |
IndexObject.getInvalidPartitionIndexes(Parameters param,
java.lang.String tableName,
java.lang.String tableOwner,
java.util.ArrayList indexNames,
java.util.ArrayList partitionName,
java.util.ArrayList indexOwner,
XDFLogger logger)
Get invalid partition indexes. |
static boolean |
IndexObject.rebuildIndexes(Parameters param,
java.lang.String tableName,
java.lang.String tableOwner,
XDFLogger logger)
Rebuild the indexes. |
protected void |
Parameters.setLogger(XDFLogger logger)
Set the logger for the class. |
void |
CommentObject.setLogger(XDFLogger logger)
Set Logger if not set before |
static void |
XMLUtil.setLoggerAndParameter(XDFLogger theLogger,
Parameters theParam)
Set the logger and parameters instances to this class. |
static void |
DBUtil.setLoggerAndParameter(XDFLogger theLogger,
Parameters theParam)
Set the logger to the class. |
Constructors in oracle.apps.fnd.applxdf.comp with parameters of type XDFLogger | |
---|---|
AOLMetaData(Parameters theParam,
XDFLogger theLogger)
Consructor with arguments. |
|
BstrapComparison(Parameters theParam,
XDFLogger theLogger)
|
|
BstrapObject(Parameters param,
XDFLogger logger)
Constructor with arguments. |
|
CommentComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
CommentObject(Parameters param,
XDFLogger logger)
Constructor with arguments. |
|
ConstraintObject(Parameters param,
XDFLogger logger)
Constructor with arguments. |
|
ContextComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
ContextObject(Parameters param,
XDFLogger logger)
Constructor with arguments. |
|
DataCollect(XDFLogger theLogger)
Constructor with argument. |
|
DBUtil(XDFLogger theLogger,
Parameters theParam)
Constructor. |
|
IndexComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
IndexObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
MViewComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
MViewObject(Parameters param,
XDFLogger logger)
Constructor with arguments. |
|
MVLogComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
MVLogObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
PolicyComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
PolicyObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
QTableComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
QTableObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
QueueComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
QueueObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
RoleComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
RoleObject(Parameters param,
XDFLogger logger)
Constructor with arguments. |
|
SequenceComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
SequenceObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
SynonymComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
SynonymObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
TableComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
TableFKComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
TableFKObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
TableObject(Parameters param,
XDFLogger logger)
Constructor with arguments. |
|
TableUtil(XDFLogger theLogger,
Parameters theParam)
Constructor. |
|
TriggerComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
TriggerObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
|
TspaceConfig(Parameters param,
XDFLogger logger,
java.lang.String filePath)
Constructor with arguments. |
|
ViewComparison(Parameters theParam,
XDFLogger theLogger)
Constructor with argument. |
|
ViewObject(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
Uses of XDFLogger in oracle.apps.fnd.applxdf.comp.schemaseparation |
---|
Fields in oracle.apps.fnd.applxdf.comp.schemaseparation declared as XDFLogger | |
---|---|
protected XDFLogger |
PublicSynonymCr.logger
|
Methods in oracle.apps.fnd.applxdf.comp.schemaseparation with parameters of type XDFLogger | |
---|---|
java.lang.String[] |
RoleGrantsAndSynonymCreator.getRevokeStatements(java.sql.Connection connection,
XDFLogger logger,
java.lang.String objectType)
|
int |
RoleGrantsAndSynonymCreator.schemaSepTask(Parameters param,
DBObject dbObj,
java.lang.String objectType,
XDFLogger logger)
|
Constructors in oracle.apps.fnd.applxdf.comp.schemaseparation with parameters of type XDFLogger | |
---|---|
PublicSynonymCr(Parameters theParam,
XDFLogger theLogger)
Constructor with arguments. |
Uses of XDFLogger in oracle.apps.fnd.applxdf.junitrt.testcases |
---|
Subclasses of XDFLogger in oracle.apps.fnd.applxdf.junitrt.testcases | |
---|---|
class |
ObservableTextLogger
Rather than using a java.util.Observable class; creating own observable class |
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.6) E22566-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |