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

E22562-02

oracle.apps.fnd.applcore.webcenter.groupspaces.publicModel.common.util
Class GroupSpaceUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.webcenter.groupspaces.publicModel.common.util.GroupSpaceUtil

public class GroupSpaceUtil
extends java.lang.Object


Constructor Summary
GroupSpaceUtil()
           
 
Method Summary
static oracle.adf.model.binding.DCBindingContainer getBindingContainer()
          Get the bindings container
 java.lang.String getGroupSpaceURL(java.lang.String groupSpaceName)
          Retrieves GroupSpace URL for the GroupSpace name provided.
 void WebCenterGroupSpaceDynamicTab(java.lang.String groupSpaceName, java.lang.String groupSpaceURL)
          This method opens a new dynamic tab and shows WebCenter's home page of the GroupSpace provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSpaceUtil

public GroupSpaceUtil()
Method Detail

getBindingContainer

public static oracle.adf.model.binding.DCBindingContainer getBindingContainer()
Get the bindings container


WebCenterGroupSpaceDynamicTab

public void WebCenterGroupSpaceDynamicTab(java.lang.String groupSpaceName,
                                          java.lang.String groupSpaceURL)
This method opens a new dynamic tab and shows WebCenter's home page of the GroupSpace provided. It accepts both GroupSpace name and GroupSpace URL. If URL is null, it retries that value using GroupSpace name.

Parameters:
groupSpaceName - Name of the GroupSpace
groupSpaceURL - URL of the GroupSpace

getGroupSpaceURL

public java.lang.String getGroupSpaceURL(java.lang.String groupSpaceName)
Retrieves GroupSpace URL for the GroupSpace name provided.

Parameters:
groupSpaceName - Name of the Group Space.
Returns:
GroupSpaceURL

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.