Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gov.lanl.Web: Javadoc index of package gov.lanl.Web.


Package Samples:

gov.lanl.Web

Classes:

UserMgr: This class manages a persistent storage of Users. It can add users from a file in LDAP's LDIF format. The values required are dn (Distinguished Name), cn (Common Name), userPassword, email, and role This is intended as an interface for LDAP, but provides a simple persistent Hashtables using JDBM. The id Hashtable (name "userids") contains the User objects with the email address as the key The country (name "countries") Hashtable contains a HashSet of all the organizations in a given country To get a list of all supported countries simply get the keys of the countries Hashtable There also is a persistent ...
CSVTable: Assemble comma delimited table into column arrays Assumes labels are in first row and values are in subsequent rows Also supports conversion of file into XML Document row by row with configurable XML types, cf. toDom() This is useful for importing an Excel spread sheet into a XML DOM tree, which can then be automatically processed
CSV2DOM: Converts a CSV file (with the first line containing field headers) into a DOM document of the following form: ...assuming the file contains the fields A, B, and C.
Content: COAS ObservationDataStruct container bean This class facilitiates the incremental construction of the tree of data that makes up the ObservationDataStruct. It also provides a mechanism to convert it to a DOM Document which is an intermediate step in the conversion process.
DataMapping: Provide a mapping from the vaccine CVX type code to a displayable name. There may be multiple displayable names for a given type code Vaccine Names may be in groups, too which would be displayed together. However, this is a generic class for accessing properties
XQLQuery: Engine for processing XQL query against specific ObservationDataStruct Can also process DOM document which uses ObsData/ObsValue structure Simple interface for XPath calls Used to return either list of matching elements (Strings) or boolean of XPath expression
JClassHistoryChart: configure JClassServerChart to plot CSV table where independent variable is date takes as input the JavaChart, the file to be read, and the properties file It can handle multiple column charts with a single independent variable
JFreeChartHistoryChart: configure JFreeChart to plot CSV table where independent variable is date takes as input the JavaChart, the file to be read, and the properties file It can handle multiple column charts with a single independent variable
KCHistoryChart: configure JavaChart to plot CSV table where independent variable is date takes as input the JavaChart, the file to be read, and the properties file It can handle multiple column charts with a single independent variable
Pids: Java bean for connecting to PIDS server and saving and retrieving data Traits can be added to the object and then stored once they have been acquired Likewise when an id is found, the corresponding traits are cached.
PIDSHandler: Static class to parse the Servlet request into the appropriate PIDS data hierarchy with the ability to filter out certain of the request keys and assuming that elements are separated by a defined character
ContentHandler: Static class to parse the Servlet request into the appropriate Content hierarchy with the ability to filter out certain of the request keys and assuming that elements are separated by a particular string
CountsDaemon: Background task that maintains a database of counts per syndrome per system per day. This allows getting full counts data (for Page's statistic) without querying the entire database.
SyndromeReportFieldsHelper: Helper class for extracting the syndrome report supported fields from the XML document that defines them. Used by the b-reports web application.
Login: This class authenticates a user and holds their "credentials" until they are logged out. It obtains the users from UserMgr.
GraphGenerator: Describes a strategy for graphing data, such as daily counts, average daily counts over previous week, etc.
WebDriver: Class for periodically testing a set of actions on a web page Is used for updating web pages automatically
Immunize: Class to provide most of the "logic" for obtaining and displaying the immunization records of a patient.
Laboratory: Class to provide most of the "logic" for obtaining and displaying the Laboratory records of a patient.
CSV2CORBA: Translate CSV data to CORBA. the CSV data can come from a file or from an sql query.
CollectData: Collect local data, transform it and send off to the appropriate servers periodically
DownloadSummaryImageServlet: Simple servlet that dumps image data to the client from the summary chart daemon.
JFreeChartReport: JFreeChartReport creates a GIS Map and a Time History Chart of Syndromic data
JClassReport: JClassReport creates a GIS Map and a Time History Chart of Syndromic data

Home | Contact Us | Privacy Policy | Terms of Service