jet.server.api.nls
Interface NLSLibraryManager
public interface NLSLibraryManager
getReportNLSLibrary
ReportNLSLibrary getReportNLSLibrary(java.lang.String reportPath,
int reportVersionNumber,
java.lang.String user)
- Gets a Report NLS Library.
- Parameters:
reportPath - The path of report.reportVersionNumber - The version number of report.user - The user name who log onto the JReport server.
- Returns:
- A ReportNLSLibrary.
getCatalogNLSLibrary
CatalogNLSLibrary getCatalogNLSLibrary(java.lang.String catalogPath,
int catalogVersionNumber,
java.lang.String user)
- Gets a Catalog NLS Library.
- Parameters:
catalogPath - The path of catalog.catalogVersionNumber - The version number of catalog.user - The user name who log onto the JReport server.
- Returns:
- A CatalogNLSLibrary.