Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.patterns.uishell.ui.bean
Class SupportabilityLevelsBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uishell.ui.bean.SupportabilityLevelsBean
All Implemented Interfaces:
java.io.Serializable

public class SupportabilityLevelsBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SupportabilityLevelsBean()
           
 
Method Summary
 void appLoggingListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for the "Applications Logging" check box.
 void cancelActionListener(javax.faces.event.ActionEvent actionEvent)
          Cancel button actionListener method.
 void dbTraceBindListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for the "with Binds" check box.
 void dbTraceListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for the "Database Trace (regular)" check box.
 void dbTraceWaitListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for the "with Trace" check box.
 void enableAllListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for the "Enable All" check box.
 java.lang.String getAppsLoggerLevel()
          Method gets called when the popup is displayed to determine what is the level value.
 java.lang.String getAppsLoggerModule()
          Method gets called when the popup is displayed to determine what is the current module value.
 boolean getAppsLoggerSelected()
          Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.
 boolean getAppsModLevelEnabled()
          Method gets called when the popup is displayed to determine whether Apps Level and Apps Module should be enabled.
 boolean getDBBindSelected()
          Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.
 boolean getDBRegularSelected()
          Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.
 boolean getDBTraceBindEnabled()
          Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.
 boolean getDBTraceSelected()
          Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.
 boolean getEnableAllSelected()
          Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.
 oracle.adf.view.rich.component.rich.RichMenu getHelpDiagnosticsMenu()
          Getter binding method for HelpDiagnostics Menu Item in the GlobalArea of UIShell Template page.
 oracle.adf.view.rich.component.rich.RichMenu getHelpMenu()
          Getter binding method for HelpMenu in the GlobalArea of UIShell Template page.
 java.lang.String getHelpMenuStyle()
          Method that turns the background to Orange of Help Menu, Diagnostics Menu Item and Supportability Levels Sub Menu Item on the first rendering of the page.
 boolean getProfilerSelected()
          Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.
 oracle.adf.view.rich.component.rich.nav.RichCommandMenuItem getSupportMenuItem()
          Getter binding method for Supportability Levels menu item in the GlobalArea of UIShell Template page.
 void logLevelListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for getting the AF Log Level.
 void moduleValue(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for getting the AF Log Module.
 void okActionListener(javax.faces.event.ActionEvent actionEvent)
          Listener method for the "OK" button on the Supportability Levels Popup.
 void profilerListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Listener method for the "PL/SQL Profiler" check box.
 void setAppsLoggerLevel(java.lang.String value)
           
 void setAppsLoggerModule(java.lang.String value)
           
 void setAppsLoggerSelected(boolean value)
           
 void setDBBindSelected(boolean value)
           
 void setDBRegularSelected(boolean value)
           
 void setDBTraceSelected(boolean value)
           
 void setEnableAllSelected(boolean value)
           
 void setHelpDiagnosticsMenu(oracle.adf.view.rich.component.rich.RichMenu helpDiagnosticsMenu)
          Setter binding method for HelpDiagnosticsMenu in the GlobalArea of UIShell Template page.
 void setHelpMenu(oracle.adf.view.rich.component.rich.RichMenu helpMenu)
          Setter binding method for HelpMenu in the GlobalArea of UIShell Template page.
 void setProfilerSelected(boolean value)
           
 void setSupportMenuItem(oracle.adf.view.rich.component.rich.nav.RichCommandMenuItem supportMenuItem)
          Setter binding method for Supportability Levels menu item in the GlobalArea of UIShell Template page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportabilityLevelsBean

public SupportabilityLevelsBean()
Method Detail

cancelActionListener

public void cancelActionListener(javax.faces.event.ActionEvent actionEvent)
Cancel button actionListener method. It closes the popup.

Parameters:
actionEvent -

enableAllListener

public void enableAllListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for the "Enable All" check box. It enabled all the trace levels in UI only. Does not set it on ApplSession until "OK" button is clicked.

Parameters:
valueChangeEvent -

dbTraceListener

public void dbTraceListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for the "Database Trace (regular)" check box. Only on checking this checkBox the checkBoxes for "with Bind" and "with Trace" get enabled. It disables "Enable All" in case this is deselected after that checkBox is selected.

Parameters:
valueChangeEvent -

dbTraceBindListener

public void dbTraceBindListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for the "with Binds" check box. It disables "Enable All" in case this is deselected after that checkBox is selected.

Parameters:
valueChangeEvent -

dbTraceWaitListener

public void dbTraceWaitListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for the "with Trace" check box. It disables "Enable All" in case this is deselected after that checkBox is selected.

Parameters:
valueChangeEvent -

profilerListener

public void profilerListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for the "PL/SQL Profiler" check box. It disables "Enable All" in case this is deselected after that checkBox is selected.

Parameters:
valueChangeEvent -

appLoggingListener

public void appLoggingListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for the "Applications Logging" check box. It disables "Enable All" in case this is deselected after that checkBox is selected. On clicking on "Ok" after disabling, it gives a warning to users that Applications Logging is now disabled.

Parameters:
valueChangeEvent -

logLevelListener

public void logLevelListener(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for getting the AF Log Level.

Parameters:
valueChangeEvent -

moduleValue

public void moduleValue(javax.faces.event.ValueChangeEvent valueChangeEvent)
Listener method for getting the AF Log Module.

Parameters:
valueChangeEvent -

okActionListener

public void okActionListener(javax.faces.event.ActionEvent actionEvent)
Listener method for the "OK" button on the Supportability Levels Popup.

Parameters:
actionEvent -

getEnableAllSelected

public boolean getEnableAllSelected()
Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.

Returns:
boolean value.

getDBRegularSelected

public boolean getDBRegularSelected()
Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.

Returns:
boolean value.

getDBBindSelected

public boolean getDBBindSelected()
Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.

Returns:
boolean value.

getDBTraceBindEnabled

public boolean getDBTraceBindEnabled()
Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.

Returns:
boolean value.

getAppsModLevelEnabled

public boolean getAppsModLevelEnabled()
Method gets called when the popup is displayed to determine whether Apps Level and Apps Module should be enabled.

Returns:
boolean value.

getDBTraceSelected

public boolean getDBTraceSelected()
Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.

Returns:
boolean value.

getProfilerSelected

public boolean getProfilerSelected()
Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.

Returns:
boolean value.

getAppsLoggerSelected

public boolean getAppsLoggerSelected()
Method gets called when the popup is displayed to determine whether checkBox needs to be shown selected.

Returns:
boolean value.

getAppsLoggerLevel

public java.lang.String getAppsLoggerLevel()
Method gets called when the popup is displayed to determine what is the level value.

Returns:
String value.

getAppsLoggerModule

public java.lang.String getAppsLoggerModule()
Method gets called when the popup is displayed to determine what is the current module value.

Returns:
boolean value.

setEnableAllSelected

public void setEnableAllSelected(boolean value)

setDBRegularSelected

public void setDBRegularSelected(boolean value)

setDBBindSelected

public void setDBBindSelected(boolean value)

setDBTraceSelected

public void setDBTraceSelected(boolean value)

setProfilerSelected

public void setProfilerSelected(boolean value)

setAppsLoggerSelected

public void setAppsLoggerSelected(boolean value)

setAppsLoggerLevel

public void setAppsLoggerLevel(java.lang.String value)

setAppsLoggerModule

public void setAppsLoggerModule(java.lang.String value)

setHelpMenu

public void setHelpMenu(oracle.adf.view.rich.component.rich.RichMenu helpMenu)
Setter binding method for HelpMenu in the GlobalArea of UIShell Template page.


getHelpMenu

public oracle.adf.view.rich.component.rich.RichMenu getHelpMenu()
Getter binding method for HelpMenu in the GlobalArea of UIShell Template page.


setHelpDiagnosticsMenu

public void setHelpDiagnosticsMenu(oracle.adf.view.rich.component.rich.RichMenu helpDiagnosticsMenu)
Setter binding method for HelpDiagnosticsMenu in the GlobalArea of UIShell Template page.


getHelpDiagnosticsMenu

public oracle.adf.view.rich.component.rich.RichMenu getHelpDiagnosticsMenu()
Getter binding method for HelpDiagnostics Menu Item in the GlobalArea of UIShell Template page.


setSupportMenuItem

public void setSupportMenuItem(oracle.adf.view.rich.component.rich.nav.RichCommandMenuItem supportMenuItem)
Setter binding method for Supportability Levels menu item in the GlobalArea of UIShell Template page.


getSupportMenuItem

public oracle.adf.view.rich.component.rich.nav.RichCommandMenuItem getSupportMenuItem()
Getter binding method for Supportability Levels menu item in the GlobalArea of UIShell Template page.


getHelpMenuStyle

public java.lang.String getHelpMenuStyle()
Method that turns the background to Orange of Help Menu, Diagnostics Menu Item and Supportability Levels Sub Menu Item on the first rendering of the page.

Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.