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

E22562-07

oracle.apps.fnd.applcore.socialnetwork.ui.managed
Class SocialNetworkPageFlowBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.socialnetwork.ui.managed.SocialNetworkPageFlowBean
All Implemented Interfaces:
java.io.Serializable

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

The base clase for a node that can be inserted into the Social Network Setups page Objects tree-table.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/ViewController/src/oracle/apps/fnd/applcore/socialnetwork/ui/managed/SocialNetworkPageFlowBean.java /st_atgpf_pt-11.1.1.7.0/3 2013/03/29 17:42:58 pacross Exp $
See Also:
Serialized Form

Constructor Summary
SocialNetworkPageFlowBean()
          Default Constructor.
 
Method Summary
 org.apache.myfaces.trinidad.model.RowKeySetImpl getAttributePopupTreeDisclosedKeys()
          Provide the list of disclosed keys for the select attributes popup table.
 java.lang.String getOsnEnabledPopupValue()
          Gets the popup value OSN enabled value.
 SocialNetworkNodeAttribute getSelectedAttribute()
          Get the attribute that the user selected.
 boolean isAttributeDeleteButtonDisabled()
          Retrieve whether the delete button is disabled.
 void setAttributePopupTreeDisclosedKeys(org.apache.myfaces.trinidad.model.RowKeySetImpl disclosedKeys)
          Store the list of disclosed keys for the select attributes popup table.
 void setOsnEnabledPopupValue(java.lang.String osnEnabledPopupValue)
          Sets the popup value OSN enabled value.
 void setSelectedAttribute(SocialNetworkNodeAttribute selectedAttribute)
          Set the attribute that the user selected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialNetworkPageFlowBean

public SocialNetworkPageFlowBean()
Default Constructor.

Method Detail

setOsnEnabledPopupValue

public void setOsnEnabledPopupValue(java.lang.String osnEnabledPopupValue)
Sets the popup value OSN enabled value.

Parameters:
osnEnabledPopupValue - the OSN popup enabled value.

getOsnEnabledPopupValue

public java.lang.String getOsnEnabledPopupValue()
Gets the popup value OSN enabled value.

Returns:
the OSN popup enabled value.

setAttributePopupTreeDisclosedKeys

public void setAttributePopupTreeDisclosedKeys(org.apache.myfaces.trinidad.model.RowKeySetImpl disclosedKeys)
Store the list of disclosed keys for the select attributes popup table.

Parameters:
disclosedKeys - the list of disclosed keys.

getAttributePopupTreeDisclosedKeys

public org.apache.myfaces.trinidad.model.RowKeySetImpl getAttributePopupTreeDisclosedKeys()
Provide the list of disclosed keys for the select attributes popup table.

Returns:
the list of disclosed keys.

isAttributeDeleteButtonDisabled

public boolean isAttributeDeleteButtonDisabled()
Retrieve whether the delete button is disabled.

Returns:
disabled if true.

setSelectedAttribute

public void setSelectedAttribute(SocialNetworkNodeAttribute selectedAttribute)
Set the attribute that the user selected.

Parameters:
selectedAttribute - the user selected attribute.

getSelectedAttribute

public SocialNetworkNodeAttribute getSelectedAttribute()
Get the attribute that the user selected.

Returns:
selectedAttribute the user selected attribute.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.