| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.helpers.PublisherHelperService
public class PublisherHelperService
| Field Summary | |
|---|---|
static java.lang.String | 
PUBLISHER_WEB_SERVICE_UUID
This is used to lookup the Collab web service instance.  | 
protected static int | 
TIMEOUT
The timeout for caching the web service data, in seconds.  | 
| Method Summary | |
|---|---|
static IPublisherHelper | 
getInstance()
 | 
 int | 
GetWebServiceID(IPTSession _session)
 | 
 boolean | 
IsPublisherInstalled(IPTSession _session)
 | 
protected  void | 
LoadPublisherWebService(IPTSession _session)
Load the Publisher web service, if installed.  | 
static void | 
setTestInstance(IPublisherHelper testHelper)
Unit tests should use this method to overwrite/teardown existing helper singleton.  | 
| 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 PUBLISHER_WEB_SERVICE_UUID
protected static final int TIMEOUT
| Method Detail | 
|---|
public static IPublisherHelper getInstance()
public static void setTestInstance(IPublisherHelper testHelper)
protected void LoadPublisherWebService(IPTSession _session)
public boolean IsPublisherInstalled(IPTSession _session)
IsPublisherInstalled in interface IPublisherHelper_session - the current user session.
public int GetWebServiceID(IPTSession _session)
GetWebServiceID in interface IPublisherHelper_session - the current user session.
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||