Deprecated Methods |
jet.server.api.admin.SecurityAdminService.addAcl(String, String, String)
This method is not effective since V6. |
jet.api.BusinessViewCategoryInfo.addCategory(BLCategoryInfo)
Since v10, replaced by addBVCategory . |
jet.api.BusinessViewCategoryInfo.addDetailInformation(BLDetailInfo)
Since v10, replaced by addBVDetail . |
jet.api.BusinessViewCategoryInfo.addDimension(BLDimensionInfo)
Since v10, replaced by addBVGroup . |
jet.server.api.UserSession.addExpiryListener(ExpiryListener)
As of v13 replaced by UserSessionManager.addSessionExpiryListener(ExpiryListener). |
jet.server.api.ResourceManager.addFolder(String, String, Hashtable)
since version 6.1, replaced by createFolder(...) and addResourcesToFolder(...).
the param "includesSubDir" of the method addResourcesToFolder(...) should be true in this case. |
jet.server.api.rmi.RemoteResourceManager.addFolder(String, String, Hashtable)
since version 6.1, replaced by createFolder(...) and addResourcesToFolder(...).
the param "includesSubDir" of the method addResourcesToFolder(...) should be true in this case. |
jet.api.BusinessViewCategoryInfo.addMeasure(BLMeasureInfo)
Since v10, replaced by addBVAggregation . |
jet.server.api.admin.SecurityAdminService.addMemberIntoAcl(String, String, String, String)
This method is not effective since V6. |
jet.server.api.admin.SecurityAdminService.addMemberIntoGroup(String, String, String, String)
This method is not effective since V6. |
jet.server.api.admin.ClusterAdminService.addPredefinedServer(String, String, String, int, String)
|
jet.server.api.rmi.admin.RemoteClusterAdminService.addPredefinedServer(String, String, String, int, String)
since version v10 |
jet.server.api.admin.ClusterAdminService.addPredefinedServer(String, String, String, String)
|
jet.server.api.rmi.admin.RemoteClusterAdminService.addPredefinedServer(String, String, String, String)
since version v10 |
jet.server.api.admin.SecurityAdminService.addPrivilegedRoles(String, Vector)
Server V7.1 replaced by
addPrivilegedRoles(String realmName,
String submitter,
String privilege,
Vector groups)
throws NoSuchGroupException, NoSuchRealmException, BadRealmException; . |
jet.server.api.admin.SecurityAdminService.addPrivilegedUsers(String, Vector)
Server V7.1 replaced by
addPrivilegedUsers(String realmName,
String submitter,
String privilege,
Vector users)
throws NoSuchUserException, NoSuchRealmException; . |
jet.server.api.admin.SecurityAdminService.addProtection(String, String, String, String)
This method is not effective since V6. |
jet.server.api.ResourceManager.addResource(String, String, Hashtable)
since version 6.1, replaced by addResource(String userID, String folderPath, Hashtable htResource, Hashtable[] permissions) |
jet.server.api.rmi.RemoteResourceManager.addResource(String, String, Hashtable)
since version 6.1, replaced by addResource(String userID, String folderPath, Hashtable htResource, Hashtable[] permissions) |
jet.server.api.admin.ResourceAdminService.addResourceNode(String, String, String, String)
As of version 6, it does not have effect. |
jet.server.api.admin.ResourceAdminService.addResourceReachable(String, String, Vector)
As of version 6, it does not have effect. |
jet.server.api.admin.SecurityAdminService.addRole(String, String, String, String, String)
This method is not effective since V7.0 . |
jet.server.api.admin.SecurityAdminService.addUser(String, String, String, String, String, String, boolean, int, boolean, int, boolean, String)
This method is not effective since V6. |
jet.server.api.ParameterRecorder.appendUsedParameter(String, Document)
since V11.1Update1 |
jet.web.dhtml.DHTMLClientService.buildPagePropertyElement(String, String, String, String, String, String)
DHTMLClientService.getPagePropertiesInfo(String, String, String, String, String) |
jet.web.dhtml.DHTMLClientService.buildPropertyElement(String, String, String, String, String)
DHTMLClientService.getPropertisInfo(String, String, String, String) |
jet.web.dhtml.DHTMLClientService.buildPropertyElement(String, String, String, String, String, String)
DHTMLClientService.getPropertisInfo(String, String, String, String, String) |
jet.web.dhtml.DHTMLClientService.buildRenderPropertyElement(String, String, String, String, int, String)
DHTMLClientService.getRenderPropertyInfo(String, String, String, String, int) |
jet.web.dhtml.DHTMLClientService.buildReportPropertyElement(String, String, String, String)
DHTMLClientService.getReportPropertiesInfo(String, String, String) |
jet.server.api.admin.ClusterAdminService.canEditPredefinedServers()
|
jet.server.api.rmi.admin.RemoteClusterAdminService.canEditPredefinedServers()
since version v10 |
jet.server.api.ReportInfo.canExportDHTMLResult()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.canExportDHTMLResult()
Need to set The status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.server.api.http.HttpUserSessionManager.checkAdminLogin(HttpServletRequest, String, Properties)
This method has been deprecated since V8. You should use
its overloaded method checkAdminLogin(req, res, realm, query) ,
if you want to provide a special extra channel feature for admin user. |
jet.server.api.http.HttpUserSessionManager.checkLogin(HttpServletRequest, String, Properties)
This method has been deprecated since V8. You should use
its overloaded method checkLogin(req, res, realm, query) ,
if you want to provide a special extra channel feature for admin user. |
jet.web.dhtml.DHTMLUtil.checkPDFDigitalIDFile(DHTMLClientService, String, String, String, byte[], InputStream, String, boolean)
WebActLogic.checkPdfDigitalID since V9.1.
Check PDF digital ID file. |
jet.server.api.admin.cfg.ConfigurationLDAP.checkSynchronization()
This method is not effective since V7.0. |
jet.web.dhtml.DHTMLUtil.clearHtml(String)
WebActLogic.parseOpenRptParams. |
jet.datastream.Communicator.clearMem()
|
jet.bean.JREngine.closeLog()
The new setting of JReport log is defined in %install root%\bin\LogConfig.properties. |
jet.bean.JRSetResultViewer.closeLog()
The new setting of JReport log is defined in %install root%\bin\LogConfig.properties. |
jet.bean.JREngine.closeLog()
The new setting of JReport log is defined in %install root%\bin\LogConfig.properties. |
jet.bean.JRSetResultViewer.closeLog()
The new setting of JReport log is defined in %install root%\bin\LogConfig.properties. |
jet.report.JRObjectTemplate.convertSize(int)
|
jet.controls.JetUnitNumber.convertToPixel(String, int)
|
jet.controls.JetUnitNumber.convertToUnit(String, int)
|
jet.web.dhtml.DHTMLClientService.copyOctet(String, String)
Copies the content of the specified binary file to a byte array. |
jet.web.dhtml.DHTMLClientService.copyText(Hashtable)
Copies the content of the specified text file to a char array. |
jet.web.dhtml.DHTMLClientService.copyText(String, String)
Copies the content of the specified text file to a char array. |
jet.api.CatalogAPI.create(String, String)
|
jet.api.Designer.create(String, String)
since version 8.0, replaced by createReportSet(String) . |
jet.api.Designer.create(String, String, String)
since version 8.0, replaced by createReportSet(String) . |
jet.server.api.admin.cfg.ConfigurationLDAPServer.createNewRoleMap(String, String)
This method is not effective since V8, replaced by createRoleMap(). |
jet.server.api.admin.ResourceAdminService.declareVirtualNode(String, String, boolean)
As of version 6, it does not have effect. |
jet.server.api.db.Table.delete(String)
SQL Injection Vulnerabilities. Replaced by Table.delete(String, ParameterMetaInfo) |
jet.server.api.rmi.admin.RemoteResourceAliasManager.deleteAliasOfGroup(String, String, String, String)
RemoteResourceAliasManager.getInputStreamForUser(String, String, String) |
jet.api.Designer.deleteReport(String)
since version 8.0, replaced by deleteReportFile(String) . |
jet.server.api.admin.ResourceAdminService.deleteResourceNode(String, String)
As of version 6, it does not have effect. |
jet.server.api.RptServer.delScriptFile(String)
|
jet.server.api.rmi.RemoteRptServer.delScriptFile(String)
|
jet.formula.ParamDesc.detectInvalidValues(String[], Locale)
setValue method will do the outOfRange check, this method is useless now |
jet.web.dhtml.DHTMLClientService.dispatch(String, Hashtable)
Responses and processes all the requests from DHTML client. |
jet.web.dhtml.SimpleDHtmlAPI.dispatch(String, Hashtable)
DHTMLActLogic.dispatch
Responses and processes all the requests from DHTML client. |
jet.controls.JetUnitNumber.doubleValue()
|
jet.server.api.admin.SecurityAdminService.editProtection(String, String, String, String)
This method is not effective since V6. |
jet.server.api.admin.ResourceAdminService.editResourceNode(String, String, String, String, String, boolean, boolean)
As of version 6, it does not have effect. |
jet.server.api.cluster.Member.equals(Member)
As of JReport version 5.1 |
jet.web.dhtml.DHTMLWriter.exportReport(String, String, String)
Returns the result of the current page of the active report. |
jet.bean.JRResultViewer.exportToHtml(String)
please use the method exportToHtml(String, HtmlParameter) |
jet.bean.JRResultViewer.exportToHtml(String)
please use the method exportToHtml(String, HtmlParameter) |
jet.bean.JRResultViewer.exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int)
please use the method exportToHtml(String, HtmlParameter) |
jet.bean.JRResultViewer.exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int)
please use the method exportToHtml(String, HtmlParameter) |
jet.bean.JRResultViewer.exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean)
please use the method exportToHtml(String, HtmlParameter) |
jet.bean.JRResultViewer.exportToHtml(String, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean)
please use the method exportToHtml(String, HtmlParameter) |
jet.bean.JRResultViewer.exportToPdf(String)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean, int, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean, int, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean, String)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPdf(String, boolean, boolean, int, boolean, boolean, boolean, String)
please the method exportToPdf(String, PDFParameter) |
jet.bean.JRResultViewer.exportToPS(String)
please use the method exportToPS(String, PSParameter) |
jet.bean.JRResultViewer.exportToPS(String)
please use the method exportToPS(String, PSParameter) |
jet.bean.JRResultViewer.exportToPS(String, boolean)
please use the method exportToPS(String, PSParameter) |
jet.bean.JRResultViewer.exportToPS(String, boolean)
please use the method exportToPS(String, PSParameter) |
jet.bean.JRResultViewer.exportToRtf(String)
please use the method exportToPS(String, PSParameter) |
jet.bean.JRResultViewer.exportToRtf(String)
please use the method exportToPS(String, PSParameter) |
jet.bean.JRResultViewer.exportToRtf(String, boolean)
please use the method exportToPS(String, PSParameter) |
jet.bean.JRResultViewer.exportToRtf(String, boolean)
please use the method exportToPS(String, PSParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, boolean, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, boolean, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, int, int, boolean, int, boolean, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, int, int, boolean, int, boolean, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, int, int, boolean, int, boolean, boolean, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, int, int, boolean, int, boolean, boolean, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, int, int, boolean, int, boolean, boolean, boolean, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, boolean, char, int, int, boolean, int, boolean, boolean, boolean, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, int, int)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, int, int)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, int, int, boolean, int)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, int, int, boolean, int)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, int, int, boolean, int, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToText(String, boolean, int, int, boolean, int, boolean)
please use the method exportToText(String, TextParameter) |
jet.bean.JRResultViewer.exportToXls(String)
please use the method exportToXls(String, ExcelParameter) |
jet.bean.JRResultViewer.exportToXls(String)
please use the method exportToXls(String, ExcelParameter) |
jet.bean.JRResultViewer.exportToXls(String, int)
please use the method exportToXls(String, ExcelParameter). |
jet.bean.JRResultViewer.exportToXls(String, int)
please use the method exportToXls(String, ExcelParameter). |
jet.bean.JRResultViewer.exportToXls(String, int, boolean)
please use the method exportToXls(String, ExcelParameter) |
jet.bean.JRResultViewer.exportToXls(String, int, boolean)
please use the method exportToXls(String, ExcelParameter) |
jet.bean.JRResultViewer.exportToXls(String, int, boolean, int)
please use the method exportToXls(String, ExcelParameter) |
jet.bean.JRResultViewer.exportToXls(String, int, boolean, int)
please use the method exportToXls(String, ExcelParameter) |
jet.bean.JRResultViewer.exportToXML(String, boolean)
please use exportToXML(String, boolean, String) |
jet.bean.JRResultViewer.exportToXML(String, boolean)
please use exportToXML(String, boolean, String) |
jet.bean.JRResultViewer.exportToXML(String, boolean, boolean)
replaced by exportToXML(String, boolean, String) |
jet.bean.JRResultViewer.exportToXML(String, boolean, boolean)
replaced by exportToXML(String, boolean, String) |
jet.datastream.Communicator.findNext(String, int, boolean, boolean)
|
jet.datastream.Communicator.findPrev(String, int, boolean, boolean)
|
jet.controls.JetUnitNumber.floatValue()
|
jet.controls.JetUnitNumber.get()
|
jet.controls.JetUnitNumber.get(int, int, int)
|
jet.server.api.admin.SecurityAdminService.getAcl(String, String)
This method is not effective since V6. |
jet.server.api.admin.SecurityAdminService.getAclNames(String)
This method is not effective since V6. |
jet.server.api.admin.SecurityAdminService.getAcls(String)
This method is not effective since V6. |
jet.server.api.WebPageOptions.getAdhocJspPath()
|
jet.server.api.WebPageOptions.getAdhocServletPath()
|
jet.server.api.cluster.ClusterService.getAdminMember()
no replacement. As of 10.0. Further, the behavior of calling this was never specified. |
jet.server.api.rmi.cluster.RemoteClusterService.getAdminMember()
no replacement. As of 10.1. Further, the behavior of this call is never specified. |
jet.server.api.admin.cfg.ConfigurationAdvanced.getAdminPort()
Since V8.1 replaced by ConfigurationService.getAdminPort() . |
jet.server.api.rmi.admin.cfg.RemoteConfigurationAdvanced.getAdminPort()
Since V8.1 replaced by RemoteConfigurationService.getAdminPort() . |
jet.server.api.ReportInfo.getAllDataSource()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.getAllDataSource()
Need to set The status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.web.dhtml.DHTMLUtil.getAllDirectory(String, String)
DHTMLUtil.IdentifyDirArrayList. |
jet.datastream.Communicator.getAllGroupBranch(int)
|
jet.server.api.admin.SecurityAdminService.getAllGroups(String)
This method is not effective since Server V6.0 |
jet.server.api.admin.SecurityAdminService.getAllGroups(String, String)
This method is not effective since Server V7.1. It is replaced by the method
getAllJGroups(); |
jet.server.api.admin.ResourceAliasManager.getAllResource(String, String)
#getInputStreamForAll(String, String) |
jet.server.api.rmi.admin.RemoteResourceAliasManager.getAllResource(String, String)
#getInputStreamForAll(String, String) |
jet.server.api.ResultVersionRecord.getAllResultFiles()
replaced by getAllReportResultFiles() |
jet.server.api.admin.SecurityAdminService.getAllRoles(String, String)
This method is not effective since Server V8, replaced by the method
getAllJRoles(). |
jet.server.api.admin.SecurityAdminService.getAllUser(String, String)
This method is not effective since Server V8, replaced by the method
getJUser(). |
jet.server.api.admin.SecurityAdminService.getAllUserNames(String, String)
This method is not effective since Server V6.0 |
jet.server.api.ResultFiles.getAnalysisReportAmount()
No replacement. |
jet.api.CatalogAPI.getAndConditions(String)
Replaced by getAndInfos(String queryName) |
jet.api.CatalogAPI.getAndConditions(String, String)
-Replaced by getAndInfos(String dataSourceName, String queryName) |
jet.server.api.ReportInfo.getAvailableGroupFields()
You will not need to replace value options with available group fields when parameter
is column.
Example: You can comment the line in getRptDescPage.jsp like
//Vector grpCols = rptInfo.getAvailableGroupFields();
And you have to modify the Java code in getRptDescPage.jsp from
<%
if (desc.isColumn() && grpCols != null) {
%>
<select name="<%= APIConst.TAG_PARAM_PREFIX + desc.getName()%>" size="1">
<% int sz1 = grpCols.size();
for (int i1 = 0; i1 < sz1; i1++) {
String s = (String)grpCols.elementAt(i1);
to become
<%
if (desc.isColumn() ) {
%>
<select name="<%= APIConst.TAG_PARAM_PREFIX + desc.getName()%>" size="1">
<% Vector v = desc.getValueOptions(Locale.getDefault());
int sz1 = v.size();
for (int i1 = 0; i1 < sz1; i1++) {
String s = (String)v.elementAt(i1);
|
jet.server.api.rmi.RemoteReportInfo.getAvailableGroupFields()
You don't need to replace value options with available group fields when parameter
is column.
Example: You can comment out the line in getRptDescPage.jsp like
//Vector grpCols = rptInfo.getAvailableGroupFields();
And you have to modify the Java code in getRptDescPage.jsp from
<%
if (desc.isColumn() && grpCols != null) {
%>
<select name="<%= APIConst.TAG_PARAM_PREFIX + desc.getName()%>" size="1">
<% int sz1 = grpCols.size();
for (int i1 = 0; i1 < sz1; i1++) {
String s = (String)grpCols.elementAt(i1);
to become
<%
if (desc.isColumn() ) {
%>
<select name="<%= APIConst.TAG_PARAM_PREFIX + desc.getName()%>" size="1">
<% Vector v = desc.getValueOptions(Locale.getDefault());
int sz1 = v.size();
for (int i1 = 0; i1 < sz1; i1++) {
String s = (String)v.elementAt(i1);
|
jet.server.api.ReportInfo.getAvailableLanguages()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.getAvailableLanguages()
Need to set The status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.bean.JREngine.getAvailableWherePortions()
|
jet.bean.JREngine.getAvailableWherePortions()
|
jet.server.api.cluster.Member.getBackupPriority()
no replacement. As of 10.0. |
jet.datastream.Communicator.getBlob(int, int, long)
|
jet.datastream.JRVisiableResult.getBounds()
|
jet.server.api.admin.cfg.ConfigurationLog.getBufferSize(int)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.ReportSheetInfo.getBurstingRecipientInfo()
As of version 9, replaced by BurstingSchemaInfo.getRecipientInfo() . |
jet.server.api.rmi.RemoteReportSheetInfo.getBurstingRecipientInfo()
As of version 9, replaced by getBurstingRecipientInfos() . |
jet.web.dhtml.DHTMLDataInfo.getBusinessCubeNames(String, String)
Gets the names of business cube tree. |
jet.web.dhtml.DHTMLClientService.getBVTree(String, String, String, String, boolean, String)
|
jet.web.dhtml.DHTMLClientService.getCatalogInfo(String, String)
from V13.1 DHTMLClientService.getCatalogInfo(String, String, HashMap) |
jet.controls.JetProperty.getChangeBy()
|
jet.controls.JetProperty.getChangeByBLName()
|
jet.controls.JetProperty.getChangeByFmttName()
|
jet.controls.JetProperty.getChangeByObjectName()
|
jet.web.dhtml.DHTMLClientService.getChartAvailableComboType()
|
jet.web.dhtml.DHTMLClientService.getChartPrimTypeName()
|
jet.web.dhtml.DHTMLClientService.getChartSubTypeName(int)
|
jet.server.api.admin.ClusterAdminService.getCheckAdminCrashedInterval()
|
jet.server.api.admin.cfg.ConfigurationCluster.getClusterAdminHost()
since version v10. |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.getClusterAdminHost()
|
jet.server.api.admin.cfg.ConfigurationCluster.getClusterAdminRMIPort()
since version v10. |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.getClusterAdminRMIPort()
|
jet.server.api.admin.SecurityAdminService.getCombinedAclName(String, String)
This method is not effective since V6. |
jet.datastream.Communicator.getContent()
|
jet.server.api.ReportInfo.getCurrentReportSheet()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.getCurrentReportSheet()
Needs to set The status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.datastream.Communicator.getDbBuffer(int)
|
jet.report.JRObjectTemplate.getDefaultResolution()
|
jet.server.api.ReportInfo.getDefaultStyleGroupName()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.getDefaultStyleGroupName()
Needs to set the status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL as default. |
jet.server.api.admin.cfg.ConfigurationLog.getDescription(int)
since V8, it is not recommended to use the deprecated API method. |
jet.web.dhtml.DHTMLConfig.getDHTMLSkinPath(String, String)
|
jet.server.api.ParamInfo.getDisplayValues(Locale)
replaced by ParamInfo.getDisplayValues() , and set locale via ParamInfo.setLocale(Locale) . |
jet.server.api.rmi.RemoteParamInfo.getDisplayValues(Locale)
use RemoteParamInfo.setLocale(Locale) and RemoteParamInfo.getDisplayValues() instead. |
jet.datastream.Communicator.getDrillDownPage(int, int, int, short, int)
|
jet.datastream.Communicator.getDrillDownPage(int, int, int, short, int, int, String, String)
|
jet.datastream.Communicator.getDrillDownPage(int, int, int, short, int, int, String, String, JRObjectResult)
|
jet.datastream.Communicator.getDrillDownPage(int, int, int, short, int, JRObjectResult)
|
jet.server.api.ParamInfo.getDynamicDisplayValue(long, Locale)
replaced by ParamInfo.getDynamicDisplayValue(long) , and set locale via ParamInfo.setLocale(Locale) . |
jet.server.api.rmi.RemoteParamInfo.getDynamicDisplayValue(long, Locale)
use RemoteParamInfo.setLocale(Locale) and RemoteParamInfo.getDynamicDisplayValue(long) instead. |
jet.server.api.admin.cfg.ConfigurationAdvanced.getEnableJSP()
since version 7, no replacement. |
jet.datastream.Communicator.getEncoding()
|
jet.server.api.admin.cfg.ConfigurationLDAPServer.getEncryptedPort()
This method is not effective since V6. |
jet.server.api.admin.cfg.ConfigurationLDAP.getEncryptedUsers()
This method is not effective since V7.0. |
jet.server.api.admin.cfg.ConfigurationLDAPServer.getEncryptionType()
This method is not effective since V6.
It has been replaced by isEncryptionInLayer. |
jet.server.api.admin.cfg.ConfigurationAdvanced.getEngineDefaultLanguage()
as of version 7, no replacement |
jet.server.api.rmi.admin.cfg.RemoteConfigurationAdvanced.getEngineDefaultLanguage()
as of version 7, no replacement |
jet.web.dhtml.DHTMLClientService.getExpire()
from V11.1 |
jet.server.api.UserSession.getExpiryListener(int)
As of v13, no replace. |
jet.server.api.UserSession.getExpiryListenerCount()
As of v13, no replace. |
jet.server.api.UserSession.getExternalObject()
replaced by getValue(String name) . |
jet.server.api.ResourceManager.getFileSysDirsInPath(String, String)
As of version 6, replaced by getFoldersInPath(). |
jet.server.api.ResourceManager.getFileSysFilesInPath(String, String)
As of version 6, it was obsolete. |
jet.server.api.admin.cfg.ConfigurationLog.getFlushTime(int)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.ResourceNodeInfo.getFmtName()
As of version 6, it does not have effect. |
jet.server.api.admin.ResourceNodeInfo.getFullFmtName()
As of version 6, it does not have effect. |
jet.controls.JetImgProperty.getGifBytes()
|
jet.server.api.admin.SecurityAdminService.getGroup(String, String)
This method is not effective since Server V6.0 |
jet.datastream.Communicator.getGroupBranch(int, int)
|
jet.server.api.admin.SecurityAdminService.getGroupByName(String, String, String)
This method is not effective since Server V7.1 |
jet.server.api.admin.SecurityAdminService.getGroupsByRole(String, String, String)
This method is not effective since Server V8, replaced by the method
getJGroupsByJRole(). |
jet.server.api.admin.SecurityAdminService.getGroupsByUser(String, String, String)
This method is not effective since Server V8, replaced by the method
getJGroupsByJUser(). |
jet.datastream.Communicator.getHeaderInfo(int)
|
jet.server.api.admin.cfg.ConfigurationLog.getHost(int, String)
since V8, it is not recommended to use the deprecated API method. |
jet.controls.JetImgProperty.getImageIcon(String)
|
jet.controls.JetImgProperty.getImageType()
if "EMBED" return the image type of ImageResource, else return MediaType.UNKNOWN |
jet.datastream.Communicator.getIndexColumn(DbColDesc)
|
jet.datastream.Communicator.getIndexColumn(int)
|
jet.datastream.Communicator.getIndexPages(DbValue)
|
jet.controls.JetProperty.getInspValue(int, int)
|
jet.report.JRObjectTemplate.getJetRptMode()
|
jet.api.CatalogAPI.getJoins(String)
Replaced by getJoinInfos(String queryName)
Gets joins definition in the query. |
jet.api.CatalogAPI.getJoins(String, String)
Replaced by getJoinInfos(String dataSourceName, String queryName)
Gets joins definition in the query. |
jet.server.api.RptServer.getLargeReportManager()
As of v8, replaced by RptServer.getOndemandReportManager() |
jet.server.api.rmi.RemoteRptServer.getLargeReportManager()
As of v8, replaced by RemoteRptServer.getOndemandReportManager() |
jet.server.api.admin.cfg.ConfigurationLDAP.getLdapSynchronization()
This method is not effective since V7.0. |
jet.datastream.Communicator.getLeafGroupIndexes(int)
|
jet.server.api.admin.cfg.logger.ConfigLogger.getLevel()
Please use customized error/trace level methods. |
jet.server.api.rmi.admin.cfg.logger.RemoteConfigLogger.getLevel()
Please use customized error/trace level methods. |
jet.datastream.Communicator.getLinkedComm(int)
|
jet.bean.JREngine.getLoadReport()
|
jet.bean.JREngine.getLoadReport()
|
jet.datastream.Communicator.getLocale()
|
jet.controls.JetImgProperty.getLocalPath()
|
jet.server.api.admin.cfg.ConfigurationLog.getLogLevel(int)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.cfg.ConfigurationLog.getLogLevelList()
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.cfg.ConfigurationLog.getLogToFilename(int)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.cfg.ConfigurationLog.getLogToType(int)
since V8, it is not recommended to use the deprecated API method. |
jet.web.dhtml.SimpleDHtmlAPI.getMaxConcurrent()
Gets the number of Maximal concurrent actions at one time. |
jet.server.api.ParamInfo.getMaxLimit(Locale)
replaced by ParamInfo.getMaxLimit() , and set locale via ParamInfo.setLocale(Locale) . |
jet.server.api.rmi.RemoteParamInfo.getMaxLimit(Locale)
use RemoteParamInfo.setLocale(Locale) and RemoteParamInfo.getMaxLimit() instead. |
jet.server.api.ParamInfo.getMinLimit(Locale)
replaced by ParamInfo.getMinLimit() , and set locale via ParamInfo.setLocale(Locale) . |
jet.server.api.rmi.RemoteParamInfo.getMinLimit(Locale)
use RemoteParamInfo.setLocale(Locale) and RemoteParamInfo.getMinLimit() instead. |
jet.web.dhtml.DHTMLClientService.getNewReportInfo(String, String)
|
jet.controls.JetImgProperty.getObject()
|
jet.server.api.ReportInfo.getOrderOfParams()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.getOrderOfParams()
Needs to set the status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.server.api.RptServerException.getOriginalThrowable()
This method has been alternated by getCause() since JDK1.4 |
jet.server.api.admin.cfg.ConfigurationLog.getOutTypeList()
since V8, it is not recommended to use the deprecated API method. |
jet.datastream.Communicator.getPage(int)
|
jet.datastream.Communicator.getPageNum()
|
jet.web.dhtml.DHTMLClientService.getPagePropertyInfo(String, String, String, String, String, String)
|
jet.server.api.ReportInfo.getParamEngineId()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.getParamEngineId()
Needs to set The status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.web.dhtml.DHTMLClientService.getParameterDefaultValue(String, String, String)
|
jet.web.dhtml.DHTMLClientService.getParameterDefaultValues(String, String, String)
|
jet.web.dhtml.DHTMLClientService.getParameterDisplayAndRealValues(String, String, String)
|
jet.web.dhtml.DHTMLClientService.getParameterFormat(String, String, String)
|
jet.web.dhtml.DHTMLClientService.getParameterNames(String, String)
|
jet.web.dhtml.DHTMLClientService.getParameterPrompt(String, String, String)
|
jet.web.dhtml.DHTMLUtil.getParameters(HttpServletRequest)
WebActLogic.parseRequest(HttpServletRequest request);
Gets the parameters for running a report according to the
request. |
jet.web.dhtml.DHTMLClientService.getParametersInfo(String, String)
DHTMLClientService.getParametersResultObject(String, String)
From V13
Gets parameters information for an open report set |
jet.web.dhtml.DHTMLClientService.getParameterType(String, String, String)
|
jet.server.api.ReportInfo.getParamInfos()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.getParamInfos()
Needs to set The status of reports, can be APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL , or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.server.api.ReportSheetInfo.getParamInfosByValueForRecipient(String, String, String)
As of version 9, replaced by BurstingSchemaInfo.getParamInfosByValueForRecipient() . |
jet.server.api.rmi.RemoteReportSheetInfo.getParamInfosByValueForRecipient(String, String, String)
As of version 9, replaced by BurstingSchemaInfo.getParamInfosByValueForRecipient() . |
jet.server.api.ReportSheetInfo.getParamInfosForRecipient()
As of version 9, replaced by BurstingSchemaInfo.getParamInfosForRecipient() . |
jet.server.api.rmi.RemoteReportSheetInfo.getParamInfosForRecipient()
As of version 9, replaced by RemoteBurstingSchemaInfo.getParamInfosForRecipient() . |
jet.server.api.admin.SecurityAdminService.getParentRolesByUser(String, String, String)
This method is not effective since Server V8, replaced by the method
getParentJRolesByJUser(). |
jet.server.api.crd.CRDInfo.getPassword()
since version 13.1, replaced by CRDInfo.getPasswords() |
jet.web.dhtml.SimpleDHtmlAPI.getPath()
Gets the parent dir of rscUri dir. |
jet.server.api.cluster.ReportMember.getPerformancePriority()
no replacement. As of V8.1 |
jet.datastream.Communicator.getPhysicalTotalPageNum()
|
jet.server.api.admin.cfg.ConfigurationLog.getPort(int, String)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.ClusterAdminService.getPredefinedServers()
|
jet.server.api.rmi.admin.RemoteClusterAdminService.getPredefinedServers()
since version v10 |
jet.server.monitor.api.MonitorServer.getPredefinedServers()
since v10 |
jet.server.monitor.api.jmx.mbeans.ClusterRuntimeMBean.getPredefinedServers()
since v10 |
jet.server.monitor.api.jmx.mbeans.ClusterRuntimeMBean.getPredefinedServerStatus()
since v10 |
jet.server.api.admin.SecurityAdminService.getPrivilegedRoles(String)
Server V7.1 replaced by
getPrivilegedRoles(String realmName,
String submitter,
String privilege,)
throws NoSuchRealmException; . |
jet.server.api.admin.SecurityAdminService.getPrivilegedUsers(String)
Server V7.1 replaced by
getPrivilegedUsers(String realmName,
String submitter,
String privilege,)
throws NoSuchRealmException; . |
jet.datastream.JRObjectResult.getPropertyByName(String)
|
jet.datastream.JRObjectResult.getPropertyByName(String, Record)
|
jet.server.api.admin.SecurityAdminService.getProtections(String)
This method is not effective since V6. |
jet.api.CatalogAPI.getQBEInfo(String)
-Replaced by getQBEInfos(String queryName)
Gets QBE information in the query. |
jet.api.CatalogAPI.getQBEInfo(String, String)
Replaced by getQBEInfos(String dataSourceName, String queryName)
Gets QBE information in the query |
jet.controls.JetQualifyReference.getQualifyName()
Concept 'qualify name' had been removed from V8 |
jet.web.dhtml.SimpleDHtmlAPI.getQueueSize()
Gets the number of to-be-handled actions waiting in the queue. |
jet.datastream.JRObjectResult.getRecord()
|
jet.datastream.Communicator.getRecordBlock(int, int)
|
jet.web.dhtml.DHTMLClientService.getReferedByParameters(String, String, String, String)
|
jet.server.api.admin.SecurityAdminService.getReferRoles(String, String)
This method is not effective since Server V8, replaced by the method
getReferJRolers(). |
jet.server.api.admin.SecurityAdminService.getReferUsers(String, String)
This method is not effective since Server V8, replaced by the method
getReferJUsers(). |
jet.server.api.http.HttpUtil.getRemoteFileService(HttpServletRequest)
As of v12.1 replaced by RptServer.getRemoteFileService() |
jet.server.api.rmi.RemoteReportServerToolkit.getRemoteWrappedAdminServer(String, String)
|
jet.server.api.rmi.RemoteReportServerToolkit.getRemoteWrappedAdminServer(String, String, String)
|
jet.bean.JRResultViewer.getReportName()
from JReport V8, maybe return the value("") |
jet.bean.JRResultViewer.getReportName()
from JReport V8, maybe return the value("") |
jet.web.dhtml.DHTMLClientService.getReportName(String, int)
Gets the report name by index. |
jet.web.dhtml.DHTMLUtil.getReportRealPath(String, String)
ResourceKit.getReportRealPath. |
jet.server.api.ResourceManager.getReports(String, String)
As of version 6, replaced by getReportsInPath(). |
jet.server.api.ReportInfo.getReportSheetInfos()
As of 8.0, replaced by ReportInfo.getReportSheetInfos(int) with status APIConst.RPT_STATUS_ALL |
jet.server.api.rmi.RemoteReportInfo.getReportSheetInfos()
Needs to set the status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL , or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.datastream.Communicator.getResolution()
|
jet.datastream.JRObjectResult.getResolution()
|
jet.controls.JetImgProperty.getResource()
|
jet.controls.JetImgProperty.getResource(String)
|
jet.controls.JetImgProperty.getResourceID()
|
jet.server.api.admin.ResourceAdminService.getResourceNodeInfo(String, String)
As of version 6, it does not have effect. |
jet.server.api.ResultVersionRecord.getResultFile()
replaced by getAllResultFiles() |
jet.server.api.CompletedTaskRecord.getResults()
For 10.0, replaced by CompletedTaskRecord.getSuccessInfo() . For further version, the behavior is not specified. |
jet.server.api.ResultVersionTable.getResultVersionRecords(String, String)
replaced by getResultVersionRecordsByCatalogReport(String userID,
String catalog, String report) . |
jet.server.api.rmi.RemoteResultVersionTable.getResultVersionRecords(String, String)
As of version 4.1,
replaced by getResultVersionRecordsByCatalogReport(String userID,
String catalog, String report) . |
jet.server.api.ResultVersionTable.getResultVersionRecords(String, String, String)
replaced by getResultVersionRecords(String userID, String catalog, String report,
String submitter) . |
jet.server.api.rmi.RemoteResultVersionTable.getResultVersionRecords(String, String, String)
As of version 4.1,
replaced by getResultVersionRecords(String userID, String catalog, String report,
String submitter) . |
jet.server.api.admin.SecurityAdminService.getRole(String, String, String)
This method is not effective since Server V8, replaced by the method
getJRole(). |
jet.server.api.admin.SecurityAdminService.getRolePrivileges(String)
Server V7.1 replaced by
getRolePrivileges(String realmName,
String submitter,
String roleName,)
throws NoSuchRoleException, NoSuchRealmException; . |
jet.server.api.admin.SecurityAdminService.getRolesByGroup(String, String, String)
This method is not effective since Server V8, replaced by the method
getJRolesByJGroup(). |
jet.server.api.admin.cfg.ConfigurationLog.getRolloverSize(int)
since V8, it is not recommended to use the deprecated API method. |
jet.web.dhtml.SimpleDHtmlAPI.getRscPath()
Gets the RscPath. |
jet.web.dhtml.SimpleDHtmlAPI.getRscUri()
Gets the RscUri. |
jet.web.dhtml.SimpleDHtmlAPI.getRuntimesId(String, String, String)
Gets all reports keys in the session. |
jet.web.dhtml.DHTMLUtil.getSaveToPubDirPermission(String, String)
DHTMLUtil.getDirWritePermission.
Gets whether the user has the permission of saving reports to
the specified folder. |
jet.server.api.admin.cfg.ConfigurationAdvanced.getScheduleShouldRun()
obsolete method, no replacement |
jet.server.api.rmi.admin.cfg.RemoteConfigurationAdvanced.getScheduleShouldRun()
obsolete method, no replacement |
jet.server.api.RptServer.getScriptsList()
|
jet.server.api.rmi.RemoteRptServer.getScriptsList()
|
jet.server.api.admin.cfg.ConfigurationCluster.getServerRMIPort()
since V8 and replaced by ConfigurationRMI.getServerRMIPort(). |
jet.server.api.admin.cfg.ConfigurationCluster.getShareDsoDirectory()
since version 7.2. |
jet.report.xls.GlobalWorksheet.getShareLabel()
it is not be used |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.getShareRealmDirectory()
|
jet.web.dhtml.DHTMLConfig.getStyle()
Gets the style names.
Implements with new String[] { "style1", "style2", "style3" }. |
jet.server.api.ReportInfo.getStyleGroupInfos()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.getStyleGroupInfos()
Needs to set the status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.server.api.admin.SecurityAdminService.getSubGroupsByGroup(String, String, String)
This method is not effective since Server V8, replaced by the method
getJUsersByJGroup(). |
jet.datastream.Communicator.getSubIdx(DSTemplatible)
|
jet.server.api.ResultVersionRecord.getSubmitter()
As of version 6, replaced by getCreator() . |
jet.server.api.ResourceManager.getSubpaths(String, String)
As of version 6, replaced by getFoldersInPath(). |
jet.server.api.admin.SecurityAdminService.getSubRolesByRole(String, String, String)
This method is not effective since Server V8, replaced by the method
getSubJRolesByJRole(). |
jet.server.api.admin.ResourceAdminService.getSubRscNodesInfo(String, String, int)
As of version 6, it does not have effect. |
jet.server.api.admin.SecurityAdminService.getSubUsersByRole(String, String, String)
This method is not effective since Server V8, replaced by the method
getSubJUsersByJRole(). |
jet.server.api.admin.SecurityAdminService.getSubUsersNameByRole(String, String, String)
This method is not effective since Server V8, replaced by the method
getSubJUsersNameByJRole(). |
jet.datastream.DSDataStreamable.getSynRecord(int)
|
jet.datastream.DSDataStreamable.getSynRecord2(int)
|
jet.bean.JREngine.getTemplatePath()
|
jet.bean.JREngine.getTemplatePath()
|
jet.datastream.Communicator.getTemplates(int)
|
jet.datastream.Communicator.getTimeZone()
|
jet.server.api.admin.cfg.ConfigurationLog.getTypeList()
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.cfg.ConfigurationLog.getTypePromptList()
since V8, it is not recommended to use the deprecated API method. |
jet.controls.JetUnitNumber.getUnit(int, int, int)
|
jet.bean.MailInformation.getURL()
This method is not used now. Will remove it in next version.
If you have any questions, please contact our sales. |
jet.controls.JetImgProperty.getURL()
|
jet.bean.MailInformation.getURL()
This method is not used now. Will remove it in next version.
If you have any questions, please contact our sales. |
jet.web.dhtml.DHTMLUtil.getURLForCatalogReferedFile(String, ExResourceManager, String, String, String, int)
|
jet.server.api.admin.SecurityAdminService.getUser(String, String, String)
This method is not effective since Server V8, replaced by the method
getJUser(). |
jet.web.dhtml.DHtmlAPI.getUserID(HttpServletRequest)
|
jet.server.api.crd.CRDInfo.getUserName()
since version 13.1, replaced by CRDInfo.getUserNames() |
jet.server.api.ParameterRecorder.getUserParameterRecords(String)
since V11.1Update1 |
jet.server.api.admin.SecurityAdminService.getUserPrivileges(String)
Server V7.1 replaced by
getUserPrivileges(String realmName,
String submitter,
String userName,)
throws NoSuchUserException, NoSuchRealmException; . |
jet.server.api.admin.SecurityAdminService.getUsersByGroup(String, String, String)
This method is not effective since Server V8, replaced by the method
getJUsersByJGroup(). |
jet.web.dhtml.DHtmlAPI.getUserSession(HttpServletRequest)
|
jet.server.api.ParamInfo.getValueOptions(Locale)
replaced by ParamInfo.getValueOptions() , and set locale via ParamInfo.setLocale(Locale) . |
jet.server.api.rmi.RemoteParamInfo.getValueOptions(Locale)
use RemoteParamInfo.setLocale(Locale) and RemoteParamInfo.getValueOptions() instead. |
jet.api.TableDetailInfo.getWidth()
since version 10.0. |
jet.bean.JREngine.getXSDFile()
|
jet.bean.JREngine.getXSDFile()
|
jet.server.api.WebPageOptions.hasNewWindowSameName()
As of version 8. |
jet.server.api.ReportInfo.hasPageSecurity()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.hasPageSecurity()
Needs to set the status of reports, which can be
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL . Or else server will use
APIConst.RPT_STATUS_ALL by default. |
jet.server.api.ReportInfo.hasReportParam()
Needs to set the status for reports -
APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL, or the server will use
APIConst.RPT_STATUS_ALL as default value |
jet.server.api.rmi.RemoteReportInfo.hasReportParam()
Needs to set The status of reports, which can be APIConst.RPT_STATUS_CURRENT, APIConst.RPT_STATUS_OPEN and
APIConst.RPT_STATUS_ALL , or server will use
APIConst.RPT_STATUS_ALL by default. |
jet.server.api.TaskSuccessInfo.hasToExcelFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToExcelVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToFax()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToFTP()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToHtmlFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToHtmlVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToMail()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToPdfFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToPdfVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToPostScriptFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToPostScriptVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToPrinter()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToRsdFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToRsdVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToRstFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToRstVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToRtfFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToRtfVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToSvgFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToSvgVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToTextFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToTextVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToTiffFile()
use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToTiffVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToXmlFile()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.hasToXmlVersion()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.admin.cfg.ConfigurationLDAP.importLDAPGroupsAndUsers()
This method is not effective since V7.0. |
jet.server.api.admin.cfg.ConfigurationLDAP.importLDAPRoles(boolean)
This method is not effective since V7.1.
It has been replaced by importLDAPGroups(boolean isOverWrite). |
jet.server.api.admin.cfg.ConfigurationLDAP.importSpecifyLDAPRoles(Vector, boolean)
This method is not effective since V7.1.
It has been replaced by importSpecifyLDAPGroups(Vector specifyRolesName, boolean isOverWrite). |
jet.server.api.UserSession.indexOf(ExpiryListener)
As of v13, no replace. |
jet.datastream.Communicator.initFonts()
|
jet.server.api.db.Table.insert(List)
this method can not handle complex data type correctly (for example LOB).
As of v9 replaced by Table.insert2(java.util.List) |
jet.api.Designer.insert(String, CTRowColFieldInfo, CTRowColFieldInfo, CTAggFieldInfo)
since version 8.0, replaced by String , CrossTabInfo . |
jet.api.Designer.insert(String, String, boolean, boolean, boolean, boolean, boolean, int, CTRowColFieldInfo[], CTRowColFieldInfo[], CTAggFieldInfo[])
since version 8.0.Replaced by insertCrossTab(String, CrossTabInfo) |
jet.api.Designer.insert(String, String, CTRowColFieldInfo[], CTRowColFieldInfo[], CTAggFieldInfo[])
since version 8.0. Replaced by insertCrossTab(String, CrossTabInfo) |
jet.api.Designer.insert(String, String, GroupInfo)
since version 8.0. Replaced by insertSectionGroup(group, groupInfo) |
jet.api.Designer.insert(String, String, int, boolean, String, String, String[])
since version 8.0. Replaced by insertChart(String, ChartInfo) |
jet.api.Designer.insert(String, String, String, int, String, String, String, ChartLegendInfo, ChartLabelInfo)
since version 8.0. Replaced by insertChart(String, ChartInfo) |
jet.api.Designer.insertColumn(String, int, String, String, int)
since version 8.0, replaced by insertTableColumn(String, int, int, String, String, boolean, boolean) . |
jet.controls.JetUnitNumber.intValue()
|
jet.server.api.PathInfo.isAdhocReport()
No replacement. |
jet.server.api.cluster.Member.isAdmin()
no replacement. As of 10.0 |
jet.server.api.cluster.ClusterService.isAdminServerCrashed()
no replacement. As of 10.0, this call returns false. |
jet.server.api.rmi.cluster.RemoteClusterService.isAdminServerCrashed()
no replacement. As of 10.0, this call returns false. |
jet.server.api.ResultFiles.isAnalysisResult()
No replacement. |
jet.server.api.cluster.Member.isBackupAdmin()
no replacement. As of 10.0 |
jet.server.api.admin.cfg.ConfigurationCluster.isClusterAdminServer()
since version v10. |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.isClusterAdminServer()
|
jet.server.api.admin.cfg.ConfigurationCluster.isClusterBackupServer()
as of version v10. |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.isClusterBackupServer()
|
jet.server.api.admin.cfg.ConfigurationLDAP.isConfromFilter(String, String)
This method is not effective since V8.0. |
jet.web.dhtml.SimpleDHtmlAPI.isDetailReport(String)
Determines whether the current report is the detail report. |
jet.datastream.Communicator.isEngineFinished()
|
jet.web.dhtml.SimpleDHtmlAPI.isFirstDetail(String)
Determines whether the current detail report is the first detail report. |
jet.server.api.admin.cfg.ConfigurationLDAPServer.isFirstUseLocal()
This method is not effective since V6. |
jet.web.dhtml.SimpleDHtmlAPI.isLastDetail(String)
Determines whether the current detail report is the last detail report. |
jet.server.api.admin.ResourceNodeInfo.isMapSharedDisk()
As of version 6, it does not have effect. |
jet.web.dhtml.DHTMLConfig.isNoFrame(String, String)
From V9. Cause Report render in a Frame is no longer supported.
Determines whether the drill frame mode is enabled. |
jet.api.TableDetailInfo.isParallel()
since version 10.0. |
jet.api.TableGroupInfo.isParallel()
since version 10.0. |
jet.web.dhtml.DHTMLClientService.isParameterOnlySelect(String, String, String)
|
jet.web.dhtml.DHTMLClientService.isParameterReferedBy(String, String, String)
|
jet.web.dhtml.DHTMLClientService.isParameterRequired(String, String, String)
|
jet.server.api.admin.ResourceNodeInfo.isReachableOfSubNodes()
As of version 6, it does not have effect. |
jet.server.api.PathInfo.isResourceNode()
As of version, it does not have effect. |
jet.server.api.admin.ResourceNodeInfo.isResourceNode()
As of version 6, it does not have effect. |
jet.web.dhtml.SimpleDHtmlAPI.isRestrictAction(int)
Checks whether the action can be applied for the DHTML Queue feature or not. |
jet.server.api.RptServer.isScriptFileExist(String)
|
jet.server.api.rmi.RemoteRptServer.isScriptFileExist(String)
|
jet.server.api.http.HttpUtil.isSecure()
since v6.1, replaced by
jet.server.api.UserSessionManager.needSecurity(). |
jet.bean.HtmlParameter.isTableFormatHtml()
the feature was removed from v8 |
jet.bean.HtmlParameter.isTableFormatHtml()
the feature was removed from v8 |
jet.server.api.cluster.ClusterService.isTaskQueueFull(int)
no replacement. As of 10.0, this call returns false. |
jet.server.api.rmi.cluster.RemoteClusterService.isTaskQueueFull(int)
no replacement. As of 10.0, this call returns false. |
jet.api.TableDetailInfo.isTileDetail()
since version 10.0. |
jet.api.TableDetailInfo.isTileHorizontal()
since version 10.0. |
jet.server.api.TaskSuccessInfo.isToExcelFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToExcelVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToFaxSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToFTPSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToHtmlFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToHtmlVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToMailSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToPdfFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToPdfVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToPostScriptFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToPostScriptVersionSuccessfule()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToPrinterSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToRsdFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToRsdVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToRstFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToRstVersionSuccessful()
use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToRtfFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToRtfVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToSvgFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToSvgVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToTextFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToTextVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToTiffFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToTiffVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToXmlFileSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.server.api.TaskSuccessInfo.isToXmlVersionSuccessful()
As of 8.0, use getPublishRecords() to replace this method so as to get more detailed information |
jet.bean.PDFParameter.isTransparent()
this is replaced by the method setImageCompressRatio(int imageCompressRatio) |
jet.bean.PDFParameter.isTransparent()
this is replaced by the method setImageCompressRatio(int imageCompressRatio) |
jet.server.api.admin.cfg.ConfigurationLDAP.listExistedGroupDescriptions(String)
This method is not effective since V6. |
jet.server.api.admin.cfg.ConfigurationLDAP.listExistedGroupsName()
This method is not effective since V6. |
jet.server.api.admin.cfg.ConfigurationLDAP.listExistedUserFullName(String)
This method is not effective since V6. |
jet.server.api.admin.cfg.ConfigurationLDAP.listExistedUserNames()
This method is not effective since V6. |
jet.server.api.admin.cfg.ConfigurationLog.loadProperties()
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.RptServer.loadScriptFromFile(String)
|
jet.server.api.rmi.RemoteRptServer.loadScriptFromFile(String)
|
jet.controls.JetUnitNumber.longValue()
|
jet.web.dhtml.SimpleDHtmlAPI.mainPage(String)
Writes the content of the DHTML default main page to a char array. |
jet.web.dhtml.DHtmlAPI.mainPage(String, PrintWriter)
%serverhome%/public_html/dhtmljsp/index.jsp
Outputs the content of the DHTML default main page. |
jet.server.api.ParameterRecorder.modifyUsedParameter(String, Document)
since V11.1Update1 |
jet.bean.JREngine.modifyWherePortion(String, String)
|
jet.bean.JREngine.modifyWherePortion(String, String)
|
jet.bean.JREngine.modifyWherePortion(String, Vector)
|
jet.bean.JREngine.modifyWherePortion(String, Vector)
|
jet.server.api.http.BaseHttpUtil.outputHtmlTableHeader(PrintWriter, String, String[])
|
jet.web.dhtml.DHTMLUtil.parseWord(String, char, char)
jet.util.expression.ExpressionUtil.parseStringValue. From V9.
Parses the specified sentence to words.
An example of the method:
- sentence is "name1,name2,name3,na\,\\me4",
- separator is ',',
- escape is '\',
- the words are: ["name1","name2","name3","na,\me4"].
An example of the method:
- %serverhome%/public_html/dhtmljsp/actionjsp/
getdisplayandrealvaluebyinput.jsp.
|
jet.server.api.db.Table.query(Field[], String, boolean)
SQL Injection Vulnerabilities. Replaced by Table.query(Field[], String, ParameterMetaInfo, boolean) |
jet.server.api.db.Table.query(Field[], String, boolean, int)
SQL Injection Vulnerabilities. Replaced by Table.query(Field[], String, ParameterMetaInfo, boolean, int) |
jet.server.api.db.Table.query(Field[], String, boolean, int, int)
SQL Injection Vulnerabilities. Replaced by Table.query(Field[], String, ParameterMetaInfo, boolean, int, int) |
jet.server.api.db.Table.queryAvgValue(String, String, boolean)
SQL Injection Vulnerabilities. Replaced by Table.queryAvgValue(String, String, ParameterMetaInfo, boolean) |
jet.server.api.db.Table.queryCountValue(String, String, boolean)
SQL Injection Vulnerabilities. Replaced by Table.queryCountValue(String, String, ParameterMetaInfo, boolean) |
jet.server.api.db.Table.queryMaxValue(String, String, boolean)
SQL Injection Vulnerabilities. Replaced by Table.queryMaxValue(String, String, ParameterMetaInfo, boolean) |
jet.server.api.db.Table.queryMinValue(String, String, boolean)
SQL Injection Vulnerabilities. Replaced by Table.queryMinValue(String, String, ParameterMetaInfo, boolean) |
jet.server.api.db.Table.querySumValue(String, String, boolean)
SQL Injection Vulnerabilities. Replaced by Table.querySumValue(String, String, ParameterMetaInfo, boolean) |
jet.server.api.admin.ResourceNodeInfo.reachable()
As of version 6, it does not have effect. |
jet.server.api.admin.ResourceAliasManager.refreshAliasOfGroup(String, String, String)
ResourceAliasManager.getInputStreamForGroup(String, String, String) |
jet.server.api.rmi.admin.RemoteResourceAliasManager.refreshAliasOfGroup(String, String, String)
RemoteResourceAliasManager.getInputStreamForGroup(String, String, String) |
jet.server.api.admin.ResourceAliasManager.refreshAliasOfRole(String, String, String)
ResourceAliasManager.getInputStreamForRole(String, String, String) |
jet.server.api.rmi.admin.RemoteResourceAliasManager.refreshAliasOfRole(String, String, String)
RemoteResourceAliasManager.getInputStreamForRole(String, String, String) |
jet.server.api.admin.ResourceAliasManager.refreshAliasOfUser(String, String, String)
ResourceAliasManager.getInputStreamForUser(String, String, String) |
jet.server.api.ResourceManager.refreshFolders(String)
reference #getResourceTreeInputStream(String) |
jet.server.api.cluster.ClusterService.registerLocalMember()
no replacement. As of 10.0, this call NOP. |
jet.server.api.rmi.cluster.RemoteClusterService.registerLocalMember()
no replacement. As of 10.0, this call NOP. |
jet.server.api.admin.SecurityAdminService.removeAcl(String, String, String)
This method is not effective since V6. |
jet.server.api.UserSession.removeExpiryListener(ExpiryListener)
As of v13 replaced by UserSessionManager.removeSessionExpiryListener(ExpiryListener). |
jet.server.api.rmi.ReportServerRMIWrapper.removeLargeReport(String, boolean)
As of v8, No replacement. |
jet.server.api.cluster.ClusterService.removeLocalMember()
no replacement. As of 10.0, this call NOP. |
jet.server.api.rmi.cluster.RemoteClusterService.removeLocalMember()
no replacement. As of 10.0, this call NOP. |
jet.server.api.admin.SecurityAdminService.removeMemberFromAcl(String, String, String, String)
This method is not effective since V6. |
jet.server.api.admin.SecurityAdminService.removeMemberFromGroup(String, String, String, String)
This method is not effective since V6. |
jet.server.api.admin.ClusterAdminService.removePredefinedServer(String, String)
|
jet.server.api.rmi.admin.RemoteClusterAdminService.removePredefinedServer(String, String)
since version v10 |
jet.server.api.admin.SecurityAdminService.removePrivilegedRoles(String, Vector)
Server V7.1 replaced by
removePrivilegedRoles(String realmName,
String submitter,
String privilege,
Vector roles)
throws NoSuchRoleException, NoSuchRealmException; . |
jet.server.api.admin.SecurityAdminService.removePrivilegedUsers(String, Vector)
Server V7.1 replaced by
removePrivilegedUsers(String realmName,
String submitter,
String privilege,
Vector users)
throws NoSuchUserException, NoSuchRealmException; . |
jet.server.api.admin.SecurityAdminService.removeProtection(String, String, String)
This method is not effective since V6. |
jet.server.api.ParameterRecorder.removeUsedParameter(String, Document)
since V11.1Update1 |
jet.server.api.admin.SecurityAdminService.removeUserFromRole(String, String, String, String)
This method is not effective since Server V7.0 |
jet.server.api.ResultVersionTable.removeVersion(String)
since version 11.1, no replacement. |
jet.server.api.rmi.RemoteResultVersionTable.removeVersion(String)
since version 11.1, no replacement. |
jet.server.api.admin.cfg.ConfigurationLDAPServer.runAtServerRestart()
This method is not effective since V7. |
jet.server.api.RptServer.saveScheduledToScriptFile(String[])
|
jet.server.api.rmi.RemoteRptServer.saveScheduledToScriptFile(String[])
|
jet.server.api.RptServer.saveScriptToFile(String, String)
|
jet.server.api.rmi.RemoteRptServer.saveScriptToFile(String, String)
|
jet.api.Designer.saveSelfReport(String, String, String)
since version 8.0,replaced by saveSelfContainedReport(String, String, String ) . |
jet.bean.JREngine.saveWherePortion(String, String)
|
jet.bean.JREngine.saveWherePortion(String, String)
|
jet.bean.JREngine.saveWherePortion(String, Vector)
|
jet.bean.JREngine.saveWherePortion(String, Vector)
|
jet.web.dhtml.DHTMLUtil.sendToErrorpage(HttpServletRequest, HttpServletResponse, Throwable, boolean, boolean)
WebActionLogic.sendToErrorpage. |
jet.controls.JetUnitNumber.set(double)
|
jet.controls.JetUnitNumber.set(float)
|
jet.controls.JetUnitNumber.set(int)
|
jet.connect.DbValue.set(JRHierarchicalDataset, int)
|
jet.controls.JetUnitNumber.set(long)
|
jet.controls.JetUnitNumber.set(String)
|
jet.bean.MailInformation.setAbsoluteFontSize(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setAbsoluteFontSize(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.server.api.admin.cfg.ConfigurationAdvanced.setAdminPort(int)
Since V8.1 replaced by ConfigurationService.setAdminPort(int adminPort) . |
jet.server.api.rmi.admin.cfg.RemoteConfigurationAdvanced.setAdminPort(int)
Since V8.1 replaced by RemoteConfigurationService.setAdminPort(int adminPort) . |
jet.web.dhtml.SimpleDHtmlAPI.setApplyToOpenedReports(String, boolean)
Determines whether all of the open reports in a session will be affected when setting the session properties. |
jet.report.JRObjectTemplate.setBackground(Color)
|
jet.bean.MailInformation.setBrowser(int)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setBrowser(int)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.server.api.admin.cfg.ConfigurationLog.setBufferSize(int, int)
since V8, it is not recommended to use the deprecated API method. |
jet.controls.JetProperty.setChangeByBL(Object)
|
jet.controls.JetProperty.setChangeByObject(Object)
|
jet.bean.MailInformation.setCharHeight(int)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setCharHeight(int)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setChartappletHtml(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setChartappletHtml(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setCharWidth(int)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setCharWidth(int)
please use setTextParameter(TextParameter) to replace this method |
jet.server.api.admin.ClusterAdminService.setCheckAdminCrashedInterval(int)
|
jet.server.api.admin.cfg.ConfigurationCluster.setClusterAdminHost(String)
since version v10. |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.setClusterAdminHost(String)
|
jet.server.api.admin.cfg.ConfigurationCluster.setClusterAdminRMIPort(String)
since version v10. |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.setClusterAdminRMIPort(String)
|
jet.server.api.admin.cfg.ConfigurationCluster.setClusterAdminServer(boolean)
since version v10. |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.setClusterAdminServer(boolean)
|
jet.server.api.admin.cfg.ConfigurationCluster.setClusterBackupServer(boolean)
since version v10. |
jet.server.api.rmi.admin.cfg.RemoteConfigurationCluster.setClusterBackupServer(boolean)
|
jet.bean.MailInformation.setCompressImage(int)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setCompressImage(int)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setCompressText(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setCompressText(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.JREngine.setConnection(Connection)
Replaced by JREngine.setConnection(String, Connection) |
jet.bean.JREngine.setConnection(Connection)
Replaced by JREngine.setConnection(String, Connection) |
jet.bean.JREngine.setConnection(Connection, boolean)
Replaced by JREngine.setConnection(String, Connection, boolean) |
jet.bean.JREngine.setConnection(Connection, boolean)
Replaced by JREngine.setConnection(String, Connection, boolean) |
jet.bean.JREngine.setConnection(String, String)
Replaced by JREngine.setConnection(String, String, String) |
jet.bean.JREngine.setConnection(String, String)
Replaced by JREngine.setConnection(String, String, String) |
jet.bean.JREngine.setConnection(String, String, String, String)
Replaced by JREngine.setConnection(String, String, String, String, String) |
jet.bean.JREngine.setConnection(String, String, String, String)
Replaced by JREngine.setConnection(String, String, String, String, String) |
jet.bean.JREngine.setConnection(String, String, String, String, boolean)
Replaced by JREngine.setConnection(String, String, String, String, String, boolean) |
jet.bean.JREngine.setConnection(String, String, String, String, boolean)
Replaced by JREngine.setConnection(String, String, String, String, String, boolean) |
jet.web.dhtml.SimpleDHtmlAPI.setCssFolder(String)
Sets the DHTML css folder name. |
jet.web.dhtml.SimpleDHtmlAPI.setDebug(boolean)
Sets the debug mode. |
jet.report.JRObjectTemplate.setDefaultResolution(int)
|
jet.bean.MailInformation.setDelimiter(char)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setDelimiter(char)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setDrill(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setDrill(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setDrillDownHtml(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setDrillDownHtml(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.server.api.admin.cfg.ConfigurationAdvanced.setEnableJSP(boolean)
since version 7, no replacement. |
jet.server.api.admin.cfg.ConfigurationLDAPServer.setEncryptedPort(int)
This method is not effective since V6. |
jet.server.api.admin.cfg.ConfigurationLDAP.setEncryptedUserAuthInfo(String, String)
This method is not effective since V6. |
jet.server.api.admin.cfg.ConfigurationLDAPServer.setEncryptionType(String)
This method is not effective since V6.
It has been replaced by setEncryptionInLayer(boolean isEncrytion). |
jet.server.api.admin.cfg.ConfigurationAdvanced.setEngineDefaultLanguage(String)
as of version 7, no replacement |
jet.server.api.rmi.admin.cfg.RemoteConfigurationAdvanced.setEngineDefaultLanguage(String)
as of version 7, no replacement |
jet.bean.MailInformation.setExcelParam(int)
please use setExcelParameter(ExcelParameter) to replace this method |
jet.bean.MailInformation.setExcelParam(int)
please use setExcelParameter(ExcelParameter) to replace this method |
jet.server.api.UserSession.setExternalObject(Object)
replaced by putValue(String name, Object value) . |
jet.server.api.admin.cfg.ConfigurationLDAPServer.setFirstUseLocal(boolean)
This method is not effective since V6. |
jet.server.api.admin.cfg.ConfigurationLog.setFlushTime(int, int)
since V8, it is not recommended to use the deprecated API method. |
jet.connect.DbValue.setfoo(DbValue)
|
jet.bean.MailInformation.setForWindows(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setForWindows(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.web.dhtml.SimpleDHtmlAPI.setHelpImagePath(String)
Sets the physical path of user guide image resources. |
jet.server.api.admin.cfg.ConfigurationLog.setHost(int, String)
since V8, it is not recommended to use the deprecated API method. |
jet.bean.MailInformation.setHtmlChartImageFormat(int)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setHtmlChartImageFormat(int)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.JREngine.setHtmlImageType(int)
|
jet.bean.JREngine.setHtmlImageType(int)
|
jet.bean.MailInformation.setHtmlResolution(int)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setHtmlResolution(int)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setHyperlink(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setHyperlink(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.web.dhtml.SimpleDHtmlAPI.setImageFolder(String)
Sets the DHTML image folder name. |
jet.web.dhtml.SimpleDHtmlAPI.setImagePath(String)
Sets the physical path of the image resources. |
jet.bean.MailInformation.setIsBiff8(boolean)
please use setExcelParameter(ExcelParameter) to replace this method |
jet.bean.MailInformation.setIsBiff8(boolean)
please use setExcelParameter(ExcelParameter) to replace this method |
jet.bean.HtmlParameter.setIsTableFormatHtml(boolean)
the feature was removes from v8 |
jet.bean.HtmlParameter.setIsTableFormatHtml(boolean)
the feature was removes from v8 |
jet.server.api.RptServer.setJDBCConnection(String, String, String, String, String, String)
Replaced by properties jrs.jdbc_url, jrs.jdbc_driver and jrs.jdbc_connection_object for running reports. |
jet.server.api.rmi.RemoteRptServer.setJDBCConnection(String, String, String, String, String, String)
Replaced by properties jrs.jdbc_url, jrs.jdbc_driver and jrs.jdbc_connection_object for running report. |
jet.web.dhtml.SimpleDHtmlAPI.setJS_CSSPath(String)
Sets the physical path of the java script and css file. |
jet.web.dhtml.SimpleDHtmlAPI.setJsFolder(String)
Sets the DHTML javascript folder name. |
jet.bean.MailInformation.setKeepHeadFoot(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setKeepHeadFoot(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.JREngine.setLoadReport(String)
|
jet.bean.JREngine.setLoadReport(String)
|
jet.controls.JetImgProperty.setLocalPath(String)
|
jet.server.api.admin.cfg.ConfigurationLog.setLogLevel(int, int)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.cfg.ConfigurationLog.setLogToFilename(int, String)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.cfg.ConfigurationLog.setLogToType(int, int)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.SecurityAdminService.setMemberPermissions(String, String, String, Vector, boolean, String)
This method is not effective since V6. |
jet.bean.MailInformation.setMultiFileHtml(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setMultiFileHtml(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setNoMarginHtml(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setNoMarginHtml(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setNoMarginPDF(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setNoMarginPDF(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setNoMarginPS(boolean)
please use setPSParameter(PSParameter) to replace this method |
jet.bean.MailInformation.setNoMarginPS(boolean)
please use setPSParameter(PSParameter) to replace this method |
jet.bean.MailInformation.setNoMarginRTF(boolean)
please use setRtfParameter(RtfParameter) to replace this method |
jet.bean.MailInformation.setNoMarginRTF(boolean)
please use setRtfParameter(RtfParameter) to replace this method |
jet.bean.MailInformation.setOnlyDataXML(boolean)
please use setXmlParameter(XmlParameter) to replace this method |
jet.bean.MailInformation.setOnlyDataXML(boolean)
please use setXmlParameter(XmlParameter) to replace this method |
jet.bean.MailInformation.setOverflowType(int)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setOverflowType(int)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setPageNumber(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.bean.MailInformation.setPageNumber(boolean)
please use setHtmlParameter(int, HtmlParameter) to replace this method |
jet.api.TableDetailInfo.setParallel(boolean)
since version 10.0. |
jet.api.TableGroupInfo.setParallel(boolean)
since version 10.0. |
jet.server.api.crd.CRDInfo.setPassword(String)
since veriso 13.1, replaced by CRDInfo.setPasswords(Map) |
jet.web.dhtml.SimpleDHtmlAPI.setPath(String)
Sets the parent dir of rscUri dir. |
jet.bean.MailInformation.setPdfPassword(String)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setPdfPassword(String)
please use setPDFParameters(PDFParameter) to replace this method |
jet.server.api.admin.cfg.ConfigurationLog.setPort(int, int)
since V8, it is not recommended to use the deprecated API method. |
jet.bean.MailInformation.setPrintModePDF(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setPrintModePDF(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setQuoteMark(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setQuoteMark(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setRepeatText(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setRepeatText(boolean)
please use setTextParameter(TextParameter) to replace this method |
jet.bean.MailInformation.setResolution(int)
please use setTextParameter(TextParameter) to replace this method |
jet.datastream.Communicator.setResolution(int)
|
jet.bean.MailInformation.setResolution(int)
please use setTextParameter(TextParameter) to replace this method |
jet.controls.JetImgProperty.setResourceID(int)
|
jet.server.api.admin.SecurityAdminService.setRolePrivileges(String, Vector)
Server V7.1
replaced by setRolePrivileges(String realmName,
String submitter,
String roleName,
Vector privileges)
throws NoSuchRoleException, NoSuchRealmException; . |
jet.server.api.admin.cfg.ConfigurationLog.setRolloverSize(int, int)
since V8, it is not recommended to use the deprecated API method. |
jet.server.api.admin.cfg.ConfigurationAdvanced.setScheduleShouldRun(boolean)
obsolete method, no replacement |
jet.server.api.rmi.admin.cfg.RemoteConfigurationAdvanced.setScheduleShouldRun(boolean)
obsolete method, no replacement |
jet.server.api.admin.cfg.ConfigurationCluster.setServerRMIPort(String)
since V8 and replaced by ConfigurationRMI.setServerRMIPort(String serverRMIPort). |
jet.server.api.admin.cfg.ConfigurationCluster.setShareDsoDirectory(String)
|
jet.server.api.admin.cfg.ConfigurationCluster.setShareHistoryDirectory(String)
|
jet.report.xls.GlobalWorksheet.setShareLabel(boolean)
it is not be used |
jet.bean.ExcelParameter.setShareLable(boolean)
This method is not used, we export the Excel file as share format. |
jet.bean.ExcelParameter.setShareLable(boolean)
This method is not used, we export the Excel file as share format. |
jet.server.api.admin.cfg.ConfigurationCluster.setSharePropertyDirectory(String)
|
jet.server.api.admin.cfg.ConfigurationCluster.setShareRealmDirectory(String)
|
jet.server.api.admin.cfg.ConfigurationCluster.setShareTempDirectory(String)
|
jet.bean.JREngine.setShowInfoLevel(int)
The new setting of JReport log is defined in %install root%\bin\LogConfig.properties. |
jet.bean.JREngine.setShowInfoLevel(int)
The new setting of JReport log is defined in %install root%\bin\LogConfig.properties. |
jet.web.dhtml.DHTMLConfig.setSkinFilePath(String, String)
|
jet.web.dhtml.DHtmlAPI.setSkins(File)
DHTMLConfig.setDHTMLSkins
Sets the skin file path and file name. |
jet.web.dhtml.SimpleDHtmlAPI.setSkins(String, String)
DHTMLConfig.setDHTMLSkins
Sets the skin file path and file name. |
jet.web.dhtml.DHTMLConfig.setStyle(String[])
Sets the report style names, which should be defined in JReport Designer.
Nothing do. |
jet.bean.MailInformation.setTableFormatHtml(boolean)
this function has been removed |
jet.bean.MailInformation.setTableFormatHtml(boolean)
this function has been removed |
jet.bean.MailInformation.setTextParameter(String, TextParameter)
please use this method setTextParamter(int, String, TextParameter) to replace it |
jet.bean.MailInformation.setTextParameter(String, TextParameter)
please use this method setTextParamter(int, String, TextParameter) to replace it |
jet.bean.MailInformation.setTextParameter(TextParameter)
please use this method setTextParamter(int, String, TextParameter) to replace it |
jet.bean.MailInformation.setTextParameter(TextParameter)
please use this method setTextParamter(int, String, TextParameter) to replace it |
jet.api.TableDetailInfo.setTileDetail(boolean)
since version 10.0. |
jet.api.TableDetailInfo.setTileHorizontal(boolean)
since version 10.0. |
jet.bean.MailInformation.setToc(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setToc(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.PDFParameter.setTransparent(boolean)
this is replaced by the method setImageCompressRatio(int imageCompressRatio) |
jet.bean.PDFParameter.setTransparent(boolean)
this is replaced by the method setImageCompressRatio(int imageCompressRatio) |
jet.bean.MailInformation.setTransparentImage(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.bean.MailInformation.setTransparentImage(boolean)
please use setPDFParameters(PDFParameter) to replace this method |
jet.web.dhtml.SimpleDHtmlAPI.setURI(String)
Sets the uri. This URI is used to specify background servlet mapping name. |
jet.bean.MailInformation.setURL(String)
This method is not used now. Will remove it in next version.
If you have any questions, please contact our sales. |
jet.controls.JetImgProperty.setURL(String)
|
jet.bean.MailInformation.setURL(String)
This method is not used now. Will remove it in next version.
If you have any questions, please contact our sales. |
jet.api.Designer.setUserInfo(String, String)
since version 6.1. |
jet.server.api.crd.CRDInfo.setUserName(String)
since version 13.1, replaced by CRDInfo.setUserNames(Map) |
jet.server.api.admin.SecurityAdminService.setUserPrivileges(String, Vector)
Server V7.1
replaced by setUserPrivileges(String realmName,
String submitter,
String userName,
Vector privileges)
throws NoSuchUserException, NoSuchRealmException; . |
jet.formula.ParamDesc.setValue(String[], Locale)
Replaced by setValue(UserInput[], Timestamp, Locale) |
jet.formula.ParamDesc.setValue(String, Locale)
Replaced by setValue(UserInput, Timestamp, Locale) |
jet.formula.ParamDesc.setValueList(Vector)
|
jet.server.api.admin.ResourceAdminService.setVirtualReachable(String, String, boolean)
As of version 6, it does not have effect. |
jet.api.TableDetailInfo.setWidth(double)
since version 10.0. |
jet.bean.MailInformation.setWordWrap(int)
please use setExcelParameter(ExcelParameter) to replace this method |
jet.bean.MailInformation.setWordWrap(int)
please use setExcelParameter(ExcelParameter) to replace this method |
jet.bean.JREngine.setXSDFile(String)
|
jet.bean.MailInformation.setXSDFile(String)
please use setXmlParameter(XmlParameter) to replace this method |
jet.bean.JREngine.setXSDFile(String)
|
jet.bean.MailInformation.setXSDFile(String)
please use setXmlParameter(XmlParameter) to replace this method |
jet.bean.JREngine.stopReport()
Replaced by JREngine.stopReportSet() |
jet.bean.JREngine.stopReport()
Replaced by JREngine.stopReportSet() |
jet.server.api.admin.ClusterAdminService.stopServer(String, String, String)
since JREntServer version 5.1 |
jet.controls.JetUnitNumber.toCentimeterString()
|
jet.controls.JetUnitNumber.toInchString()
|
jet.cs.util.APIUtil.transferJRMailProperties(Properties)
|
jet.server.api.db.Table.update(FieldValue[], String)
SQL Injection Vulnerabilities. Replaced by Table.update(FieldValue[], String, ParameterMetaInfo) |