The methods defined in the JadeReportWriterManager class are summarized in the following table.
Method | Description |
---|---|
createReport | Creates a new empty report with the specified parameter values |
getAllReportNames | Updates the parameter array values with the folder path and report names visible to the current user |
getAllViewNames | Updates the parameter array value with all report views visible to the current user |
getFolderPaths | Gets an array of the full paths of each report folder to which the user has access |
getFoldersInFolderPath | Gets an array of all child folders to which the current user has access in the specified folder |
getReport | Returns a transient instance of the JadeReportWriterReport class for the specified report |
getReportsInFolderPath | Gets an array of all report names in the folder to which the user has access |
getViewDetails | Retrieves the details of the specified report view |
isReportWriterInstalled | Specifies whether the JadeReportWriterSchema is loaded and available |
setSecurity | Sets the JadeReportWriterSecurity class to the user subclass of JadeReportWriterSecurity |
setSecurityObject | Sets the object to be passed to the |
setUserName | Sets the user name that is to be used in security checks |
startReportDesignerForReport | Starts the JADE Report Writer Designer application and automatically opens the specified report |
startReportWriterConfiguration | Starts the JADE Report Writer Configuration application, passing the current user code and security class |
startReportWriterDesigner | Starts the JADE Report Writer Designer application, passing the current user code and security class |