|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
APIConst defines some constant values.APIUtil provides some utilities for JReport server and client.ActiveTaskRecord contains information of an active task in
report server.addPrivilegedRoles(String realmName,
String submitter,
String privilege,
Vector groups)
throws NoSuchGroupException, NoSuchRealmException, BadRealmException;.
addPrivilegedUsers(String realmName,
String submitter,
String privilege,
Vector users)
throws NoSuchUserException, NoSuchRealmException;.
BaseHttpUtil provides some static methods to operate on request/response,
send message to client and change password etc.CustomizedServerEnv.
CollectingAgency is a collecting agency that collects a
special class's runtime information.CompletedTaskRecord contains information of a completed task in
the report server.CompletedTaskTable contains records of completed tasks in
the report server.ConnectionInfoProviderService manages load datasource.xml file.ConnectionInformation provide imformation of connections.ConnectionPoolManager manages the connection pools.CurrentStatistics contains information of current Statistics in
the report server.CustomizedServerEnv is uesed to customize JREntServer's
startup environment.DBObject for the specified objName.
DBObject to the specified obj.
Field
FieldValue object and the value of the field
fill in with field's default value.
DBCollection is an universal container to collect
DBObject.DBManager ...DBObject is a database objectDHTMLAPIConst defines some constant values.DataManagerDatabaseDatabases is a container of Database.TransferSchema ...ExportedFileList provides methods to get the exported files.Field is column of a table.FieldValue is the value object of a Field.Fields is a container of Field.FinishedReport contains information of finished report in
the report server.FinishedReportTable contains information of a finished report in
the report server.
Example: You can comment 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);
Example: You can comment 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);
CurrentMonitorStatistics in this clustered server.
UserSessionManager in this clustered server.
getValue(String name).
FinishedReportTable in this clustered server.
UserMailList instance according to parameter serverInfoserverInfo equals null, it means system want to get a server default UserMailList,
which is implemented by JReport server, mail addresses got from this object are stored in JReport server user accounts.
PathInfo
object represented is not a resource, return -1;
MonitorSetting in this clustered server.
getPrivilegedRoles(String realmName,
String submitter,
String privilege,)
throws NoSuchRealmException;.
getPrivilegedUsers(String realmName,
String submitter,
String privilege,)
throws NoSuchRealmException;.
getResultVersionRecordsByCatalogReport(String userID,
String catalog, String report).
getResultVersionRecords(String userID, String catalog, String report,
String submitter).
getResultVersionRecordsByCatalogReport(String userID,
String catalog, String report).
getResultVersionRecords(String userID, String catalog, String report,
String submitter).
getRolePrivileges(String realmName,
String submitter,
String roleName,)
throws NoSuchRoleException, NoSuchRealmException;.
RunningReportTable in this clustered server.
getCreator()