|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.opener.OpenerLinks
public class OpenerLinks
This helper object enables client programmers to easily and generically open objects throughout the system.
| Field Summary | |
|---|---|
static int |
INT_PARAM_EXCLUDEVALUE
|
| Constructor Summary | |
|---|---|
OpenerLinks()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
GetOpenerURL(java.lang.String _strQSArgs,
int _nOpenerMode,
AActivitySpace _asOwner)
Returns an URL that opens the specified object. |
static java.lang.String |
GetOpenerURL(java.lang.String _strQSArgs,
int _nOpenerMode,
java.lang.String _strApplicationBaseURL,
java.lang.String _strUserID)
Returns an URL that opens the specified object. |
static java.lang.String |
GetOpenerURLOpenAS(java.lang.String _strASName,
int _nOpenerMode,
AActivitySpace _asOwner)
Returns an URL that opens the specified Activity Space. |
static java.lang.String |
GetOpenerURLOpenAS(java.lang.String _strASName,
int _nOpenerMode,
AActivitySpace _asOwner,
java.lang.String _strOverrideParentSpaceName,
java.lang.String _strOverrideParentSpaceID,
java.lang.String _strOptQSArgs)
Returns an URL that opens the specified Activity Space. |
static java.lang.String |
GetOpenerURLOpenAS(java.lang.String _strASName,
java.lang.String _strOptQSArgs,
int _nOpenerMode,
java.lang.String _strApplicationBaseURL,
int _nUserID)
Returns an URL that opens the specified Activity Space. |
static java.lang.String |
GetWindowName(java.lang.String _strNameKey)
Helper method to generate the window name based on the specified key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INT_PARAM_EXCLUDEVALUE
| Constructor Detail |
|---|
public OpenerLinks()
| Method Detail |
|---|
public static final java.lang.String GetOpenerURLOpenAS(java.lang.String _strASName,
int _nOpenerMode,
AActivitySpace _asOwner)
_strASName - Name of the Activity Space to open._nOpenerMode - Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constan to exclude._asOwner - AS to retrieve information from.
public static final java.lang.String GetOpenerURLOpenAS(java.lang.String _strASName,
int _nOpenerMode,
AActivitySpace _asOwner,
java.lang.String _strOverrideParentSpaceName,
java.lang.String _strOverrideParentSpaceID,
java.lang.String _strOptQSArgs)
_strASName - Name of the Activity Space to open._nOpenerMode - Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constan to exclude._asOwner - AS to retrieve information from._strOverrideParentSpaceName - Alternative ParentSpaceName to use, NULL to exclude._strOverrideParentSpaceID - Alternative ParentSpaceID to use, NULL to exclude._strOptQSArgs - Additional arguments to add to the URL, NULL to exclude.
public static final java.lang.String GetOpenerURLOpenAS(java.lang.String _strASName,
java.lang.String _strOptQSArgs,
int _nOpenerMode,
java.lang.String _strApplicationBaseURL,
int _nUserID)
_strASName - Name of the Activity Space to open._strOptQSArgs - Arguments to use for opening the object, NULL to exclude._nOpenerMode - Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constant to exclude._strApplicationBaseURL - The Application Base URL._nUserID - User ID to append to the URL, use OpenerAs.INT_PARAM_EXCLUDEVALUE constant to exclude.
public static final java.lang.String GetOpenerURL(java.lang.String _strQSArgs,
int _nOpenerMode,
AActivitySpace _asOwner)
_strQSArgs - Arguments to use for opening the object._nOpenerMode - Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constan to exclude._asOwner - AS to retrieve information from.
public static final java.lang.String GetOpenerURL(java.lang.String _strQSArgs,
int _nOpenerMode,
java.lang.String _strApplicationBaseURL,
java.lang.String _strUserID)
_strQSArgs - Arguments to use for opening the object._nOpenerMode - Mode to open object in, use OpenerAs.INT_PARAM_EXCLUDEVALUE constan to exclude._strApplicationBaseURL - The Application Base URL._strUserID - User ID to append to the URL, use OpenerAs.INT_PARAM_EXCLUDEVALUE constant to exclude.
public static final java.lang.String GetWindowName(java.lang.String _strNameKey)
_strNameKey - Key to use to generate the window name.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||