|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.bean.JRPrepareViewer
public class JRPrepareViewer
| Field Summary | |
|---|---|
static int |
vDebug
Indicates to open the debug. |
static int |
vError
Indicates to open the error. |
static int |
vOff
Indicates to close the debug. |
| Constructor Summary | |
|---|---|
JRPrepareViewer()
The default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCatName()
Gets the catalog name. |
java.lang.String |
getFullPath()
Gets the full path for JReport Enterprise Servlet. |
java.lang.String |
getLoadReport()
|
java.util.Locale |
getLocale()
Gets the locale. |
java.lang.String |
getPassword()
Gets the password to log in JReport Enterprise Server. |
boolean |
getPopupErrorDialog()
Get the value about whether popup error message dialog. |
boolean |
getPopupParamDialog()
Gets the status whether to pop up the parameter dialog or not when running a report. |
java.lang.String |
getPort()
Gets the port number. |
java.lang.String |
getProxyHost()
Returns the proxy host name or IP address. |
java.lang.String |
getProxyPassword()
Returns the password to log in the proxy server if needed. |
java.lang.String |
getProxyPort()
Returns the proxy port number. |
java.lang.String |
getProxyUser()
Returns the user name to log in the proxy server. |
java.lang.String |
getReportName()
Gets the report name. |
java.util.Vector |
getReportParams()
Gets the parameters of the current report. |
java.util.Vector |
getReports()
Returns all reports under the current catalog directory in JReport Enterprise Server. |
java.lang.String |
getServerName()
Gets the server name or IP address where the report runs. |
boolean |
getSSL()
Get current SSL states |
java.lang.String |
getStatus()
Gets the status after an action. |
java.lang.String |
getUserName()
Gets the user name to log in JReport Enterprise Server. |
void |
logout()
Enables to log out from JReport Enterprise Server. |
void |
prepareRun()
Launches to run JReport Viewer Bean. |
void |
readExternal(java.io.ObjectInput in)
|
void |
setCatalogVersion(int verNumber)
Sets the catalog version number. |
void |
setCatName(java.lang.String catName)
Sets the catalog name. |
void |
setConnection(java.lang.String strURL,
java.lang.String strUID,
java.lang.String strPSWD,
java.lang.String strJdbcDriver)
Sets the connection required to run the engine. |
void |
setFullPath(java.lang.String fullPath)
Sets the full path for JReport Enterprise Servlet. |
void |
setLanguage(java.lang.String rptLanguage)
Sets language and converts to a Locale object. |
void |
setLoadReport(java.lang.String loadReport)
Enables/disables to run the report. |
void |
setLocale(java.util.Locale loc)
Sets the locale. |
boolean |
setLogFile(java.lang.String fileName)
Sets the log file. |
void |
setPassword(java.lang.String password)
Sets the password to log in JReport Enterprise Server. |
void |
setPopupErrorDialog(boolean isPopup)
Allow user to set whether popup the error message dialog while Exception occur. |
void |
setPopupParamDialog(boolean bPopupDialog)
Indicates whether to pop up the parameter dialog when running a report. |
void |
setPort(java.lang.String port)
Sets the port number. |
void |
setProxyHost(java.lang.String proxyHost)
Sets the proxy host name or IP address if needed. |
void |
setProxyPassword(java.lang.String proxyPassword)
Sets the password to log in the proxy server if needed. |
void |
setProxyPort(java.lang.String proxyPort)
Sets the proxy port number. |
void |
setProxyUser(java.lang.String proxyUserName)
Sets the user name to log in the proxy server if needed. |
void |
setReportName(java.lang.String reportName)
Sets the report name. |
void |
setReportVersion(int verNumber)
Sets the report version number. |
void |
setServerName(java.lang.String serverName)
Sets the server name or IP address. |
void |
setShowInfoLevel(int level)
Enables/disables output error and debug message. |
void |
setSSL(boolean SSL)
Set the connection to use SSL or not |
void |
setUserName(java.lang.String userName)
Sets the user name to log in JReport Enterprise Server. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int vOff
public static final int vDebug
public static final int vError
| Constructor Detail |
|---|
public JRPrepareViewer()
| Method Detail |
|---|
public void setPopupParamDialog(boolean bPopupDialog)
bPopupDialog - if it is true, then the parameter dialog will be activated.public boolean getPopupParamDialog()
public void setPopupErrorDialog(boolean isPopup)
isPopup, - the value is "true" indicate to popup error message dialog, otherwise don't popup.public boolean getPopupErrorDialog()
isPopup, - the value is "true" indicate to popup error message dialog, otherwise don't popup.public void setServerName(java.lang.String serverName)
serverName - the name of the server where the report runs.public java.lang.String getServerName()
public void setPort(java.lang.String port)
port - the port number.public java.lang.String getPort()
public void setLocale(java.util.Locale loc)
public void setLanguage(java.lang.String rptLanguage)
public java.util.Locale getLocale()
public void setFullPath(java.lang.String fullPath)
fullPath - if you access JReport Enterprise Servlet, you must set
the servlet path also, for example: setFullPath("/Jinfonet_Sybase/JReport");public java.lang.String getFullPath()
public void setConnection(java.lang.String strURL,
java.lang.String strUID,
java.lang.String strPSWD,
java.lang.String strJdbcDriver)
strURL, - the URL of the database.strUID, - the user id for the JDBC driver.strPSWD, - the password for the JDBC driver.strJdbcDriver, - the JdbcDriver.public java.lang.String getReportName()
public void setReportName(java.lang.String reportName)
reportName - the report name.public void setReportVersion(int verNumber)
verNumber - the report version number. The default value is '-1', it means the last report version.public void setCatName(java.lang.String catName)
catName - the catalog name.public void setCatalogVersion(int verNumber)
verNumber - the catalog version number. The default value is '-1', it means the last catalog version.public java.lang.String getCatName()
public void setUserName(java.lang.String userName)
userName - the user name to log in JReport Enterprise Server.public java.lang.String getUserName()
public void setPassword(java.lang.String password)
password - the password to log in JReport Enterprise Server.public java.lang.String getPassword()
public void setProxyUser(java.lang.String proxyUserName)
proxyUserName - the user name to log in the proxy server if needed.setProxyPassword(java.lang.String)public java.lang.String getProxyUser()
getProxyPassword()public void setProxyPassword(java.lang.String proxyPassword)
proxyPassword - the password to log in the proxy server if needed.setProxyUser(java.lang.String)public java.lang.String getProxyPassword()
getProxyUser()public void setProxyHost(java.lang.String proxyHost)
proxyHost - the proxy host name or IP address if needed.setProxyPort(java.lang.String)public java.lang.String getProxyHost()
getProxyPort()public void setProxyPort(java.lang.String proxyPort)
proxyPort - the proxy port number.setProxyHost(java.lang.String)public java.lang.String getProxyPort()
getProxyHost()public java.lang.String getLoadReport()
public void setLoadReport(java.lang.String loadReport)
loadReport - a String, if it equals "yes"(case insensitive) then the report will be run.public void prepareRun()
public java.util.Vector getReports()
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundExceptionpublic java.util.Vector getReportParams()
public void logout()
public java.lang.String getStatus()
public void setShowInfoLevel(int level)
level - the debug level, for example: vDebug | vErrorpublic boolean setLogFile(java.lang.String fileName)
fileName - the log file name
LogFileName specifies where the debug, error and other information will go. LogFileName contains both the path and the file name. If no path is specified, the current path is used. If no file name is specified, the file jreport.log is used
public void setSSL(boolean SSL)
SSL - boolean, indicate whether to use SSL connectionpublic boolean getSSL()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||