A B C D E F G H I J K L M N O P Q R S T U V W X

C

COMMENT_SIGN - Variable in class otie.component.WorkHourDataHandler
 
CONFIG_FILE - Static variable in class otie.image.ImageGenerator
 
CONTENT_TYPE - Static variable in class otie.component.WorkHourFileReaderServlet
 
CONTENT_TYPE - Static variable in class otie.image.ImageGenerator
 
CURRENT_TIME - Variable in class otie.component.WorkHourDataHandler
 
Chart - class otie.OTIEGraph.Chart.
 
Chart(double[][]) - Constructor for class otie.OTIEGraph.Chart
 
ChartCanvas - class otie.ChartCanvas.
 
ChartCanvas() - Constructor for class otie.ChartCanvas
 
Children - Variable in class otie.XML.XMLObject
An arraylist containing the child elements of the node.
ClearData() - Method in class otie.OTIEGraph.DataCollection
Clears the data representation.
CommitTable - class otie.component.CommitTable.
 
CommitTable() - Constructor for class otie.component.CommitTable
A dummy constructor for supporting the Java reflect api.
ConnectionException - exception otie.exception.JDBC.ConnectionException.
 
ConnectionException() - Constructor for class otie.exception.JDBC.ConnectionException
 
Controller - class otie.Controller.
 
Controller() - Constructor for class otie.Controller
 
Coordinates - Variable in class otie.OTIEGraph.Point
The storage for the coordinate values.
CreateTableComponent - class otie.component.CreateTableComponent.
 
CreateTableComponent() - Constructor for class otie.component.CreateTableComponent
An empty constructor to support all Java reflect API methods.
cOpen - Variable in class otie.JDBC.JDBCWrapper
A boolean value indication, whether connection is open or not.
changeAttributeNames(String) - Method in class otie.component.CreateTableComponent
 
checkActiveTab() - Method in class otie.component.PageManager
Checks what the currently active tab is.
checkDate(String) - Method in class otie.component.WorkHourDataHandler
Checks if the date part of the line is ok.
checkDate(String, String) - Static method in class otie.database.InputChecker
Checks the input value of the date string is a valid date value according to the pattern format, which must define a valid date format.
checkDescription(String) - Method in class otie.component.WorkHourDataHandler
Checks if the description part of a line is ok.
checkHours(String) - Method in class otie.component.WorkHourDataHandler
Checks if hours part of the line is a proper number.
checkInteger(String) - Static method in class otie.database.InputChecker
Checks that the string input is a valid integer input.
checkInteger(String, int, int) - Static method in class otie.database.InputChecker
Check that the string passed as an input is a valid integer and that the value is between minvalue and maxvalue.
checkIntegerGEQ(String, int) - Static method in class otie.database.InputChecker
Checks that the integer passes as a string is a valid integer and that the value of the integer is at least equals to the value of parameter minvalue or is greater than the value of minvalue.
checkIntegerLEQ(String, int) - Static method in class otie.database.InputChecker
Checks that the integer passes as a string is a valid integer and that the value of the integer is at least equals to the value of parameter maxvalue or is smaller than the value of maxvalue.
checkPermission(String, char) - Method in class otie.component.PermissionChecker
Check permissions for a given table and a given operation.
checkPhase(String) - Method in class otie.component.WorkHourDataHandler
Checks if phase is ok.
checkString(String) - Static method in class otie.database.InputChecker
Checks the validity of a string.
checkString(String, int) - Static method in class otie.database.InputChecker
Checks the validity of a string.
clearAttribute(String) - Method in class otie.Session.SessionManager
Clears an attribute.
close() - Method in class otie.JDBC.JDBCWrapper
Close the SQL connection.
columnNames - Variable in class otie.database.MetricBean
The names of the columns that are used in the insert operation.
columnNames - Static variable in class otie.database.MetricModelBean
The names of the columns that are used in the insert operation.
columnNames - Static variable in class otie.database.MetricSerieBean
 
columnNames - Static variable in class otie.database.PersonBean
 
columnNames - Static variable in class otie.database.PhaseBean
The names of the columns that are used in the insert operation.
columnNames - Static variable in class otie.database.ProjectBean
 
columnNames - Static variable in class otie.database.ProjectModelBean
The names of the columns that are used in the insert operation.
columnNames - Static variable in class otie.database.ProjectTypeBean
The names of the columns that are used in the insert operation.
columnNames - Static variable in class otie.database.SemesterBean
 
columnNames - Variable in class otie.database.TableComponent
 
commit() - Method in class otie.JDBC.MySQLTransaction
Commits the transaction and sets the auto_commit mode back to on.
commit() - Method in class otie.JDBC.OracleTransaction
Commits the transaction and sets the autocommit mode back to on.
commit() - Method in interface otie.JDBC.Transaction
A skeleton for commiting the transaction.
commitTable(String) - Method in class otie.component.CreateTableComponent
 
commonString - Variable in class otie.component.CommitTable
The common columns for all tables.
cond - Variable in class otie.JDBC.SimpleDelete
The WHERE condition associated with this transaction item.
cond - Variable in class otie.JDBC.Update
 
connection - Variable in class otie.JDBC.JDBCWrapper
The connection object between the database and the application.
copyData(double[][]) - Method in class otie.OTIEMatrix
 
createArrays() - Method in class otie.security.SecurityManager
A method that initializes the byte[] arrays used for encryption.
createCommitButton(String) - Method in class otie.component.CreateTableComponent
 
createElements(ArrayList) - Method in class otie.component.CreateTableComponent
 
createFooterArea() - Method in class otie.database.MetricSerieBean
 
createFooterArea() - Method in class otie.database.ProjectBean
 
createForm(String) - Method in class otie.component.CreateTableComponent
 
createForm(ArrayList, JDBCWrapper) - Method in class otie.component.SearchEngineComponent
A method for generating the form in phase 2.
createForm(String[]) - Method in class otie.database.MetricBean
Creates the form that is visible on the screen.
createForm(String[]) - Method in class otie.database.MetricModelBean
Creates the form that is visible on the screen.
createForm(String[]) - Method in class otie.database.MetricSerieBean
 
createForm(String[]) - Method in class otie.database.PersonBean
Creates the form that is visible on the screen.
createForm(String[]) - Method in class otie.database.PhaseBean
Creates the form that is visible on the screen.
createForm(String[]) - Method in class otie.database.ProjectBean
 
createForm(String[]) - Method in class otie.database.ProjectModelBean
Creates the form that is visible on the screen.
createForm(String[]) - Method in class otie.database.ProjectTypeBean
Creates the form that is visible on the screen.
createForm(String[]) - Method in class otie.database.SemesterBean
 
createForm(String[]) - Method in class otie.database.TableComponent
An abstract method that is used to create the form view of the component.
createHiddenField() - Method in class otie.database.TableComponent
 
createMetricArea() - Method in class otie.database.MetricSerieBean
 
createMetricArea() - Method in class otie.database.ProjectBean
 
createMoveBox(ArrayList, String) - Method in class otie.component.CreateTableComponent
 
createPage() - Method in class otie.component.PageManager
A container method that creates the page.
createTimeFields(String[]) - Method in class otie.database.TableComponent
 
curElement - Variable in class otie.XML.XMLFile
An element is a node in the XML-tree.

A B C D E F G H I J K L M N O P Q R S T U V W X