|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.intrinsicportlets.prefs.IntrinsicPortletPrefsUtils
public class IntrinsicPortletPrefsUtils
Contains utility functions that deal with intrinsic portlets.
| Field Summary | |
|---|---|
static java.lang.String |
COMMUNITYID
Query string constant for CommunityID |
static java.lang.String |
ISADMINPREF
Query string constant for Admin type, 1 for true, 0 for false |
static java.lang.String |
PAGEID
Query string constant for PageID |
static java.lang.String |
PORTLETID
Query string constant for PortletID |
static java.lang.String |
PREFS_SUFFIX
The prefs suffix is appended to the portlet class ID to form the name of prefs activity space. |
static java.lang.String |
SUBSPACE_KEY_SUFFIX
Subspace key suffix for intrinsic portlets pref pages |
| Constructor Summary | |
|---|---|
IntrinsicPortletPrefsUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
GetAccessStyleComplientPortletPrefURL(java.lang.String _strURL,
AActivitySpace _asOwner)
Given a URL String remove psname & subspace control arguments from the query string. |
static java.lang.String |
GetClassIdentifier(IPTGadget _ptPortlet,
IPTState _objAppData)
Gets the portlet class identifier |
static java.lang.String |
GetHelpURL(IPTWebService _ptWebService)
Constructs URL for accessing portlet help. |
static ASURL |
GetPrefsURL(IPTWebService _ptWebService,
int _nPageID,
int _nCommunityID,
int _nPortletID,
boolean isAdminPref,
int _nAssociatedContentID,
AActivitySpace asOwner)
Constructs URL for accessing portlet preferences activity space. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PREFS_SUFFIX
public static final java.lang.String SUBSPACE_KEY_SUFFIX
public static final java.lang.String COMMUNITYID
public static final java.lang.String PAGEID
public static final java.lang.String PORTLETID
public static final java.lang.String ISADMINPREF
| Constructor Detail |
|---|
public IntrinsicPortletPrefsUtils()
| Method Detail |
|---|
public static java.lang.String GetClassIdentifier(IPTGadget _ptPortlet,
IPTState _objAppData)
_ptPortlet - Portlet object_objAppData - AppDataState object
public static ASURL GetPrefsURL(IPTWebService _ptWebService,
int _nPageID,
int _nCommunityID,
int _nPortletID,
boolean isAdminPref,
int _nAssociatedContentID,
AActivitySpace asOwner)
_ptWebService - Web service object_nPageID - Page ID_nCommunityID - Community ID_nPortletID - Portlet ID_nAssociatedContentID - Associated content IDasOwner - Activity space owner
public static java.lang.String GetHelpURL(IPTWebService _ptWebService)
_ptWebService - Web service object
public static java.lang.String GetAccessStyleComplientPortletPrefURL(java.lang.String _strURL,
AActivitySpace _asOwner)
_strURL - a URL string to a portlet pref page_asOwner - the current activity space
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||