Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.audit.ui.util
Class AuditModelUtility

java.lang.Object
  extended by oracle.apps.fnd.applcore.audit.ui.util.AuditModelUtility

Deprecated.

@Deprecated
public class AuditModelUtility
extends java.lang.Object


Constructor Summary
AuditModelUtility()
          Deprecated.  
 
Method Summary
 void addChildAM(oracle.jbo.server.ApplicationModuleDefImpl amChildDef, AuditTreeNode topAM)
          Deprecated. Method to add any child AM's for the given AM and the childAMs VOs (and childVOs)
 void addChildVOs(java.lang.String[] childVONames, oracle.jbo.server.ApplicationModuleDefImpl amDef, AuditTreeNode voTree)
          Deprecated. Method to add childVOs.
 void addChildVOs(oracle.jbo.server.ViewDefImpl viewDef, AuditTreeNode voTree, oracle.jbo.server.ApplicationModuleDefImpl am)
          Deprecated. Method to add childVOs when viewlink in place.
static void enableAuditForVOWithAttrs(java.lang.String amName, java.lang.String voFullName, java.util.ArrayList<java.lang.String> selAttrList)
          Deprecated. This api enables Audit on given View Object for given list of Attributes.
 void enableAuditingOnDefaultAttrs(oracle.jbo.ApplicationModule am, java.lang.String forWebApp)
          Deprecated.  
static void enableDefaultAuditForAMs(java.util.ArrayList<java.lang.String> amList)
          Deprecated. This api enables "default" Audit on given Application Modules in current webApp context.
static oracle.jbo.ApplicationModule getAM()
          Deprecated. Method to return the FndAuditModuleAM
static java.util.List getCustomObjContextAttr(oracle.jbo.server.ViewDefImpl customViewDef)
          Deprecated. public method to get the contextAttribute columns for logging purposes.
static java.util.List getFndAppModules(java.lang.String webApp)
          Deprecated. Private method to get the resultant rows from fnd_audit_webapp_am given a webApp.
static oracle.jbo.Row[] getFndMetadataAttrs(FndAuditAttributesVOImpl metadataVO, AuditTreeNode root)
          Deprecated. Public method to get the resultant rows from fnd_metadata_attributes given a whereClause.
static oracle.jbo.Row[] getFndMetadataAttrsWithoutFlag(FndAuditAttributesVOImpl metadataVO, AuditTreeNode root)
          Deprecated. Method that returns rows fro fnd_auditattributes given a viewObjectName and EnabledFlag is Y
 java.util.List<Attribute> getListOfAttributes(java.lang.String amName, java.lang.String viewName)
          Deprecated. Get the list of attributes for the specific VO.
 java.util.List<Attribute> getListOfDefaultAttributes(java.lang.String viewName)
          Deprecated. Get the list of attributes for the specific VO.
static FndAuditAttributesVOImpl getMetadataVO()
          Deprecated. Method to return the FndAuditAttributesVOImpl
 AuditTreeNode getParentAMVOMap(java.util.List auditedViewObjs, java.util.List ams)
          Deprecated. Method that is the parent method to crea the Tree Model object of AM's and VO's (including childAMs and childVOs/GrandChildVOs)
 void insertDefaultAttributesForVO(oracle.jbo.ApplicationModule am, java.lang.String webApp, AuditTreeNode treeNode)
          Deprecated.  
static void invalidateAuditMDSCache()
          Deprecated.  
static void invalidateAuditMDSCacheInternal()
          Deprecated.  
 boolean isAccessorAttr(oracle.jbo.server.AttributeDefImpl voAttrDef)
          Deprecated. Method to check whether the attribute is a viewAccessor attribute.
 boolean isAuditable(java.lang.String tableName)
          Deprecated. Method that determines whether a table is Auditble based on the existence of a shadow table.
static oracle.jbo.server.ViewDefImpl isCustomViewObject(AuditTreeNode node)
          Deprecated. Public method returns whether a custom view object based on a AuditTreeNode
static void setDisplayLabelForAttrs(java.lang.String viewName, oracle.jbo.Row[] attrRows)
          Deprecated. Method to set the display names for the attributes shown in the enabled attributes table of setup UI
static void turnOffAuditForAMs(java.util.ArrayList<java.lang.String> amList)
          Deprecated. This api turns OFF Audit for list of Application Modules.
