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

G

generateContent() - Method in class otie.component.AdminComponent
A method that handles the actual content generation process.
generateContent() - Method in class otie.component.CommitTable
Overrides PageComponent.generateContent().
generateContent() - Method in class otie.component.CreateTableComponent
Overrides PageComponent.generateContent().
generateContent() - Method in class otie.component.ErrorFile
Overrides the PageComponent generateContent() method.
generateContent() - Method in class otie.component.ImageContainer
 
generateContent() - Method in class otie.component.LoginComponent
Overrides PageComponent generateContent method.
generateContent() - Method in class otie.component.LogoutComponent
Handles the log out operation.
generateContent() - Method in class otie.component.MeasurementDataComponent
Overrides PageComponent.generateContent().
generateContent() - Method in class otie.component.PageComponent
An abstract method for generating the content of a page.
generateContent() - Method in class otie.component.ProjectComponent
Overrides PageComponent.generateContent().
generateContent() - Method in class otie.component.SearchEngineComponent
The generateContent method generates the correct view based on the internal state of the component.
generateContent() - Method in class otie.component.TabResolver
Implement the PageComponent.generateContent() method.
generateContent() - Method in class otie.component.WorkHours
This method writes the XML-file xFile with the help of other methods.
generateForm() - Method in class otie.component.ProjectComponent
A skeleton for generating the form view of a project.
generateFormView(String, String) - Method in class otie.component.AdminComponent
A container method that generates the form view.
generateItem(int) - Method in class otie.component.AdminComponent
Generates the XML for a single item that is to be attached to the XML.
generateLinkPath(String, String) - Method in class otie.component.AdminComponent
Generates the link path shown on the upmost row of the content area.
generateListing(String) - Method in class otie.component.AdminComponent
Main call to generate a listing of elements.
generateListing() - Method in class otie.component.MeasurementDataComponent
Generates a listing of the projects to which the user can input measurement data.
generateListing() - Method in class otie.component.ProjectComponent
Genetes a listing of the projects that are visible to a particular user.
generateMainList() - Method in class otie.component.AdminComponent
Generate the main listing where the main level choices for a user are shown.
generateMetricInputForm() - Method in class otie.component.MeasurementDataComponent
TODO: Input metric information
generateModelSelectView(String[]) - Method in class otie.database.MetricBean
When user is creating a new Metric, this method prints (to XML) available MetricModels, and lets user choose from them
generatePage(String[]) - Method in class otie.database.TableComponent
A method that generates the page given the parameters.
generateTab(String) - Method in class otie.component.TabResolver
Generates a tab for a given name.
getArrayParameter(String) - Method in class otie.Session.SessionManager
Gets values of a session parameter that contains an array.
getAttribute(XMLFile, String, PrintWriter) - Method in class otie.Controller
Create a new attribute representing a given system parameter.
getAttributeByName(String) - Method in class otie.XML.XMLObject
Returns a single attribute that has the name defined in the parameter attrName.
getAttributes(HttpServletRequest) - Method in class otie.Controller
A method that maps the request parameters into a more accessible format.
getAttributes(Node) - Method in class otie.XML.XMLFile
Returns an array containing all attributes of a node.
getAttributes() - Method in class otie.XML.XMLObject
Obtain an iterator to the attributes of the object.
getAttributes(String[]) - Method in class otie.component.SearchEngineComponent
Reads the names of attributes into a treemap.
getChildCount() - Method in class otie.XML.XMLObject
Returns the number of child elemements this node has.
getChildren() - Method in class otie.XML.XMLObject
Returns an iterator to the list of children.
getCondition() - Method in class otie.JDBC.SimpleDelete
Get the condition that is used in the WHERE clause of this DELETE operation.
getConnection() - Method in class otie.JDBC.JDBCWrapper
Obtain access to the Connection obejct associated with this JDBCWrapper instance.
getContent(PageManager) - Method in class otie.component.PageComponent
The main method.
getCoordinate(int) - Method in class otie.OTIEGraph.Point
Get a particular coordinate value.
getCoordinates() - Method in class otie.OTIEGraph.Point
A method for obtaining the coordinates representing this point.
getCountDeletedRows() - Method in class otie.JDBC.TransactionMetadataSet
Obtain the number of rows deleted in this transaction.
getCountInsertedRows() - Method in class otie.JDBC.TransactionMetadataSet
Obtain the number of rows inserted in this transaction.
getCountObjects() - Method in class otie.OTIEGraph.DataCollection
 
