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.global
Class ObjectInstBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.dataSecurity.ui.managed.DataSecurityBackingBean
      extended by oracle.apps.fnd.applcore.dataSecurity.ui.managed.global.ObjectInstBean
All Implemented Interfaces:
java.io.Serializable

public class ObjectInstBean
extends DataSecurityBackingBean
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 class ObjectInstBean.PolicyData
           
 
Constructor Summary
ObjectInstBean()
           
 
Method Summary
 java.util.List<javax.faces.model.SelectItem> getActions()
          Gets the available actions.
 java.util.List<ObjectInstBean.PolicyData> getDelPolicies()
          Gets the Delected Policy.
 oracle.adf.controller.TaskFlowId getDynaTF()
           
 java.util.List<ObjectInstBean.PolicyData> getPolicies()
          Gets the Selected Policy.
 oracle.adf.view.rich.component.rich.data.RichTable getPolicyTbl()
           
 void init()
           
 void okPicker(oracle.adf.view.rich.event.DialogEvent event)
          This gets called when the dialog buttons are pressed.
 void removePolicy(javax.faces.event.ActionEvent actionEvent)
          Action Listener for Policy removal.
 void save(javax.faces.event.ActionEvent actionEvent)
           
 void selectMenu(javax.faces.event.ValueChangeEvent valueChangeEvent)
           
 void setDelPolicies(java.util.List<ObjectInstBean.PolicyData> roles)
          Sets the Delected Policy.
 void setPolicies(java.util.List<ObjectInstBean.PolicyData> roles)
          Sets the Selected Policy.
 void setPolicyTbl(oracle.adf.view.rich.component.rich.data.RichTable polTbl)
           
 
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

ObjectInstBean

public ObjectInstBean()
Method Detail

init

public void init()

okPicker

public void okPicker(oracle.adf.view.rich.event.DialogEvent event)
This gets called when the dialog buttons are pressed.

Parameters:
event -

removePolicy

public void removePolicy(javax.faces.event.ActionEvent actionEvent)
Action Listener for Policy removal.

Parameters:
actionEvent - as Action Event

save

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

setPolicyTbl

public void setPolicyTbl(oracle.adf.view.rich.component.rich.data.RichTable polTbl)

getPolicyTbl

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

getActions

public java.util.List<javax.faces.model.SelectItem> getActions()
Gets the available actions.

Returns:
List of available actions as select items

getPolicies

public java.util.List<ObjectInstBean.PolicyData> getPolicies()
Gets the Selected Policy.

Returns:
List of Policy

setPolicies

public void setPolicies(java.util.List<ObjectInstBean.PolicyData> roles)
Sets the Selected Policy.


getDelPolicies

public java.util.List<ObjectInstBean.PolicyData> getDelPolicies()
Gets the Delected Policy.

Returns:
List of Policy

setDelPolicies

public void setDelPolicies(java.util.List<ObjectInstBean.PolicyData> roles)
Sets the Delected Policy.


getDynaTF

public oracle.adf.controller.TaskFlowId getDynaTF()

selectMenu

public void selectMenu(javax.faces.event.ValueChangeEvent valueChangeEvent)

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.