static void turnOffAuditForVOs(java.util.ArrayList<java.lang.String> voList)
          Deprecated. This api turns OFF Audit for list of View Objects.
static void turnOffAuditForWebApp(java.lang.String webAppName)
          Deprecated. This api turns OFF Audit for specific WebApp.
static void turnOnAuditForAMs(java.util.ArrayList<java.lang.String> amList)
          Deprecated. This api turns ON Audit for list of Application Modules.
static void turnOnAuditForVOs(java.util.ArrayList<java.lang.String> voList)
          Deprecated. This api turns ON Audit for list of View Objects.
static void turnOnAuditForWebApp(java.lang.String webAppName)
          Deprecated. This api turns ON Audit for specific WebApp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditModelUtility

public AuditModelUtility()
Deprecated. 
Method Detail

getParentAMVOMap

public AuditTreeNode getParentAMVOMap(java.util.List auditedViewObjs,
                                      java.util.List ams)
Deprecated. 
Method that is the parent method to crea the Tree Model object of AM's and VO's (including childAMs and childVOs/GrandChildVOs)

Parameters:
auditedViewObjs -
Returns:
AuditTreeNode

addChildAM

public void addChildAM(oracle.jbo.server.ApplicationModuleDefImpl amChildDef,
                       AuditTreeNode topAM)
Deprecated. 
Method to add any child AM's for the given AM and the childAMs VOs (and childVOs)

Parameters:
amChildDef -
topAM -

addChildVOs

public void addChildVOs(java.lang.String[] childVONames,
                        oracle.jbo.server.ApplicationModuleDefImpl amDef,
                        AuditTreeNode voTree)
Deprecated. 
Method to add childVOs.

Parameters:
childVONames -
amDef -
voTree -

addChildVOs

public void addChildVOs(oracle.jbo.server.ViewDefImpl viewDef,
                        AuditTreeNode voTree,
                        oracle.jbo.server.ApplicationModuleDefImpl am)
Deprecated. 
Method to add childVOs when viewlink in place.

Parameters:
viewDef -
voTree -
am -

getListOfDefaultAttributes

public java.util.List<Attribute> getListOfDefaultAttributes(java.lang.String viewName)
Deprecated. 
Get the list of attributes for the specific VO. Here the attributes that are not shown are: 1. Who columns 2. Columns that have auditable set to false

Parameters:
amName -
viewName -
Returns:

getListOfAttributes

public java.util.List<Attribute> getListOfAttributes(java.lang.String amName,
                                                     java.lang.String viewName)
Deprecated. 
Get the list of attributes for the specific VO. Here the attributes that are not shown are: 1. Hidden Attributes 2. Who columns 3. Columns that have auditable set to false

Parameters:
amName -
viewName -
Returns:

isAccessorAttr

public boolean isAccessorAttr(oracle.jbo.server.AttributeDefImpl voAttrDef)
Deprecated. 
Method to check whether the attribute is a viewAccessor attribute.

Parameters:
voAttrDef -
Returns:

isCustomViewObject

public static oracle.jbo.server.ViewDefImpl isCustomViewObject(AuditTreeNode node)
Deprecated. 
Public method returns whether a custom view object based on a AuditTreeNode

Parameters:
node -
Returns:
ViewDefImpl

getAM

public static oracle.jbo.ApplicationModule getAM()
Deprecated. 
Method to return the FndAuditModuleAM

Returns:
ApplicationModule

getFndMetadataAttrs

public static oracle.jbo.Row[] getFndMetadataAttrs(FndAuditAttributesVOImpl metadataVO,
                                                   AuditTreeNode root)
Deprecated. 
Public method to get the resultant rows from fnd_metadata_attributes given a whereClause. The whereClause can be null too.

Parameters:
FndAuditAttributesVOImpl -
AuditTreeNode -
Returns:
Row[]

getFndMetadataAttrsWithoutFlag

public static oracle.jbo.Row[] getFndMetadataAttrsWithoutFlag(FndAuditAttributesVOImpl metadataVO,
                                                              AuditTreeNode root)
Deprecated. 
Method that returns rows fro fnd_auditattributes given a viewObjectName and EnabledFlag is Y

Parameters:
metadataVO -
root -
Returns:

