Package kotkabeans

Class Summary
Account Bean for uploading files from client computer to server.
Address  
AddUser is used to verify information of new user and make updates to the database.
AddUserToCourse  
AutoNumber implements autonumber feature because it does not exists in the SQL92 standard.
Common defines some constants to be used globally
Copier This bean makes queries/updates to database to copy existing course's definitions to another courseinstance.
Course implements EventGroup-object used manipulating courses eventgroups.
CourseInstance implements EventGroup-object used manipulating courses eventgroups.
CourseInstanceContainer This class holds CourseInstance objects and statuses.
Courselist implements User-object used in session handling.
CourseStatus This class creates the "leftbar" of the pages.
Crypt is used to crypt given passwords before comparing to ones found in database.
cSQL Stores SQL-sentences used by another beans.
DB provides a connection to the Kotka database to the other beans.
EmailList This bean makes queries to database to maintain information related to course(instances)'s email lists.
EmailListContainer This bean holds the searched email list(s).
EmailListItem This bean containes general information of a single emaillist
EmailListParticipant This bean containes general information of a single emaillistparticipant
Encoder This class is used to code information that is asked from users.
Error implements Error-object used in error handling.
Event implements Event-object used manipulating courses eventgroups.
EventGroup implements EventGroup-object used manipulating courses eventgroups.
EventGroupStatus Implements EventGroups types
Field implements FieldGroup-object used manipulating courses eventgroups.
FieldGroup implements FieldGroup-object used manipulating courses fieldgroups.
FieldType Implements fieldtypes
GroupRight Implements EventGroups types
GroupType Implements EventGroups types
HitCount  
HTMLMenu This class creates the "leftbar" of the pages.
HTMLMenuItem These items will be added to HTMLMenu.
Kaannos Stores one text and translations to it.
Kerberos Authenticate using global kerberos
KerberosCallbackHandler Authenticate using global kerberos
KoppeloRights implements KoppeloRights object.
KoppeloVector  
Ldap  
Log Title: Log Description: Logs things to logfile Copyright: Copyright (c) KORPPI-PROJEKTIRYHMÄ 2002 Company: Jyu Usage: To log allways use static methods Log.log("sentence");
To log only when selected to log, use named logs
Log.NamedLog debugLog = Log.getLog("debug"); debugLog.log("sentence");
To change named log active or not active
debugLog.setActive(true);
Log.NamedLog Title: NamedLog Description: Named log file to log if this log is needed Copyright: jyu Copyright (c) 2002 Company: jty Usage: To log only when selected to log, use named logs
Log.NamedLog debugLog = Log.getLog("debug"); debugLog.log("sentence");
To change named log active or not active
debugLog.setActive(true);
Login is used to check user name and password.
Mail class is used to send e-mail.
MemoryTest  
NameUtils Copyright: Copyright (c) 2001 Premida Software License: This code is delivered "AS IS".
NoticeBean This bean makes queries to database to show single person's messages and to add new messages into database.
ObjectContainer  
Organisation  
Person is used with Person module to handle person IDs and identify submitted commands
PersonParameter  
Pistelasku Hakee skripti-tiedoston ja tallentaa sen.
PistelaskuTools Provides methods to EcmaScripts.
PreparedDB provides a connection to the Kotka database to the other beans.
Raport implements raport-object used manipulating courses raports.
RS2 Stores ResultSet's data.
RSContainer Stores ResultSet's data.
RSMetaData Stores data of ResultSetMetaData.
SaveInfo  
SaveResult This class stores information to table "Result".
SaveResultByName This class stores information to table "Result".
Space implements Event-object used manipulating courses eventgroups.
Student Stores one student's fields
StudentContainer  
TextareaItem  
time This bean tranforms date and time from timestamp to normal presentation and vice versa
Tools contains some videly used functions
Translation Stores all used translation.
UseModule is a class which is used to encapsulate permisson checkings.
User implements User-object used in session handling.
UserToGroup  
WizardBean Title: WizardBean Description: Copyright: Copyright (c) KORPPI-PROJEKTIRYHMÄ 2003 Company: Jyu Usage: