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

A

abortTransaction() - Method in class kotkabeans.DB
Flushes transaction-buffer without executing commands.
account - Variable in class kotkabeans.User
Username typed in at login time.
AddUserToCourse - class kotkabeans.AddUserToCourse.
This bean offers an interface to registerand unregister users to courses.
AddUserToCourse() - Constructor for class kotkabeans.AddUserToCourse
 

B

beginTransaction() - Method in class kotkabeans.DB
Starts collecting SQL-commands to buffer, which are executed later as a single block.

C

checkUser(String, String, boolean) - Method in class kotkabeans.AddUserToCourse
 
checkUser(String, String, boolean) - Method in class kotkabeans.UserToGroup
 
compareTo(Object) - Method in class kotkabeans.User
This method checks if two users are identical.
connect() - Method in class kotkabeans.DB
Requests connection to the Kotka-database.
currentForm - Variable in class kotkabeans.User
User's current form
currentPage - Variable in class kotkabeans.User
User's current page.
currentStatus - Variable in class kotkabeans.User
User's operation status

D

DB - class kotkabeans.DB.
provides a connection to the Kotka database to the other beans.
DB() - Constructor for class kotkabeans.DB
 
df - Variable in class kotkabeans.DB
Field is used to format timestamp output to log-file.
disconnect() - Method in class kotkabeans.DB
Releases used connection.

E

endTransaction() - Method in class kotkabeans.DB
Executes SQL-commands from buffer created by beginTransaction()-method.
equals(Object) - Method in class kotkabeans.User
This method checks if two users are identical.
executeQuery(String) - Method in class kotkabeans.DB
Executes SQL-query and establishes connection if needed.
executeUpdate(String) - Method in class kotkabeans.DB
Executes SQL-update and registeres it to the log file.
expireTime - Variable in class kotkabeans.User
User's automatic logout time.

G

getAccount() - Method in class kotkabeans.User
Simple access method
getCurrentForm() - Method in class kotkabeans.User
Simple access method.
getcurrentStatus() - Method in class kotkabeans.User
Simple access method.
getIpAddr() - Method in class kotkabeans.User
Simple access method
getLanguage() - Method in class kotkabeans.User
Simple access method
getLanguageID() - Method in class kotkabeans.User
Simple access method
getLastOpTime() - Method in class kotkabeans.User
Simple access method.
getOpEndTime() - Method in class kotkabeans.User
Simple access method.
getOpStartTime() - Method in class kotkabeans.User
Simple access method.
getOrganisation() - Method in class kotkabeans.User
Simple access method
getOrganisationID() - Method in class kotkabeans.User
Simple access method.
getPerson() - Method in class kotkabeans.User
Simple access method.
getPersonID() - Method in class kotkabeans.User
Simple access method

H

hashCode() - Method in class kotkabeans.User
Calculates hash index value based on account and IP-address.

I

ipAddr - Variable in class kotkabeans.User
IP-address from which the connection is made.

L

language - Variable in class kotkabeans.User
Selected language as text.
languageID - Variable in class kotkabeans.User
Selected language as database form.
lastOpTime - Variable in class kotkabeans.User
User's last operation time

M

myconn - Variable in class kotkabeans.DB
Stores used database connection.

O

opEndTime - Variable in class kotkabeans.User
User's operation endtime
opStartTime - Variable in class kotkabeans.User
User's operation starttime
organisation - Variable in class kotkabeans.User
Organisation which person belongs to.
organisationID - Variable in class kotkabeans.User
the Identifier of the person's home organisation.

P

person - Variable in class kotkabeans.User
Name of the user.
personID - Variable in class kotkabeans.User
Users personidentifier as database form.

R

registerUser(String, String, String) - Method in class kotkabeans.AddUserToCourse
 
registerUser(String, String, String) - Method in class kotkabeans.UserToGroup
 

S

setCurrentForm(String) - Method in class kotkabeans.User
Simple access method.
setCurrentStatus(String) - Method in class kotkabeans.User
Used on every page to show user's session status
setIpAddr(String) - Method in class kotkabeans.User
Simple access method.
setLanguage(String) - Method in class kotkabeans.User
Sets the selected language as text.
setLanguageID(int) - Method in class kotkabeans.User
Sets language preferred by the user.
setLastOpTime(long, long) - Method in class kotkabeans.User
Simple access method.
setOpEndTime() - Method in class kotkabeans.User
Simple access method.
setOpStartTime() - Method in class kotkabeans.User
Simple access method.
setOrganisation(String) - Method in class kotkabeans.User
Initializes the name of user's home organisation.
setOrganisationID(int) - Method in class kotkabeans.User
Initializes person's home organisation.
setPerson(String) - Method in class kotkabeans.User
Set person's name.
setPersonID(int) - Method in class kotkabeans.User
Sets user's personal identifier.
stmt - Variable in class kotkabeans.DB
Used to carry out database operations.

T

toString() - Method in class kotkabeans.User
Used by compareTo-method
transaction - Variable in class kotkabeans.DB
Set to true if transaction has been started.

U

unregisterUser(String, String) - Method in class kotkabeans.UserToGroup
 
unregisterUser(String, String, String) - Method in class kotkabeans.AddUserToCourse
 
User - class kotkabeans.User.
implements User-object used in session handling.
User() - Constructor for class kotkabeans.User
Dummy empty constructor.
User(String) - Constructor for class kotkabeans.User
Constructs user object and sets account.
UserToGroup - class kotkabeans.UserToGroup.
This bean offers an interface to register and unregister users to some kind of EventGroups.
UserToGroup() - Constructor for class kotkabeans.UserToGroup
 

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