com.plumtree.portaluiinfrastructure.ptlink
Class CommonOpenerOpenASURL

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.ptlink.PTURLConstants
      extended by com.plumtree.portaluiinfrastructure.ptlink.APTURL
          extended by com.plumtree.portaluiinfrastructure.ptlink.ACommonOpenerURL
              extended by com.plumtree.portaluiinfrastructure.ptlink.CommonOpenerOpenASURL
All Implemented Interfaces:
IPTURL, IDataObject

public class CommonOpenerOpenASURL
extends ACommonOpenerURL

URL Class for CommonOpenerURL using Activityspace name.


Field Summary
static java.lang.String KEY_COMMONOPENER_ASNAME
          Name of the Activityspace the URL is referencing.
protected  java.lang.String m_strActivitySpaceName
           
static java.lang.String URL_TYPE_ASCOMMONOPENER
          URL Type.
 
Fields inherited from class com.plumtree.portaluiinfrastructure.ptlink.ACommonOpenerURL
KEY_COMMONOPENER_APPBASEURL, KEY_COMMONOPENER_OPENERMODE, KEY_COMMONOPENER_USERID, m_nOpenerMode, m_nUserID, m_strApplicationBaseURL
 
Fields inherited from class com.plumtree.portaluiinfrastructure.ptlink.APTURL
m_ClassID, m_IconAlt, m_IconHeight, m_IconImg, m_IconWidth, m_jsaction, m_listParamNames, m_listParamValues, m_MarkedAsCurrent, m_nonControlParamNames, m_nonControlParamValues, m_ObjectID, m_Title
 
Fields inherited from class com.plumtree.portaluiinfrastructure.ptlink.PTURLConstants
KEY_CLASSID, KEY_CURRENTMARKER, KEY_FULLURL, KEY_ICONIMG, KEY_ICONIMGALT, KEY_ICONIMGHEIGHT, KEY_ICONIMGWIDTH, KEY_JAVASCRIPT_ACTION, KEY_OBJECTID, KEY_PARAMS, KEY_TITLE, KEY_URI, KEY_URLTYPE
 
Constructor Summary
CommonOpenerOpenASURL(java.lang.String strTitle, java.lang.String strActivitySpaceName, AActivitySpace owner)
           
CommonOpenerOpenASURL(java.lang.String strTitle, java.lang.String strApplicationBaseURL, java.lang.String strActivitySpaceName, int nUserID)
           
 
Method Summary
 java.lang.String GetData(java.lang.String strKey)
          Supports KEY_COMMONOPENER_ASNAME in addition to the common URL and CommonOpener URL data keys.
 java.lang.String GetFullURL()
          Returns the entire URL with http:// and server name E.g http://portalserver/portal/server.pt
 java.lang.String GetURI()
          Returns the URI, the part of the URL after sever name E.g /portal/server.pt
 void SetURLData(java.lang.String strKey, java.lang.String strValue)
          Supports KEY_COMMONOPENER_APPBASEURL and KEY_COMMONOPENER_USERID constants.
 
Methods inherited from class com.plumtree.portaluiinfrastructure.ptlink.APTURL
AddControlParameter, AddControlParameter, AddNonControlParameter, SetURLImageType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_COMMONOPENER_ASNAME

public static final java.lang.String KEY_COMMONOPENER_ASNAME
Name of the Activityspace the URL is referencing.

See Also:
Constant Field Values

URL_TYPE_ASCOMMONOPENER

public static final java.lang.String URL_TYPE_ASCOMMONOPENER
URL Type.

See Also:
Constant Field Values

m_strActivitySpaceName

protected java.lang.String m_strActivitySpaceName
Constructor Detail

CommonOpenerOpenASURL

public CommonOpenerOpenASURL(java.lang.String strTitle,
                             java.lang.String strApplicationBaseURL,
                             java.lang.String strActivitySpaceName,
                             int nUserID)
Parameters:
strTitle -
strApplicationBaseURL -
strActivitySpaceName -
nUserID -

CommonOpenerOpenASURL

public CommonOpenerOpenASURL(java.lang.String strTitle,
                             java.lang.String strActivitySpaceName,
                             AActivitySpace owner)
Method Detail

GetFullURL

public java.lang.String GetFullURL()
Description copied from class: APTURL
Returns the entire URL with http:// and server name E.g http://portalserver/portal/server.pt

Specified by:
GetFullURL in interface IPTURL
Specified by:
GetFullURL in class ACommonOpenerURL
See Also:
IPTURL.GetFullURL()

GetURI

public java.lang.String GetURI()
Description copied from class: APTURL
Returns the URI, the part of the URL after sever name E.g /portal/server.pt

Specified by:
GetURI in interface IPTURL
Specified by:
GetURI in class ACommonOpenerURL
See Also:
IPTURL.GetURI()

GetData

public java.lang.String GetData(java.lang.String strKey)
Supports KEY_COMMONOPENER_ASNAME in addition to the common URL and CommonOpener URL data keys.

Specified by:
GetData in interface IDataObject
Overrides:
GetData in class ACommonOpenerURL
Parameters:
strKey - The key for the requested data
Returns:
String The requested data
See Also:
IDataObject.GetData(java.lang.String)

SetURLData

public void SetURLData(java.lang.String strKey,
                       java.lang.String strValue)
Description copied from class: ACommonOpenerURL
Supports KEY_COMMONOPENER_APPBASEURL and KEY_COMMONOPENER_USERID constants.

Specified by:
SetURLData in interface IPTURL
Overrides:
SetURLData in class ACommonOpenerURL
Parameters:
strKey - Key of the data
strValue - Value of the data
See Also:
IPTURL.SetURLData(java.lang.String, java.lang.String)



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.