#include <string>#include "openLogger.h"#include "connectstring"#include "w3intranet.h"#include "Reports.hpp"#include "read_write_base.cpp"#include "forms_base.cpp"

Go to the source code of this file.
Functions | |
| void | addListCriteria (Report_List &repList) |
| bool | intraMain (page &pg, cgiScript &script) |
| int | main (int argc, char **argv) |
Variables | |
| string | baseUrl |
| void addListCriteria | ( | Report_List & | repList | ) |
This constrains the kind of reports that a person can see To the list of comma seprated report ids in the service role xml parameter tag <'view>'
Definition at line 32 of file ReportListing.cpp.
References list_base::addedCriteria, oLogin, openLogin::Services(), and openService::xml_param1.
Referenced by intraMain().
Definition at line 51 of file ReportListing.cpp.
Referenced by free_form_functor::operator()(), and form_functor::operator()().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 65 of file ReportListing.cpp.
References page_control::addOp(), baseUrl, aString::c_str(), check(), cgiScriptLite::closeHeader(), page_control::emit(), isSignedOn, page::load(), cgiEnvironment::ScriptName(), and writelog.
| string baseUrl |
Definition at line 20 of file ReportListing.cpp.
1.5.5