|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
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;.
AdhocAPIConst defines some constant values. APIConst defines some constant values. APIUtil provides some utilities for JReport server and client.BaseHttpUtil provides some static methods to operate on request/response,
send message to client and change password etc.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.ConnectionInformation provide imformation of connections.ConnectionPoolManager manages the connection pools.DBObject to the specified obj.
DBObject for the specified objName.
Field
FieldValue object and the value of the field
fill in with field's default value.
CurrentStatistics contains information of current Statistics in
the report server.DatabaseDatabases is a container of Database.DataManagerDBCollection is an universal container to collect
DBObject.DBManager ...DBObject is a database objectDHTMLAPIConst defines some constant values. ExportedFileList provides methods to get the exported files.
Field is column of a table.Fields is a container of Field.FieldValue is the value object of a 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 serverInfogetInt() -
Method in interface jet.server.api.db.FieldValue
PathInfo
object represent is not a resource, return -1.
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).
getResultVersionRecordsByCatalogReport(String userID,
String catalog, String report).
getResultVersionRecords(String userID, String catalog, String report,
String submitter).
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().
getUserPrivileges(String realmName,
String submitter,
String userName,)
throws NoSuchUserException, NoSuchRealmException;.