|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.wvs.PIEVisualizer
Methods responsible for the launching of ProductView from PIE
Supported API: false
Field Summary | |
private static boolean |
debug
|
private static String |
SERVER_CLASS
|
private static String |
UTIL_CLASS
|
Constructor Summary | |
PIEVisualizer()
|
Method Summary | |
private static String |
getConfigSpecString(ConfigSpec configSpec)
|
static String |
getPartStructurePIEURL(String objectReference,
String sid,
Integer levels)
Get the Part Structure HTML which can can use to launch ProductView will the structure expanded Supported API: false |
static String |
getPartStructurePIEURL(String objectReference,
String startPartRef,
String startPathRef,
String sid,
Integer levels)
Get the Part Structure HTML which can can use to launch ProductView will the structure expanded Supported API: false |
private static String |
getReferenceFromObject(Object obj)
|
static boolean |
isPIMSupportInstalled()
Returns if PIM Support is currently installed Supported API: false |
static boolean |
isProductViewLiteInstalled()
Returns if ProductViewLite is currently installed Supported API: false |
static boolean |
isWVSEnabled()
Returns if WVS is currently enabled Supported API: false |
static boolean |
launchProductView(Applet applet,
Object obj,
ConfigSpec configSpec,
int levels)
Launch ProductView from an Applet Supported API: false |
static boolean |
launchProductView(Applet applet,
Object obj,
ConfigSpec configSpec,
Object startPartObj,
Object startPathObj,
int levels)
Launch ProductView from an Applet Supported API: false |
static boolean |
launchProductViewRef(Applet applet,
String objRef,
ConfigSpec configSpec,
int levels)
Launch ProductView from an Applet Supported API: false |
static boolean |
launchProductViewRef(Applet applet,
String objRef,
String configSpecString,
int levels)
Launch ProductView from an Applet Supported API: false |
static boolean |
launchProductViewRef(Applet applet,
String objRef,
String configSpecString,
String startPartRef,
String startPathRef,
int levels)
Launch ProductView from an Applet Supported API: false |
static String |
setSessionValue(String key,
String value)
Add to Session variable to the method server Supported API: false |
static boolean |
useStandardPVPreference()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String SERVER_CLASS
private static final String UTIL_CLASS
private static boolean debug
Constructor Detail |
public PIEVisualizer()
Method Detail |
public static String setSessionValue(String key, String value)
key
- the key objectvalue
- the value object (null deletes the key)
public static String getPartStructurePIEURL(String objectReference, String sid, Integer levels)
objectReference
- the top level object reference to traverse fromsid
- the session id that the config spec (pie_config_spec) has been cached inlevels
- the number of levels to open, -1 for all levels
public static String getPartStructurePIEURL(String objectReference, String startPartRef, String startPathRef, String sid, Integer levels)
objectReference
- the top level object referencestartPartRef
- the object reference (WTPart) to traverse fromstartPathRef
- the object reference (PartPathOccurrence) to traverse fromsid
- the session id that the config spec (pie_config_spec) has been cached inlevels
- the number of levels to open, -1 for all levels
public static boolean isWVSEnabled()
public static boolean isProductViewLiteInstalled()
public static boolean isPIMSupportInstalled()
public static boolean launchProductView(Applet applet, Object obj, ConfigSpec configSpec, int levels) throws Exception
applet
- the applet to launch fromobj
- starting object from where to traverse. his must be persistentconfigSpec
- the configSpec used to traverse WTPart structure. Null assumes latest. For other object types this will be ignoredlevels
- number of levels to traverse in the structure
Exception
public static boolean launchProductViewRef(Applet applet, String objRef, ConfigSpec configSpec, int levels) throws Exception
applet
- the applet to launch fromconfigSpec
- the configSpec used to traverse WTPart structure. Null assumes latest. For other object types this will be ignoredlevels
- number of levels to traverse in the structure
Exception
public static boolean launchProductViewRef(Applet applet, String objRef, String configSpecString, int levels) throws Exception
applet
- the applet to launch fromlevels
- number of levels to traverse in the structure
Exception
public static boolean launchProductView(Applet applet, Object obj, ConfigSpec configSpec, Object startPartObj, Object startPathObj, int levels) throws Exception
applet
- the applet to launch fromobj
- starting object from where to traverse. his must be persistentconfigSpec
- the configSpec used to traverse WTPart structure. Null assumes latest. For other object types this will be ignoredstartPartObj
- starting WTPart object from where to traverse. his must be persistentstartPathObj
- starting PartPathOccurrence object from where to traverse. his must be persistentlevels
- number of levels to traverse in the structure
Exception
public static boolean launchProductViewRef(Applet applet, String objRef, String configSpecString, String startPartRef, String startPathRef, int levels) throws Exception
applet
- the applet to launch fromlevels
- number of levels to traverse in the structure
Exception
private static String getReferenceFromObject(Object obj) throws Exception
Exception
public static boolean useStandardPVPreference()
private static String getConfigSpecString(ConfigSpec configSpec) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |