CofaxToolsNTFileListParser:
Replaces DefaultFileListParser for the Oroinc netComponents class - which does not seem to perform
the ftp list() call correctly on NT machines.
CofaxToolsUser:
CofaxToolsUser is instantiated as a session object
for each new user - utilities for permissions, workflow, etc flow through this object.
CofaxToolsUtil:
Collection of shared utilities for Cofax Tools. CofaxToolsUtil consists of routines needed to populate
an HTML page with SQL data or get HTML data from a request.
Returns an html select bar given a name and a HashMap of values.
Parameter selected will be marked as selected in the bar.
Parameter javascript will be placed in the SELECT tag for onChange, etc.
Returns an html select bar given a name and a HashMap of values.
Parameter selected will be marked as selected in the bar.
Parameter javascript will be placed in the SELECT tag for onChange, etc.
Returns a fulfilled template by running a HashMap of results against a template
file and replacing key with key value from given HashMap.
Parameter ifHeader determines if the designated header file should be prepended to
the results body template.
Because the strSaveDirectory you specify is really only the temporary location to stream the files
to, we want a way to get at the files contents to put it in the correct location.
Retrieves a file via FTP from the import server, writes the file to the local
transfer folder, reads in file contents, and returns the body as a string so
it may be placed into the creat article tool.
Produces an html select of all publications with parameter selected as the selected value.
Produces only the publications a user is grouped to
unless the user is a national admin, in which case produces all publications.
Produces an html select of all users with parameter selected selected. Produces only users that
belong to the same group(s) as the current user, unless the current user is a national admin, in which
case produces all users.
Reads a local file given the complete filepath and returns the body as a String.
If parameter delete is set to true file will be deleted after it is read.
Reads a template file and populates a template with values from a HashMap based on
key values typed as key in the template. Does the grunt work for
fillTemplate();