com.plumtree.portaluiinfrastructure.helpers
Interface IPublisherHelper

All Known Implementing Classes:
PublisherHelperService

public interface IPublisherHelper

The IPublisher handles common functionality related to Publisher integrations. Built for fix to bug 7817807 and other future uses.


Method Summary
 int GetWebServiceID(IPTSession _session)
           
 boolean IsPublisherInstalled(IPTSession _session)
           
 

Method Detail

IsPublisherInstalled

boolean IsPublisherInstalled(IPTSession _session)
Parameters:
_session - the current user session.
Returns:
whether or not Publisher is installed.

GetWebServiceID

int GetWebServiceID(IPTSession _session)
Parameters:
_session - the current user session.
Returns:
the ID of the Web Service ID. -1 if it is not installed.



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