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

E22562-01

oracle.apps.fnd.applcore.pref.view.bean
Class ActivityStreamPrefsBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.pref.view.bean.ActivityStreamPrefsBean
All Implemented Interfaces:
java.io.Serializable

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

A PageflowScope bean that acts as the model for the "Activity Stream Services" taskflow.

Author:
David Groves <david.groves@oracle.com>
See Also:
Serialized Form

Constructor Summary
ActivityStreamPrefsBean()
          Construct class, load default follow status values.
 
Method Summary
 void cancelActivityStreamPreferences()
          Cancel changes to preferences (if any).
 boolean isAllDataSecurityFollowed()
           
 boolean isAllFlexfieldsFollowed()
           
 boolean isAllPageCustomizationsFollowed()
           
 boolean isAllProfilesFollowed()
           
 boolean isAllSandboxesPublishingFollowed()
           
 boolean isAllTreesFollowed()
           
 void saveActivityStreamPreferences()
          Save changes to preferences (if any) to backend.
 void setAllDataSecurityFollowed(boolean allDataSecurityFollowed)
           
 void setAllFlexfieldsFollowed(boolean allFlexfieldsFollowed)
           
 void setAllPageCustomizationsFollowed(boolean allPageCustomizationsFollowed)
           
 void setAllProfilesFollowed(boolean allProfilesFollowed)
           
 void setAllSandboxesPublishingFollowed(boolean allSandboxPublishingFollowed)
           
 void setAllTreesFollowed(boolean allTreesFollowed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityStreamPrefsBean

public ActivityStreamPrefsBean()
Construct class, load default follow status values.

Method Detail

cancelActivityStreamPreferences

public void cancelActivityStreamPreferences()
Cancel changes to preferences (if any).


saveActivityStreamPreferences

public void saveActivityStreamPreferences()
Save changes to preferences (if any) to backend.


setAllPageCustomizationsFollowed

public void setAllPageCustomizationsFollowed(boolean allPageCustomizationsFollowed)

isAllPageCustomizationsFollowed

public boolean isAllPageCustomizationsFollowed()

setAllDataSecurityFollowed

public void setAllDataSecurityFollowed(boolean allDataSecurityFollowed)

isAllDataSecurityFollowed

public boolean isAllDataSecurityFollowed()

setAllSandboxesPublishingFollowed

public void setAllSandboxesPublishingFollowed(boolean allSandboxPublishingFollowed)

isAllSandboxesPublishingFollowed

public boolean isAllSandboxesPublishingFollowed()

setAllFlexfieldsFollowed

public void setAllFlexfieldsFollowed(boolean allFlexfieldsFollowed)

isAllFlexfieldsFollowed

public boolean isAllFlexfieldsFollowed()

setAllTreesFollowed

public void setAllTreesFollowed(boolean allTreesFollowed)

isAllTreesFollowed

public boolean isAllTreesFollowed()

setAllProfilesFollowed

public void setAllProfilesFollowed(boolean allProfilesFollowed)

isAllProfilesFollowed

public boolean isAllProfilesFollowed()

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.