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

E22562-01

oracle.apps.fnd.applcore.webcenter.groupspaces.publicUi.shell.common
Class GroupSpaceUiShellUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.webcenter.groupspaces.publicUi.shell.common.GroupSpaceUiShellUtil

public class GroupSpaceUiShellUtil
extends java.lang.Object


Constructor Summary
GroupSpaceUiShellUtil()
           
 
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.
static java.lang.String getGsContentParams()
          Return the gsContent paramter(s) for calling webcenter.
static java.lang.String getNoChromeParams()
          Return the nochrome paramter(s) for calling webcenter.
static java.lang.String getPreferencesURLParams()
          Returns an ampersand delimited string which contains ApplSession preferences name value pairs
 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

GroupSpaceUiShellUtil

public GroupSpaceUiShellUtil()
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

getPreferencesURLParams

public static java.lang.String getPreferencesURLParams()
Returns an ampersand delimited string which contains ApplSession preferences name value pairs

Returns:
URL String

getNoChromeParams

public static java.lang.String getNoChromeParams()
Return the nochrome paramter(s) for calling webcenter. The returned value will NOT start or end with any url character (? or &), but may contain them if there are more than 1 name=value pair.

Returns:
no chrome paramter(s) for webcenter.

getGsContentParams

public static java.lang.String getGsContentParams()
Return the gsContent paramter(s) for calling webcenter. The returned value will NOT start or end with any url character (? or &), but may contain them if there are more than 1 name=value pair.

Returns:
no chrome paramter(s) for webcenter.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.