getCountUpdatedRows() - Method in class otie.JDBC.TransactionMetadataSet
Obtain the number of rows updated in this transaction.
getCountWhereParameters() - Method in class otie.component.SearchEngineComponent
Counts the number of where metrics the user has selected.
getData() - Method in class otie.OTIEGraph.DataCollection
Returns a two-dimensional double array that has all the data.
getData() - Method in class otie.OTIEMatrix
 
getData() - Method in class otie.XML.XMLObject
Returns the text contents of the element, i.e., the content that is not between any other start and close tags.
getDatePattern() - Method in class otie.database.TableComponent
 
getDimensionality() - Method in class otie.OTIEGraph.Point
Get dimensionality of the point.
getElements(String) - Method in class otie.XML.XMLFile
Returns the XML elements with a given name.
getGeneral(String[]) - Method in class otie.component.SearchEngineComponent
Read the general table parameters into two arrays.
getHiddenCols(String) - Method in class otie.component.PermissionChecker
Get names of hidden columns for a given table.
getIds(String[], boolean) - Method in class otie.component.SearchEngineComponent
A method for getting the id values of metricseries from the form parameters which are of the form metric|metricserie
getInstance(Insert[], String) - Static method in class otie.JDBC.InsertKeyFactory
A factory method for obtaining a InsertKey instance based on the database vendor.
getInstance(JDBCWrapper, TransactionType[]) - Static method in class otie.JDBC.TransactionFactory
A factory method for obtaining a Transaction object.
getItems() - Method in class otie.JDBC.TransactionMetadataSet
Obtain the result sets of the SELECT queries related to this metadata representation.
getJDBCWrapper() - Method in class otie.component.PageManager
Obtain a reference to the JDBCWrapper.
getKeys() - Method in class otie.JDBC.TransactionMetadataSet
Return the keys returned by key manipulation tasks associated with this transaction.
getLanguage() - Method in class otie.component.PageManager
Obtain the currently set language value
getLanguage(String) - Method in class otie.component.PageManager
Reads the language footer from a XML-file.
getLongPat() - Method in class otie.database.TableComponent
 
getMetadata() - Method in class otie.JDBC.MySQLTransaction
Obtain the metadata representation of this transaction.
getMetadata() - Method in class otie.JDBC.OracleTransaction
A method for obtaining metadata information about the tranasction.
getMetadata() - Method in interface otie.JDBC.Transaction
A skeleton for obtaining metadata information about the transaction.
getMetricItemNames(String) - Method in class otie.database.MetricBean
Get MetricItemNames for metric using model 4, which has named items
getMetricsForSelectedSeries(String, String) - Method in class otie.component.SearchEngineComponent
A method that queries for the Metrics in a speficif serie.
getName() - Method in class otie.Attribute
Obtain the name of the attribute object.
getName() - Method in class otie.XML.XMLAttribute
Obtain the name of the attribute.
getName() - Method in class otie.XML.XMLObject
Obtain the name of the element.
getNameForMetric(String) - Method in class otie.component.SearchEngineComponent
Gets the name of a metric for a given metric.
getNameForMetricSerie(String) - Method in class otie.component.SearchEngineComponent
Gets the name of a metricserie.
getNames() - Method in class otie.JDBC.Delete
Return the names of the columns that are used in the WHERE clause of this operation.
getNames() - Method in class otie.JDBC.Insert
Get the names of the columns associated with this Insert operation.
getNames() - Method in class otie.JDBC.Update
 
getOldData(String, String) - Method in class otie.component.WorkHourDataHandler
 
getOptionNames() - Method in class otie.database.MetricBean
 
getPBESecretKey(String) - Static method in class otie.security.SecurityManager
A method for generating a secret key from the given key material.
getPage(String) - Method in class otie.component.PageManager
Gets the name of the page XML file.
getPageManager() - Method in class otie.database.TableComponent
Obtain reference to the attached PageManager.
getParamValues(String) - Method in class otie.Session.SessionManager
 
