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

E22562-05

oracle.apps.fnd.applcore.patterns.uishell.internalUtil
Class ActivityPublishEnabled

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uishell.internalUtil.ActivityPublishingMap
      extended by oracle.apps.fnd.applcore.patterns.uishell.internalUtil.ActivityPublishEnabled
All Implemented Interfaces:
java.util.Map

public class ActivityPublishEnabled
extends ActivityPublishingMap


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
ActivityPublishEnabled()
           
 
Method Summary
 java.lang.Object get(java.lang.Object obj)
          Overridingg Map's getter to call isActivityPublishingEnabled api.
 boolean isActivityPublishingEnabled(java.lang.String serviceId)
          ER - 10155784 fuction to check if Activity publishing is enabled for a service or not by administrator Following getter and setter are the part of Utilty that returns a boolean value based on the fact that activity publishing is enabled for the service or not Invoke usage - #{GlobalAreaBackingBean.activityPublishingEnabled['serviceId=oracle.webcenter.activitystreaming']}
 
Methods inherited from class oracle.apps.fnd.applcore.patterns.uishell.internalUtil.ActivityPublishingMap
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ActivityPublishEnabled

public ActivityPublishEnabled()
Method Detail

get

public java.lang.Object get(java.lang.Object obj)
Overridingg Map's getter to call isActivityPublishingEnabled api. Since ADF doesn't support parametic EL calls, but EL expression supports Map. Making use of this fuctionalilty as a workaround.

Specified by:
get in interface java.util.Map
Specified by:
get in class ActivityPublishingMap
Parameters:
obj -
Returns:

isActivityPublishingEnabled

public boolean isActivityPublishingEnabled(java.lang.String serviceId)
ER - 10155784 fuction to check if Activity publishing is enabled for a service or not by administrator Following getter and setter are the part of Utilty that returns a boolean value based on the fact that activity publishing is enabled for the service or not Invoke usage - #{GlobalAreaBackingBean.activityPublishingEnabled['serviceId=oracle.webcenter.activitystreaming']}

Parameters:
serviceId -

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.