public class ReportPortalManager
extends java.lang.Object
| Constructor and Description |
|---|
ReportPortalManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addPortalItem(long reportId,
long portalId,
java.lang.String name,
java.lang.StringBuffer reportUrl)
Adds an item to the portal.
|
static long |
createPasswordProtectedReportPortal(java.lang.String reportName,
java.lang.String password)
Creates a password protected report portal.
|
static void |
createReportPortal(java.lang.String portalName,
java.lang.String password)
Creates a new report portal with the given name.
|
static com.objectplanet.survey.reportportal.ReportPortal |
getReportPortal(java.lang.String reportPortalName)
Gets a report portal by the name.
|
public static void createReportPortal(java.lang.String portalName,
java.lang.String password)
throws SurveySystemException
user - The user creating the portalportalName - Name of new portalSurveySystemExceptionpublic static com.objectplanet.survey.reportportal.ReportPortal getReportPortal(java.lang.String reportPortalName)
public static void addPortalItem(long reportId,
long portalId,
java.lang.String name,
java.lang.StringBuffer reportUrl)
throws SurveySecurityException,
SurveySystemException
reportId - The report idportalId - The portal idname - The name of the itemreportUrl - The report urlSurveySecurityExceptionSurveySystemExceptionpublic static long createPasswordProtectedReportPortal(java.lang.String reportName,
java.lang.String password)
throws SurveySecurityException,
SurveySystemException
string - password - com.objectplanet.survey.exception.SurveySystemExceptionSurveySecurityExceptionSurveySystemExceptionBuilt on July 29 2025