A B C D E G H I J L M O P R S T U V

A

AbstractUserAdministration - class de.janicke.hj.tools.servlet.AbstractUserAdministration.
Handles the user administration with a database.
AbstractUserAdministration() - Constructor for class de.janicke.hj.tools.servlet.AbstractUserAdministration
 
AbstractVocAdmin - class de.janicke.hj.tools.servlet.AbstractVocAdmin.
Handles the vocable administration with a Database.
AbstractVocAdmin() - Constructor for class de.janicke.hj.tools.servlet.AbstractVocAdmin
 
acceptUser(int) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Returns if a user exists in the database.
acceptUser(int) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Returns if a user exists in the database.
acceptUser(int) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Returns if a user exists in the database.
acceptUser(int, String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Returns if a user exists in the database.
acceptUser(int, String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Returns if a user exists in the database.
acceptUser(int, String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Returns if a user exists in the database.
acceptUser(String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Returns if a user exists in the database.
acceptUser(String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Returns if a user exists in the database.
acceptUser(String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Returns if a user exists in the database.
acceptUser(String, String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Returns if a user exists in the database.
acceptUser(String, String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Returns if a user exists in the database.
acceptUser(String, String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Returns if a user exists in the database.
acceptUser(User) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Returns if a user exists in the database.
acceptUser(User) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Returns if a user exists in the database.
addLanguage(User, String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Adds a language to the database.
addLanguage(User, String) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Adds a language to the database.
addLanguage(User, String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Adds a language to the database.
addUnit(User, String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Adds a unit to the database.
addUnit(User, String) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Adds a unit to the database.
addUnit(User, String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Adds a unit to the database.
addUser(User) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Adds a user to the database.
addUser(User) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Adds a user to the database.
addUser(User) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Adds a user to the database.
addVocable(Vocable, User) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Adds a vocable object in the database with the owner given by the userId of the user.
addVocable(Vocable, User) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Adds a vocable object in the database with the owner given by the userId of the user.
addVocable(Vocable, User) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Adds a vocable object in the database with the owner given by the userId of the user.

B

buildTemplate(String) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Searches the htmlFile for the START_VARIABLE and ENDVARIABLE statements.

C

checkVocable(Vocable, int) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Checks if the vocable is in the database.
checkVocable(Vocable, int) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Checks if the vocable is in the database.
checkVocable(Vocable, int) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Checks if the vocable is in the database.
clear() - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Removes all variables, defaults and templates from the hash.
clearDefaultVariables() - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Removes all defaults from the hash.
clearTemplates() - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Removes all templates from the hash.
clearVariables() - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Removes all variabels from the hash.
close() - Method in class de.janicke.hj.tools.servlet.Database
Closes the database connection.
commitData() - Method in class de.janicke.hj.tools.servlet.Database
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.

D

database - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
 
Database - class de.janicke.hj.tools.servlet.Database.
Class handles the database connection.
Database() - Constructor for class de.janicke.hj.tools.servlet.Database
 
Database(String, String) - Constructor for class de.janicke.hj.tools.servlet.Database
Constructs a new Database object.
deleteUser(int) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Deletes an existing user from the database.
deleteUser(int) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Deletes an existing user from the database.
deleteUser(int) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Deletes an existing user from the database.
deleteUser(String, String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Deletes an existing user from the database.
deleteUser(String, String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Deletes an existing user from the database.
deleteUser(String, String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Deletes an existing user from the database.
deleteUser(User) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Deletes an existing user from the database.
deleteUser(User) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Deletes an existing user from the database.
delLanguage(User, int) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Deletes a language from the database.
delLanguage(User, int) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Deletes a language from the database.
delLanguage(User, int) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Deletes a language from the database.
delLanguage(User, String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Deletes a language from the database.
delLanguage(User, String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Deletes a language from the database.
delUnit(User, int) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Deletes a unit specified by unitId from the database.
delUnit(User, int) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Deletes a unit specified by unitId from the database.
delUnit(User, int) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Deletes a unit specified by unitId from the database.
delUnit(User, String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Deletes a unit from the database.
delUnit(User, String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Deletes a unit from the database.
delVocable(Vocable, User) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Deletes a record of the database selected by the vocId of the vocable-object.
delVocable(Vocable, User) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Deletes a record of the database selected by the vocId of the vocable-object.
delVocable(Vocable, User) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Deletes a record of the database selected by the vocId of the vocable-object.
doGet(HttpServletRequest, HttpServletResponse) - Method in class VocTrainer
Delegates to doMain(...)
doPost(HttpServletRequest, HttpServletResponse) - Method in class VocTrainer
Delegates to doMain(...)

E

editUser(User) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Edits an existing user from the database.
editUser(User) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Edits an existing user from the database.
editUser(User) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Edits an existing user from the database.
editUser(User, String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Edits an existing user password from the database.
editUser(User, String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Edits an existing user password from the database.
editUser(User, String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Edits an existing user password from the database.
editVocable(Vocable, boolean, User) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Edits the state of a record in the database selected by the vocId of the vocable object.
editVocable(Vocable, boolean, User) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Edits the state of a record in the database selected by the vocId of the vocable object.
editVocable(Vocable, boolean, User) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Edits the state of a record in the database selected by the vocId of the vocable object.
editVocable(Vocable, User) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Edits a record of the database selected by the vocId of the vocable object.
editVocable(Vocable, User) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Edits a record of the database selected by the vocId of the vocable object.
editVocable(Vocable, User) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Edits a record of the database selected by the vocId of the vocable object.

G

get(Object) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Returns the value of a variable.
getAllLanguages() - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vector of all languages defined in the database.
getAllLanguages() - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Returns a vector of all languages defined in the database.
getAllLanguages() - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vector of all languages defined in the database.
getAllUnitNames() - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Gets all unitnames specified in the database.
getAllUnitNames() - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Gets all unitnames specified in the database.
getAllUnitNames() - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Gets all unitnames specified in the database.
getClassName() - Method in class de.janicke.hj.tools.servlet.ServletParameters
Returns the class name of the servlet.
getDate() - Method in class de.janicke.hj.tools.servlet.Vocable
Returns the creation/update date.
getDefault(Object) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Returns the default value of a variable.
getDefaultVariables() - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Returns the Hashtable used for the defaultVariables.
getEmail() - Method in class de.janicke.hj.tools.servlet.User
Returns the email.
getForename() - Method in class de.janicke.hj.tools.servlet.User
Returns the forename.
getId() - Method in class de.janicke.hj.tools.servlet.User
Returns the id.
getImageURL() - Method in class de.janicke.hj.tools.servlet.ServletParameters
Returns the URL of the images.
getIp() - Method in class de.janicke.hj.tools.servlet.User
Returns the IP adress of the user.
getLanguageId1() - Method in class de.janicke.hj.tools.servlet.Vocable
Returns the languageId1.
getLanguageId2() - Method in class de.janicke.hj.tools.servlet.Vocable
Returns the languageId2.
getLanguageIdByLanguagename(String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns the id of the language from the database.
getLanguageIdByLanguagename(String) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Returns the id of the language from the database.
getLanguageIdByLanguagename(String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns the id of the language from the database.
getNickname() - Method in class de.janicke.hj.tools.servlet.User
Returns the nickname.
getPassword() - Method in class de.janicke.hj.tools.servlet.User
Returns the password.
getRandomSecureId(int) - Static method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Generates a SecureIdentity String with n chars.
getResultSet(User, int, int) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vector of vocable objects from the database, where userId and languages, given by the languageId, equals with the database.
getResultSet(User, int, int) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vector of vocable objects from the database, where userId and languages, given by the languageId, equals with the database.
getResultSet(User, int, int, String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vector of vocable objects from the database, where userId, languages given by the languageId equals with the database and where the date of the vocable is younger than the given date.
getResultSet(User, int, int, String) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Returns a vector of vocable objects from the database, where userId and languages, given by the languageId, equals with the database.
getResultSet(User, int, int, String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vector of vocable objects from the database, where userId, languages given by the languageId equals with the database and where the date of the vocable is younger than the given date.
getResultSet(User, String, String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vector of vocable objects from the database, where userId and languages, given by the language, equals with the database.
getResultSet(User, String, String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vector of vocable objects from the database, where userId and languages, given by the language, equals with the database.
getResultSet(User, String, String, String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vector of vocable objects from the database, where userId, languages given by the language equals with the database and where the date of the vocable is younger than the given date.
getResultSet(User, String, String, String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vector of vocable objects from the database, where userId, languages given by the language equals with the database and where the date of the vocable is younger than the given date.
getSecureIdentity() - Method in class de.janicke.hj.tools.servlet.User
Returns the secureIdentity.
getServletName() - Method in class de.janicke.hj.tools.servlet.ServletParameters
Returns the name of the servlet.
getServletPath() - Method in class de.janicke.hj.tools.servlet.ServletParameters
Returns the real path of the servlet.
getState() - Method in class de.janicke.hj.tools.servlet.Vocable
Returns the state.
getSurename() - Method in class de.janicke.hj.tools.servlet.User
Returns the surename.
getTemplate(Object) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Returns the HTML template that is associated with the key.
getTemplatePath() - Method in class de.janicke.hj.tools.servlet.ServletParameters
Returns the path of the servlet's template files.
getUnitId() - Method in class de.janicke.hj.tools.servlet.Vocable
Returns the VocId.
getUnitIdByUnitName(String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Gets the UnitId by looking for the unitname in the Database.
getUnitIdByUnitName(String) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Gets the UnitId by looking for the unitname in the Database.
getUnitIdByUnitName(String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Gets the UnitId by looking for the unitname in the Database.
getUser(int) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Gets a user from the database.
getUser(int) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Gets a user from the database.
getUser(int) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Gets a user from the database.
getUser(int, String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Gets a user from the database.
getUser(int, String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Gets a user from the database.
getUser(int, String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Gets a user from the database.
getUser(String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Gets a user from the database.
getUser(String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Gets a user from the database.
getUser(String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Gets a user from the database.
getUser(String, String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Gets a user from the database.
getUser(String, String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Gets a user from the database.
getUser(String, String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Gets a user from the database.
getVariables() - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Returns the Hashtable used for the variables.
getVocable(int) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns the vocable object specified by the vocId.
getVocable(int) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Returns the vocable object specified by the vocId.
getVocable(int) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns the vocable object specified by the vocId.
getVocable(User, int, int, int, String, int) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vocable object from a user out of the database.
getVocable(User, int, int, int, String, int) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
 
getVocable(User, int, int, int, String, int) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vocable object from a user out of the database.
getVocable(User, int, int, int, String, String) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vocable object from a user out of the database.
getVocable(User, int, int, int, String, String) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vocable object from a user out of the database.
getVocable(User, String, String, int, String, int) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vocable object from a user out of the database.
getVocable(User, String, String, int, String, int) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vocable object from a user out of the database.
getVocable1() - Method in class de.janicke.hj.tools.servlet.Vocable
Returns the vocable1.
getVocable2() - Method in class de.janicke.hj.tools.servlet.Vocable
Returns the vocable2.
getVocableFromResultSetByDateRandomly(Vector) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly by an algorithmen using the date of the vocable object.
getVocableFromResultSetByDateRandomly(Vector) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly by an algorithmen using the date of the vocable object.
getVocableFromResultSetByDateRandomly(Vector) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly by an algorithmen using the date of the vocable object.
getVocableFromResultSetByStateRandomly(Vector) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly by an algorithmen using the state of the vocable object.
getVocableFromResultSetByStateRandomly(Vector) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly by an algorithmen using the state of the vocable object.
getVocableFromResultSetByStateRandomly(Vector) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly by an algorithmen using the state of the vocable object.
getVocableFromResultSetRandomly(Vector) - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly.
getVocableFromResultSetRandomly(Vector) - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly.
getVocableFromResultSetRandomly(Vector) - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Returns a vocable object from a vector of vocable object, choosen randomly.
getVocId() - Method in class de.janicke.hj.tools.servlet.Vocable
Returns the VocId.
getWebBrowser() - Method in class de.janicke.hj.tools.servlet.User
Returns the webBrowser.

H

handleEvents(HttpServletRequest, HttpServletResponse, User, String) - Method in class VocTrainer
Handles all events of the actual servlet implementation except the user administration and login.
HTMLTemplate - class de.janicke.hj.tools.servlet.HTMLTemplate.
HTMLTemplate is a class to replace parts in a HTML file with the value variables.
HTMLTemplate() - Constructor for class de.janicke.hj.tools.servlet.HTMLTemplate
Constructs a new HTMLTemplate with an empty Hashtable for the variables.
HTMLTemplate(Hashtable) - Constructor for class de.janicke.hj.tools.servlet.HTMLTemplate
Constructs a new HTMLTemplate with the specified Hashtable for the variables.

I

init() - Method in class de.janicke.hj.tools.servlet.AbstractVocAdmin
Initializes the database.
init() - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Initializes the database.
init() - Method in class de.janicke.hj.tools.servlet.SimpleVocAdmin
Initializes the database.
init() - Method in interface de.janicke.hj.tools.servlet.VocAdmin
Initializes the database.
init(ServletConfig) - Method in class VocTrainer
initializes this servlet
isLoggedIn() - Method in class de.janicke.hj.tools.servlet.User
Returns the logged in status.
isOpened() - Method in class de.janicke.hj.tools.servlet.Database
Returns true if connection established.
isSu_User() - Method in class de.janicke.hj.tools.servlet.User
Returns the Superuser status

J

jdbc - Variable in class de.janicke.hj.tools.servlet.Database
DB-Connection

L

loadFile(String) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Loads a File from the specified path.
loadFile(String, Locale) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Loads a File from the specified path using a Locale.
loadTemplate(String) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Loads a template file from the specified location and puts it into the Hash.
loadTemplate(String, Locale) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Loads a template file from the specified location and puts it into the Hash.
locale - Variable in class VocTrainer
the locale that is used to display the templates and messages.
loginUser(String, String) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Tries to login a new user.
loginUser(String, String) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Tries to login a new user.
loginUser(String, String) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Tries to login a new user.
loginUser(String, String, HttpServletRequest) - Method in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Tries to login a new user.
loginUser(User) - Method in class de.janicke.hj.tools.servlet.AbstractUserAdministration
Tries to login a new user.
loginUser(User) - Method in interface de.janicke.hj.tools.servlet.UserAdministration
Tries to login a new user.

M

makeTemplate(Object) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Builds the template file with the specified key.

O

open() - Method in class de.janicke.hj.tools.servlet.Database
Opens the database specified by the jdbcConnection value.

P

precompile(String) - Method in class de.janicke.hj.tools.servlet.Database
Precompiles a SQL statement.
preSQLAcceptUserById - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
 
preSQLAcceptUserById_Sid - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
 
preSQLAcceptUserByNick - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
 
preSQLAcceptUserByNick_Passwd - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
 
preSQLAddUser - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Precompiled SQL statement to add a servlet user.
preSQLDeleteUserById - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Precompiled SQL statement to delete a servlet user.
preSQLDeleteUserByNick_Passwd - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Precompiled SQL statement to delete a servlet user.
preSQLEditUser - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
 
preSQLEditUserPwd - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
 
preSQLGetUserById - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Precompiled SQL statement to get a servlet user.
preSQLGetUserById_Sid - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Precompiled SQL statement to get a servlet user.
preSQLGetUserByNick - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Precompiled SQL statement to get a servlet user.
preSQLGetUserByNick_Passwd - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
Precompiled SQL statement to get a servlet user.
preSQLSetSecureIdentity - Variable in class de.janicke.hj.tools.servlet.SimpleUserAdministration
 
put(String, Object) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Puts a variable into the Hashtable.
putDefault(String, Object) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Puts the default for a variable into the Hashtable.
putTemplate(Object, Object) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Puts a HTML template into the template hashtable.

R

rb - Variable in class VocTrainer
the ResourceBundle for this servlet.

S

servletParam - Variable in class VocTrainer
holds the servlet parameters of the configuration, e.g.
ServletParameters - class de.janicke.hj.tools.servlet.ServletParameters.
 
ServletParameters(GenericServlet) - Constructor for class de.janicke.hj.tools.servlet.ServletParameters
 
setDate(String) - Method in class de.janicke.hj.tools.servlet.Vocable
Sets the creation/update date
setDefaultVariables(Hashtable) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Sets the Hashtable for the defaultVariables.
setEmail(String) - Method in class de.janicke.hj.tools.servlet.User
Sets the email.
setForename(String) - Method in class de.janicke.hj.tools.servlet.User
Sets the forename.
setId(int) - Method in class de.janicke.hj.tools.servlet.User
Sets the id.
setIp(String) - Method in class de.janicke.hj.tools.servlet.User
Sets the IP adress of the user.
setLanguageId1(int) - Method in class de.janicke.hj.tools.servlet.Vocable
Sets the languageId1
setLanguageId2(int) - Method in class de.janicke.hj.tools.servlet.Vocable
Sets the languageId2
setNickname(boolean) - Method in class de.janicke.hj.tools.servlet.User
Sets the logged in status.
setNickname(String) - Method in class de.janicke.hj.tools.servlet.User
Sets the nickname.
setPassword(String) - Method in class de.janicke.hj.tools.servlet.User
Sets the password.
setSecureIdentity(String) - Method in class de.janicke.hj.tools.servlet.User
Sets the secureIdentity.
setState(int) - Method in class de.janicke.hj.tools.servlet.Vocable
Sets the state.
setSu_User(boolean) - Method in class de.janicke.hj.tools.servlet.User
Sets the Superuser status.
setSurename(String) - Method in class de.janicke.hj.tools.servlet.User
Sets the surename.
setVariables(Hashtable) - Method in class de.janicke.hj.tools.servlet.HTMLTemplate
Sets the Hashtable for the variables.
setVocable1(String) - Method in class de.janicke.hj.tools.servlet.Vocable
Sets the vocable1
setVocable2(String) - Method in class de.janicke.hj.tools.servlet.Vocable
Sets the vocable2
setWebBrowser(String) - Method in class de.janicke.hj.tools.servlet.User
Sets the webBrowser.
SimpleUserAdministration - class de.janicke.hj.tools.servlet.SimpleUserAdministration.
Handles the user administration with a database.
SimpleUserAdministration(Database) - Constructor for class de.janicke.hj.tools.servlet.SimpleUserAdministration
Sets the database for the UserAdministration.
SimpleVocAdmin - class de.janicke.hj.tools.servlet.SimpleVocAdmin.
Handles the vocable administration with a Database.
SimpleVocAdmin(Database) - Constructor for class de.janicke.hj.tools.servlet.SimpleVocAdmin
Constructor sets the Database.

T

template - Variable in class VocTrainer
holds the variables and HTML template files.
toString() - Method in class de.janicke.hj.tools.servlet.User
 

U

User - class de.janicke.hj.tools.servlet.User.
Class that holds the information of a user.
User() - Constructor for class de.janicke.hj.tools.servlet.User
Constructs a new User object.
userAdmin - Variable in class VocTrainer
user administration
UserAdministration - interface de.janicke.hj.tools.servlet.UserAdministration.
Handles the user administration with a database.

V

Vocable - class de.janicke.hj.tools.servlet.Vocable.
Class that holds the information of a vocable.
Vocable() - Constructor for class de.janicke.hj.tools.servlet.Vocable
 
VocAdmin - interface de.janicke.hj.tools.servlet.VocAdmin.
Handles the vocable administration with a Database.
VocTrainer - class VocTrainer.
VocTrainer is a servlet.
VocTrainer() - Constructor for class VocTrainer
 

A B C D E G H I J L M O P R S T U V