getParameter(String) - Method in class otie.Session.SessionManager
Get a value of a Session parameter.
getParameterByName(String) - Method in class otie.component.PageManager
Gets the value of a single-valued parameter.
getParameterNames() - Method in class otie.Session.SessionManager
Get the names of the parameters associated to this Session.
getParameterValues(String) - Method in class otie.component.PageManager
Get values of a multi-valued parameter.
getParameters(String) - Method in class otie.component.SearchEngineComponent
A method for getting the values of a given form parameter.
getParams(String) - Method in class otie.database.MetricSerieBean
 
getParams(String) - Method in class otie.database.ProjectBean
 
getParts(String) - Method in class otie.component.WorkHourDataHandler
Splits the String line into parts separated by white space characters.
getPermissionChecker() - Method in class otie.component.PageManager
A method for obtaining a reference to a PermissionChecker object.
getPermissions() - Method in class otie.component.PermissionChecker
Reads the permission constants from the permission description file.
getPhaseId(String) - Method in class otie.component.WorkHourDataHandler
 
getPhases() - Method in class otie.component.WorkHourDataHandler
Reads the phase names and abbreviations from the database.
getProjectModels() - Method in class otie.database.ProjectBean
 
getProjectTypes() - Method in class otie.database.ProjectBean
 
getQuery() - Method in class otie.JDBC.TransactionType
Obtain the String representations of the SQL-operations related to this part of the transaction.
getQueryIterator(String) - Method in class otie.JDBC.JDBCWrapper
To get an iterator to the result set.
getRightsForTable(String) - Method in class otie.component.PermissionChecker
Get permissions for a single table for the current user.
getRoot() - Method in class otie.XML.XMLFile
Returns the root element of an XML document
getSemesters() - Method in class otie.database.ProjectBean
 
getSessionManager() - Method in class otie.component.PageManager
A method for obtaining a reference to a SessionManager object.
getSessionParameterByName(String) - Method in class otie.component.PageManager
Obtains the value of a given session parameter.
getShortDatePattern() - Method in class otie.database.TableComponent
 
getShortPat() - Method in class otie.database.TableComponent
 
getStatement() - Method in class otie.JDBC.JDBCWrapper
A wrapper method for creating new statement objects and to encapsulate error handling.
getStudentProjectId(String) - Method in class otie.component.WorkHourDataHandler
Gets the id value of the project in which a user is involed in.
getTableComponent(String) - Method in class otie.component.AdminComponent
The method for getting the TableComponent parameter.
getTableName() - Method in class otie.JDBC.Delete
Return the name of the table that is associated with this delete operation.
getTableName() - Method in class otie.JDBC.Insert
Get the name of the table to which this Insert operation is applied.
getTableName() - Method in class otie.JDBC.SimpleDelete
Get the name of the table that is associated with this delete operation.
getTableName() - Method in class otie.JDBC.Update
 
getTableNames(ArrayList) - Method in class otie.component.SearchEngineComponent
A method for obtaining a TreeMap that contains all the table names.
getValue() - Method in class otie.Attribute
Obtain the value of the attribute object.
getValue() - Method in class otie.XML.XMLAttribute
Obtain the value of the attribute.
getValues() - Method in class otie.JDBC.Delete
Return the values of the columns that are used in the WHERE clause of this operation.
getValues() - Method in class otie.JDBC.Insert
Get the values of the columns that are to be used with this operation.
getValues() - Method in class otie.JDBC.Update
 
getValues(String) - Method in class otie.component.CreateTableComponent
 
getVendor() - Method in class otie.JDBC.JDBCWrapper
Obtain the name of the database vendor.
getVisibleColumns(String, String[]) - Method in class otie.component.PermissionChecker
Get a boolean array that indicates which columns can be shown and which must be hidden.
getWhereMetrics(int) - Method in class otie.component.SearchEngineComponent
Reads the form_where parameters into two arraylists so that the other contains .
getWriter() - Method in class otie.component.PageManager
A method for obtaining a reference to a PrintWriter object.
getXMLFile() - Method in class otie.database.TableComponent
Obtain a reference to the attached XMLFile.

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