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

E22562-01

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

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

public class ActivityPublishingEnabled
extends ActivityPublishingMap


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
ActivityPublishingEnabled()
           
 
Method Summary
 java.lang.Object get(java.lang.Object obj)
          Overridingg Map's getter to call isActivityPublishingEnabled api.
 boolean publishCheckBoxEnable(java.lang.String serviceId)
          ER - 10155784 Method checks whether checkbox for publish enabled should be disabled or enabled.
 
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

ActivityPublishingEnabled

public ActivityPublishingEnabled()
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:

publishCheckBoxEnable

public boolean publishCheckBoxEnable(java.lang.String serviceId)
ER - 10155784 Method checks whether checkbox for publish enabled should be disabled or enabled. 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.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.