setDisplayLabelForAttrs

public static void setDisplayLabelForAttrs(java.lang.String viewName,
                                           oracle.jbo.Row[] attrRows)
Deprecated. 
Method to set the display names for the attributes shown in the enabled attributes table of setup UI

Parameters:
viewName -
attrRows -

getMetadataVO

public static FndAuditAttributesVOImpl getMetadataVO()
Deprecated. 
Method to return the FndAuditAttributesVOImpl

Returns:
FndAuditAttributesVOImpl

getFndAppModules

public static java.util.List getFndAppModules(java.lang.String webApp)
Deprecated. 
Private method to get the resultant rows from fnd_audit_webapp_am given a webApp.

Parameters:
webApp -
Returns:
List

getCustomObjContextAttr

public static java.util.List getCustomObjContextAttr(oracle.jbo.server.ViewDefImpl customViewDef)
Deprecated. 
public method to get the contextAttribute columns for logging purposes. This wll help during reporting custom objects by their columns.

Parameters:
customViewDef -

invalidateAuditMDSCache

public static void invalidateAuditMDSCache()
Deprecated. 

invalidateAuditMDSCacheInternal

public static void invalidateAuditMDSCacheInternal()
                                            throws oracle.mds.core.ConcurrentMOChangeException
Deprecated. 
Throws:
oracle.mds.core.ConcurrentMOChangeException

isAuditable

public boolean isAuditable(java.lang.String tableName)
Deprecated. 
Method that determines whether a table is Auditble based on the existence of a shadow table.

Parameters:
tableName -
Returns:
String

enableAuditingOnDefaultAttrs

public void enableAuditingOnDefaultAttrs(oracle.jbo.ApplicationModule am,
                                         java.lang.String forWebApp)
Deprecated. 

insertDefaultAttributesForVO

public void insertDefaultAttributesForVO(oracle.jbo.ApplicationModule am,
                                         java.lang.String webApp,
                                         AuditTreeNode treeNode)
Deprecated. 

enableDefaultAuditForAMs

public static void enableDefaultAuditForAMs(java.util.ArrayList<java.lang.String> amList)
Deprecated. 
This api enables "default" Audit on given Application Modules in current webApp context.

Parameters:
amList - - application module names(along with package name) as ArrayList of Strings

enableAuditForVOWithAttrs

public static void enableAuditForVOWithAttrs(java.lang.String amName,
                                             java.lang.String voFullName,
                                             java.util.ArrayList<java.lang.String> selAttrList)
Deprecated. 
This api enables Audit on given View Object for given list of Attributes. "am" is the Application Module name to which this VO belongs to.

Parameters:
amName - - application module name
voFullName - - view object name(with package name)
selAttrList - - attribute list as ArrayList of Strings

turnOffAuditForWebApp

public static void turnOffAuditForWebApp(java.lang.String webAppName)
Deprecated. 
This api turns OFF Audit for specific WebApp. If webAppName is null, then it turns OFF Audit for all webApps.

Parameters:
webAppName - - web application name

turnOnAuditForWebApp

public static void turnOnAuditForWebApp(java.lang.String webAppName)
Deprecated. 
This api turns ON Audit for specific WebApp. If webAppName is null, then it turns ON Audit for all webApps.

Parameters:
webAppName - - web application name

turnOffAuditForAMs

public static void turnOffAuditForAMs(java.util.ArrayList<java.lang.String> amList)
Deprecated. 
This api turns OFF Audit for list of Application Modules.

Parameters:
amList - - application modules as ArrayList of Strings

turnOnAuditForAMs

public static void turnOnAuditForAMs(java.util.ArrayList<java.lang.String> amList)
Deprecated. 
This api turns ON Audit for list of Application Modules.

Parameters:
amList - - application modules as ArrayList of Strings

turnOffAuditForVOs

public static void turnOffAuditForVOs(java.util.ArrayList<java.lang.String> voList)
Deprecated. 
This api turns OFF Audit for list of View Objects.

Parameters:
voList - - View Objects as ArrayList of Strings

turnOnAuditForVOs

public static void turnOnAuditForVOs(java.util.ArrayList<java.lang.String> voList)
Deprecated. 
This api turns ON Audit for list of View Objects.

Parameters:
voList - - View Objects as ArrayList of Strings

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.