com.plumtree.portaluiinfrastructure.helpers
Interface IEnsembleHelper
- All Known Implementing Classes: 
 - EnsembleHelperService
 
public interface IEnsembleHelper
The IEnsembleHelper handles common functionality related to
 Ensemble integrations.
 
IsEnsembleInstalled
boolean IsEnsembleInstalled(IPTSession _session)
- Parameters:
 _session - the current user session.
- Returns:
 - whether or not Ensemble is installed.
 
 
GetRemoteServerID
int GetRemoteServerID(IPTSession _session)
- Parameters:
 _session - the current user session.
- Returns:
 - the ID of the Ensemble Remote Server.  -1 if it
 is not installed.