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

E22562-03

oracle.apps.fnd.applcore.dataSecurity.ui.managed.setup
Class ManageDBResource

java.lang.Object
  extended by oracle.apps.fnd.applcore.dataSecurity.ui.managed.DataSecurityBackingBean
      extended by oracle.apps.fnd.applcore.dataSecurity.ui.managed.setup.ManageDBResource

public class ManageDBResource
extends DataSecurityBackingBean

JSF managed bean for DBResource Summary flow.

Author:
Abhay K Kumar <abhay.k.kumar&064;oracle.com>

Constructor Summary
ManageDBResource()
          Constructor for Manage DBResource to handle functional setup integrated flow .
 
Method Summary
 void cancelCreatePolicy(oracle.adf.view.rich.event.PopupCanceledEvent popupCanceledEvent)
           
 void clearPolicyVar()
           
 void createDBResource(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with Create DB Resource flow.
 void deleteDBResource(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with Delete DB Resource Action.
 void deleteDBResourceDialog(oracle.adf.view.rich.event.DialogEvent dEvent)
          Dialog listener for Delete DB Resource popup.
 void deletePolicy(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with Delete Policy Action.
 void deletePolicyDialog(oracle.adf.view.rich.event.DialogEvent dEvent)
           
 void editDBResource(javax.faces.event.ActionEvent actionEvent)
          Action Listener associated with Edit DB Resource flow.
 void editPolicy(javax.faces.event.ActionEvent actionEvent)
           
 void flipDataSecurityFollowStatus(javax.faces.event.ActionEvent actionEvent)
          Flip the data security follow status.
 oracle.adf.view.rich.component.rich.data.RichTable getDbResourceChildTbl()
           
 oracle.adf.view.rich.component.rich.data.RichTable getDbResourceTbl()
          Getter for DB Resource Table.
 oracle.adf.view.rich.component.rich.RichPopup getDelPolicyPop()
           
 oracle.adf.view.rich.component.rich.RichPopup getPopupDelete()
          Setter for Popup Delete.
 boolean isDataSecurityFollowable()
          Whether the data security activity stream can be followed.
 boolean isDataSecurityFollowed()
          Is this data security followed?
 boolean isRefreshPolicy()
           
 void launchPolicy(oracle.adf.view.rich.event.PopupFetchEvent popupFetchEvent)
           
 void okCreatePolicyAction(javax.faces.event.ActionEvent aEvent)
           
 void policyNavigator(oracle.adf.view.rich.event.RegionNavigationEvent event)
           
 void resetAndExecute()
           
 void setDataSecurityFollowed(boolean dataSecurityFollowed)
           
 void setDbResourceChildTbl(oracle.adf.view.rich.component.rich.data.RichTable dbResourceChildTbl)
           
 void setDbResourceTbl(oracle.adf.view.rich.component.rich.data.RichTable dbResourceTbl)
          Setter for DB Resource Table.
 void setDelPolicyPop(oracle.adf.view.rich.component.rich.RichPopup delPolicyPop)
           
 void setPopupDelete(oracle.adf.view.rich.component.rich.RichPopup popupDelete)
          Setter for Popup Delete.
 void setRefreshPolicy(boolean refreshPolicy)
           
 
Methods inherited from class oracle.apps.fnd.applcore.dataSecurity.ui.managed.DataSecurityBackingBean
errorMethod, evaluateExpr, getBindingContainer, getDataSecurityAM, getDataSecurityGlobalUIAM, getDataSecurityUIAM, getRootAM, getScopeVariable, queryAndPopulateColumnsMap, refresh, setScopeVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManageDBResource

public ManageDBResource()
Constructor for Manage DBResource to handle functional setup integrated flow .

Method Detail

setDbResourceTbl

public void setDbResourceTbl(oracle.adf.view.rich.component.rich.data.RichTable dbResourceTbl)
Setter for DB Resource Table.

Parameters:
dbResourceTbl - as RichTable

getDbResourceTbl

public oracle.adf.view.rich.component.rich.data.RichTable getDbResourceTbl()
Getter for DB Resource Table.

Returns:
dbResourceTbl as RichTable

deleteDBResourceDialog

public void deleteDBResourceDialog(oracle.adf.view.rich.event.DialogEvent dEvent)
Dialog listener for Delete DB Resource popup.

Parameters:
dEvent - Dialog Event

deleteDBResource

public void deleteDBResource(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with Delete DB Resource Action.

Parameters:
actionEvent - as Action Event

setPopupDelete

public void setPopupDelete(oracle.adf.view.rich.component.rich.RichPopup popupDelete)
Setter for Popup Delete.

Parameters:
popupDelete - as Rich Popup

getPopupDelete

public oracle.adf.view.rich.component.rich.RichPopup getPopupDelete()
Setter for Popup Delete.

Returns:
popupDelete as Rich Popup

createDBResource

public void createDBResource(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with Create DB Resource flow.

Parameters:
actionEvent - as Action Event

launchPolicy

public void launchPolicy(oracle.adf.view.rich.event.PopupFetchEvent popupFetchEvent)

resetAndExecute

public void resetAndExecute()

okCreatePolicyAction

public void okCreatePolicyAction(javax.faces.event.ActionEvent aEvent)

policyNavigator

public void policyNavigator(oracle.adf.view.rich.event.RegionNavigationEvent event)

cancelCreatePolicy

public void cancelCreatePolicy(oracle.adf.view.rich.event.PopupCanceledEvent popupCanceledEvent)

editPolicy

public void editPolicy(javax.faces.event.ActionEvent actionEvent)

clearPolicyVar

public void clearPolicyVar()

deletePolicy

public void deletePolicy(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with Delete Policy Action.

Parameters:
actionEvent - as Action Event

deletePolicyDialog

public void deletePolicyDialog(oracle.adf.view.rich.event.DialogEvent dEvent)

editDBResource

public void editDBResource(javax.faces.event.ActionEvent actionEvent)
Action Listener associated with Edit DB Resource flow.

Parameters:
actionEvent - as Action Event

setDataSecurityFollowed

public void setDataSecurityFollowed(boolean dataSecurityFollowed)

isDataSecurityFollowed

public boolean isDataSecurityFollowed()
Is this data security followed?

Returns:
true if followed, false otherwise.

isDataSecurityFollowable

public boolean isDataSecurityFollowable()
Whether the data security activity stream can be followed.

Returns:
true if can be followed, false otherwise.

flipDataSecurityFollowStatus

public void flipDataSecurityFollowStatus(javax.faces.event.ActionEvent actionEvent)
Flip the data security follow status.

Parameters:
actionEvent -

setDbResourceChildTbl

public void setDbResourceChildTbl(oracle.adf.view.rich.component.rich.data.RichTable dbResourceChildTbl)

getDbResourceChildTbl

public oracle.adf.view.rich.component.rich.data.RichTable getDbResourceChildTbl()

setDelPolicyPop

public void setDelPolicyPop(oracle.adf.view.rich.component.rich.RichPopup delPolicyPop)

getDelPolicyPop

public oracle.adf.view.rich.component.rich.RichPopup getDelPolicyPop()

setRefreshPolicy

public void setRefreshPolicy(boolean refreshPolicy)

isRefreshPolicy

public boolean isRefreshPolicy()

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.