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

A

AcknowledgementWidgetLabel - Variable in class GWTApplication.client.ManageSystem.InterfaceInputField
This is the label which which will be attached to in the input acknowledge button
action() - Method in interface GWTApplication.client.InternationalizationConstants
 
addListener(FaultListener) - Method in class GWTApplication.client.FaultUpdateMonitor
Will be used by a client to register itself as a listener so that it will be informed when faults which it is interested in are changed in the database.
addNewFaultTab(int) - Method in class GWTApplication.client.ModifyFormPanel
This is used to create a new tab panel which will be used to modify the fault which has been specified
addNewInstrumentToSystem(String) - Method in interface GWTApplication.client.FaultService
 
addNewInstrumentToSystem(String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
addNewInstrumentToSystem() - Method in class GWTApplication.client.ManageSystem
Creates a new instrument in the system after first ensuring that the user has filled in the field correctly.
addNewInstrumentToSystem(String) - Method in class GWTApplication.server.FaultServiceImpl
Will be used to add a new instrument to the database.
addNewRole(String, Integer) - Method in interface GWTApplication.client.FaultService
 
addNewRole(String, Integer, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
addNewRole(String, Integer) - Method in class GWTApplication.server.FaultServiceImpl
Will be used to add a new user to the role which is specified.
addNewSystemToSystem(String) - Method in interface GWTApplication.client.FaultService
 
addNewSystemToSystem(String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
addNewSystemToSystem() - Method in class GWTApplication.client.ManageSystem
Creates a new system in the system after first ensuring that the user has filled in the field correctly.
addNewSystemToSystem(String) - Method in class GWTApplication.server.FaultServiceImpl
Will be used to add a new system to the system.
addNewUser(String, String, String) - Method in interface GWTApplication.client.FaultService
 
addNewUser(String, String, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
addNewUser(String, String, String) - Method in class GWTApplication.server.FaultServiceImpl
Will add the details of a new user to the system.
ADMINPRIVILEDGE - Static variable in class GWTApplication.client.FaultDatabaseConstants
 
advanced() - Method in interface GWTApplication.client.InternationalizationConstants
 
ADVANCED - Static variable in class GWTApplication.client.SearchForm
A constant used to index the SearchFormatters hash map
AdvancedSearchFieldsHash - Variable in class GWTApplication.client.SearchForm
This is a hashtable which will be used to index the fields in the advanced search
AdvancedSearchInputFieldData - Variable in class GWTApplication.client.SearchForm
The generation of the search form is data-driven and this is done through the use of the following array
allFaults() - Method in interface GWTApplication.client.InternationalizationConstants
 
allFieldsMustBeFilledIn() - Method in interface GWTApplication.client.InternationalizationConstants
 
areYouSureYouWantToAddThisInstrument(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
areYouSureYouWantToAddThisSystem(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
areYouSureYouWantToAddUserToThisRole(String, String) - Method in interface GWTApplication.client.InternationalizationConstants
 
areYouSureYouWantToCloseFault(int) - Method in interface GWTApplication.client.InternationalizationConstants
 
areYouSureYouWantToResetTheForm() - Method in interface GWTApplication.client.InternationalizationConstants
 
areYouSureYouWantToResetThisPassword(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
assignedDate - Variable in class GWTApplication.client.Fault
This is the date that the fault was assigned
assignedDate() - Method in interface GWTApplication.client.InternationalizationConstants
 
assignedTo() - Method in interface GWTApplication.client.InternationalizationConstants
 
ASSIGNEDTO - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
assignedToEmail - Variable in class GWTApplication.client.Fault
This is the e-mail address of the person who has been assigned default to fix
assignedToFieldIsNotAssigned() - Method in interface GWTApplication.client.InternationalizationConstants
 
assignedToName - Variable in class GWTApplication.client.Fault
This is the name of the person that the fault was assigned to
assignedToSurname - Variable in class GWTApplication.client.Fault
Surname of the person that the fault was assigned to
astronomy() - Method in interface GWTApplication.client.InternationalizationConstants
 
ASTRONOMY_OUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
at() - Method in interface GWTApplication.client.InternationalizationConstants
 
authenticateUser(String, String) - Method in interface GWTApplication.client.FaultService
 
authenticateUser(String, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
authenticateUser(String, String) - Method in class GWTApplication.server.FaultServiceImpl
This operation will be used to authenticate the user.
AuthenticationDetails - Class in GWTApplication.client
This is a entity class which is used to carry the authentication data which will be sent back from the server after the user logs onto the system.
AuthenticationDetails() - Constructor for class GWTApplication.client.AuthenticationDetails
A constructor
AuthenticationFailedException - Exception in GWTApplication.client
Thrown when there is a problem authenticating the user
AuthenticationFailedException() - Constructor for exception GWTApplication.client.AuthenticationFailedException
 

B

bothDateFieldsNeedToBeFilledIn() - Method in interface GWTApplication.client.InternationalizationConstants
 
buildQuickViewPage() - Method in class GWTApplication.client.QuickViewReport.QuickSearchType
This will be used to build the quick view panel for this particular quick view tab.
busy() - Method in interface GWTApplication.client.InternationalizationConstants
 
BusyIndicator - Class in GWTApplication.client
This class will be used to display a red banner in the top right of the window to indicate to the user that the application is busy doing something.
BusyIndicator() - Constructor for class GWTApplication.client.BusyIndicator
Constructor
busyIndicator - Variable in class GWTApplication.client.FaultDBForm
This is a panel which will be used to indicate to the user that we are busy at the moment doing something
busyIndicator - Variable in class GWTApplication.client.Main
Indicator which will be used to show that we are busy
busyIndicator - Variable in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
This will be used to display whether or not we are busy or not
busyLabel - Variable in class GWTApplication.client.BusyIndicator
This is the label which is used to display the message
busyPanel - Variable in class GWTApplication.client.BusyIndicator
This is the popup panel which will be used to indicate to the user that we are busy.
BUTTON - Static variable in class GWTApplication.client.SearchForm
A static which is used to indicate that a widget is a button
ButtonAcknowledgementWidget - Variable in class GWTApplication.client.ManageSystem.InterfaceInputField
This is the button which will be used to acknowledge that the user input is now complete
by() - Method in interface GWTApplication.client.InternationalizationConstants
 

C

calculateTotalAmountOfTimeSpentOnFault(int) - Method in interface GWTApplication.client.FaultService
 
calculateTotalAmountOfTimeSpentOnFault(int, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
calculateTotalAmountOfTimeSpentOnFault(int) - Method in class GWTApplication.server.FaultServiceImpl
Get the total amount of time which has been spent on a fault.
cancel() - Method in interface GWTApplication.client.InternationalizationConstants
 
CancelButton - Variable in class GWTApplication.client.ChangePasswordDialogBox
This is the cancel button widget
CancelButton - Variable in class GWTApplication.client.LinkFaultDialog
This is the cancel button widget
CancelButton - Variable in class GWTApplication.client.ModifyFaultSubscriptionListDialog
This is the cancel button widget
CancelButton - Variable in class GWTApplication.client.PrintFaultDialog
This is the cancel button widget
CancelButton - Variable in class GWTApplication.client.QuickHelpDialog
This is the cancel button widget
CancelFormButton - Variable in class GWTApplication.client.ModifyFault
This button will be used to cancel the form
cancelUpdateFault() - Method in interface GWTApplication.client.InternationalizationConstants
 
ChangeFaultsSubscribedToDialog - Variable in class GWTApplication.client.ModifyFaultSubscriptionListDialog
This is the main dialog box which will be displayed
changeFaultsSusbscribedTo() - Method in interface GWTApplication.client.InternationalizationConstants
 
changeInterface() - Method in interface GWTApplication.client.InternationalizationConstants
 
changePassword() - Method in interface GWTApplication.client.InternationalizationConstants
 
ChangePasswordDialog - Variable in class GWTApplication.client.ChangePasswordDialogBox
This is the main dialog box which will be displayed
changePasswordDialog - Variable in class GWTApplication.client.ChangePasswordListener
This is the dialog window in which the user will change his password
ChangePasswordDialogBox - Class in GWTApplication.client
This class will allow the user to change his password.
ChangePasswordDialogBox(FaultServiceAsync, String) - Constructor for class GWTApplication.client.ChangePasswordDialogBox
Constructor
ChangePasswordListener - Class in GWTApplication.client
This class is a listener class which is called when the user clicks upon the Change Password link at the top of the display and results in a dialog window being displayed in which the user can enter the details of a new password.
ChangePasswordListener(AuthenticationDetails) - Constructor for class GWTApplication.client.ChangePasswordListener
Constructor
CHECKBOX - Static variable in class GWTApplication.client.SearchForm
A static which is used to indicate that a widget is a checkbox
CHECKED - Static variable in class GWTApplication.client.SearchForm
Used for indicating the state of chcek boxes which are included in the interface
ChildFaultId - Variable in class GWTApplication.client.LinkFaultDialog
This is the fault id of the child fault which we will link to parent fault which will be entered by the user
clearResultTable() - Method in class GWTApplication.client.SearchResultFormatter
This method will be used to clear out any existing results from the search result table
close() - Method in interface GWTApplication.client.InternationalizationConstants
 
closeDatabaseConnections(Connection, Statement, ResultSet) - Method in class GWTApplication.server.FaultServiceImpl
Used for closing down database connections
closeFault(int) - Method in interface GWTApplication.client.FaultService
 
closeFault(int, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
closeFault(int) - Method in class GWTApplication.server.FaultServiceImpl
Called to close a fault down by a user with administration priviledges.
collapseAll() - Method in interface GWTApplication.client.InternationalizationConstants
 
collapseAllButton - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This button widget will be used to collapse the details of all of the faults
Comment - Class in GWTApplication.client
This is a entity class which contains no methods and is used for transferring the details of fault comments around the system.
Comment() - Constructor for class GWTApplication.client.Comment
 
comment() - Method in interface GWTApplication.client.InternationalizationConstants
 
commentDetails() - Method in interface GWTApplication.client.InternationalizationConstants
 
comments - Variable in class GWTApplication.client.FaultEntryDetails
The details of any comments which may be associated with the fault
COMMENTTAB - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is the index in the tab panel for the fault comment tab
commentUpdate(int) - Method in interface GWTApplication.client.InternationalizationConstants
 
computing() - Method in interface GWTApplication.client.InternationalizationConstants
 
COMPUTING_OUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
confirm() - Method in interface GWTApplication.client.InternationalizationConstants
 
confirmationGetEmailUpdate(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
confirmLoseFaultDetails() - Method in interface GWTApplication.client.InternationalizationConstants
 
confirmPassword() - Method in interface GWTApplication.client.InternationalizationConstants
 
containerPanel - Variable in class GWTApplication.client.LabelTextBox
This is the container panel
contextDestroyed(ServletContextEvent) - Method in class GWTApplication.server.DBCPoolingListener
 
contextInitialized(ServletContextEvent) - Method in class GWTApplication.server.DBCPoolingListener
This is called when the fault database context is created in the servlet and serves to initialise the database pool intended to be used by the fault management system in the tomcat servlet.
ControlWidget - Variable in class GWTApplication.client.SearchForm.InputField
 
convertTimeToMinutes(String) - Method in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
Used to convert the HH:MM field into minutes expressed as an integer.
convertTimeToMinutes(String) - Method in class GWTApplication.server.FaultServiceImpl
Used to convert the HH:MM field into minutes expressed as an integer.
createDropDownList(ArrayList, String, ListBox) - Method in class GWTApplication.client.FaultDBForm
Adds the names of the people into the list provided.
createEmailLink(String, int, String, String) - Static method in class GWTApplication.client.FaultDBForm
This method will be used to return a HTML which can be clicked on to create an email.
createFault(Fault) - Method in interface GWTApplication.client.FaultService
 
createFault(Fault, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
createFault() - Method in interface GWTApplication.client.InternationalizationConstants
 
createFault(Fault) - Method in class GWTApplication.server.FaultServiceImpl
This method will be called to create a new fault in the fault database from the data which should have been passed into the method by AJAX client which should be running on the clients web browser.
createFaultDisclosurePanelContent() - Method in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
This method will be called to generate the disclosure content panel which contains the full details of the fault which is displayed when the user clicks upon the arrow icon in the disclosure panel in the display.
createFaultReportAsPDF(int, Document) - Method in class GWTApplication.server.FaultServiceImpl
Add the full details of the fault history into the PDF document ready for printing out.
createNewFaultPanel - Variable in class GWTApplication.client.Main
This is an instance of the new fault form object which will allow the user to enter a new fault into the system
createNewOptions() - Method in interface GWTApplication.client.InternationalizationConstants
 
createNewRoleForUser(int, Integer, String) - Method in class GWTApplication.client.ManageSystem
Creates a new role for a user.
createNewUser() - Method in interface GWTApplication.client.InternationalizationConstants
 
createNewUser() - Method in class GWTApplication.client.ManageSystem
This will add a new user to the system.
CreateNewUserButton - Variable in class GWTApplication.client.ManageSystem
This is the button which will be pressed to generate a new user
createSearchTabPanel(String, String, SearchForm.InputField[], int, boolean) - Method in class GWTApplication.client.SearchForm
This method will create a search panel within the parent tab panel.
CurrentCommentDetails - Variable in class GWTApplication.client.FaultComment
This contains the details of the current comment if there is one currently entered into the database against the current fault
CurrentInstrumentList - Static variable in class GWTApplication.client.FaultDBForm
This is the list of current instruments which can be selected
currentRow - Variable in class GWTApplication.client.SearchResultFormatter.DisplaySearchResultsIncrementalCommand
This is the current row in the search result table into which we put the next search result
CurrentSolutionDetails - Variable in class GWTApplication.client.FaultSolution
This contains the details of the current solution if there is one entered into the database against the current fault
CurrentWorkaroundDetails - Variable in class GWTApplication.client.FaultWorkAround
This contains the details of the current workaround if there is one entered into the database against the current fault.

D

dataSource - Variable in class GWTApplication.server.FaultServiceImpl
This is a data resource from the servlet container which contains a postgres data source
dateEntered - Variable in class GWTApplication.client.Comment
This is the date that the entry was made in DD/MM/YYYY
dateEntered - Variable in class GWTApplication.client.Fault
This is the date that the entry was made
dateEntered - Variable in class GWTApplication.client.Solution
This is the date that the entry was made in DD/MM/YYYY
dateEntered - Variable in class GWTApplication.client.Workaround
This is the date that the entry was made in DD/MM/YYYY
dateFieldNotCompletedCorrectly(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
dateInTheFuture(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
dateOccured - Variable in class GWTApplication.client.Fault
This is the date that the fault occurred
dateOccured() - Method in interface GWTApplication.client.InternationalizationConstants
 
DATEOCCURED - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
DateOccurred - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the date that the fault occured.
DBCPoolingListener - Class in GWTApplication.server
This is a class which will be called by Tomcat when the servlet for the fault database is loaded by the container and will result in the database connection pool being initialised.
DBCPoolingListener() - Constructor for class GWTApplication.server.DBCPoolingListener
 
DEFAULTPRIVILEDGE - Static variable in class GWTApplication.client.FaultDatabaseConstants
 
DEFAULTUSER - Static variable in class GWTApplication.client.FaultDatabaseConstants
 
defectNumber() - Method in interface GWTApplication.client.InternationalizationConstants
 
DEFECTNUMBER - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
defectNumberNotSpecifiedCorrectly() - Method in interface GWTApplication.client.InternationalizationConstants
 
DEList - Static variable in class GWTApplication.client.FaultDBForm
This is a list static list of the DEs.
description - Variable in class GWTApplication.client.Comment
This is the description of the comment which was entered
description - Variable in class GWTApplication.client.Fault
Free format text field into which the user can enter the details of the description.
description() - Method in interface GWTApplication.client.InternationalizationConstants
 
description - Variable in class GWTApplication.client.Solution
This is the description of the solution which was entered
description - Variable in class GWTApplication.client.Workaround
This is the description of the workaround which was entered
descriptionFieldNotCompleted() - Method in interface GWTApplication.client.InternationalizationConstants
 
displayNewFaults - Variable in class GWTApplication.client.SearchResultFormatter
Whether to add new faults which are entered into the database after this search result displayer has been initialised
displaySearchResults(ArrayList, TabPanel) - Method in class GWTApplication.client.SearchResultFormatter
Formats the results of the search query and displays them in the table which was passed into the method.
DONOTSTORECREDENTIALS - Static variable in class GWTApplication.client.FaultDatabaseConstants
Used by the STOREPASSWORDCOOKIE cookie to indicate that we do not store the password/uid
DutyEngineer - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the name of the duty technician who was on duty when the fault occurred
DUTYENGINEER - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
DUTYENGINEERS - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is a constant which indicates a group of duty engineers
dutyTechnician() - Method in interface GWTApplication.client.InternationalizationConstants
 
dutyTechnicianEmail - Variable in class GWTApplication.client.Fault
This is the name of the duty technician who was on duty at the time that the fault occurred
DUTYTECHNICIANIDX - Static variable in class GWTApplication.client.ManageSystem
 
dutyTechnicianName - Variable in class GWTApplication.client.Fault
This is the name of the duty engineer
dutyTechnicianSurname - Variable in class GWTApplication.client.Fault
Surname of the duty engineer

E

emailAddress - Variable in class GWTApplication.client.ChangePasswordDialogBox
This is the email address of the person that is to have his password updated
emailAddress() - Method in interface GWTApplication.client.InternationalizationConstants
 
EmailAddress - Variable in class GWTApplication.client.Person
Email address
en_description - Variable in class GWTApplication.client.FaultType
This is the english description of the FaultType
en_description - Variable in class GWTApplication.client.FDBSystem
This is the english description of the FDBSystem
en_description - Variable in class GWTApplication.client.Instrument
This is the english description of the instrument
en_description - Variable in class GWTApplication.client.Severity
This is the english description of the severity
en_description - Variable in class GWTApplication.client.Site
This is the english description of the site
en_description - Variable in class GWTApplication.client.State
This is the english description of the state
endDate() - Method in interface GWTApplication.client.InternationalizationConstants
 
ENDDATE - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
EnteredBy - Variable in class GWTApplication.client.FaultAddition
The user will enter the name of the person which made the fault addition into this field
enteredBy() - Method in interface GWTApplication.client.InternationalizationConstants
 
enteredByEmail - Variable in class GWTApplication.client.Comment
This is the email address of the person that entered the details of the comment
enteredByEmail - Variable in class GWTApplication.client.Fault
This is the name of the person which has entered the fault.
enteredByEmail - Variable in class GWTApplication.client.Solution
This is the email address of the person that entered the details of the solution
enteredByEmail - Variable in class GWTApplication.client.Workaround
This is the email address of the person that entered the details of the workaround
enteredByName - Variable in class GWTApplication.client.Comment
This is the christian name of the person that entered the comment
enteredByName - Variable in class GWTApplication.client.Fault
This is the name of the person that entered the fault
enteredByName - Variable in class GWTApplication.client.Solution
This is the christian name of the person that entered the solution
enteredByName - Variable in class GWTApplication.client.Workaround
This is the christian name of the person that entered the workaround
enteredByPhrase() - Method in interface GWTApplication.client.InternationalizationConstants
 
enteredBySurname - Variable in class GWTApplication.client.Comment
This is the surname of the person that entered the comment
enteredBySurname - Variable in class GWTApplication.client.Fault
Surname of the person that entered the fault
enteredBySurname - Variable in class GWTApplication.client.Solution
This is the surname of the person that entered the solution
enteredBySurname - Variable in class GWTApplication.client.Workaround
This is the surname of the person that entered the workaround
espanol() - Method in interface GWTApplication.client.InternationalizationConstants
 
execute() - Method in class GWTApplication.client.SearchResultFormatter.DisplaySearchResultsIncrementalCommand
 

F

Fault - Class in GWTApplication.client
This is an entity class which is used to hold the details of a fault and will be used to transfer the details of a defect report around the system.
Fault() - Constructor for class GWTApplication.client.Fault
 
fault - Variable in class GWTApplication.client.FaultEntryDetails
This is the details of a fault body
fault() - Method in interface GWTApplication.client.InternationalizationConstants
 
FaultAddition - Class in GWTApplication.client
This is a base class will be used to generate a tab at the bottom of the fault modification form to allow them to create additions to a fault.
FaultAddition(int, FaultServiceAsync, InternationalizationConstants, AuthenticationDetails, FaultUpdatedListener) - Constructor for class GWTApplication.client.FaultAddition
Constructor for the fault addition tab in the modify fault form
FaultAdditionPanel - Variable in class GWTApplication.client.ModifyFault
This tab panel is located at the foot of the form and will allow the user to add a comment, a solution or a workarounds to the fault
FaultAdditionTable - Variable in class GWTApplication.client.FaultAddition
This is the table into which we will pack all of these widgets which will be used to enter the data
FaultAdditionText - Variable in class GWTApplication.client.FaultAddition
This is the text area into which the user will enter the details of the text addition
FaultBeingEdited - Variable in class GWTApplication.client.ModifyFault
This is the details of the fault which is being edited as they came from the database
FaultComment - Class in GWTApplication.client
This class will be used to generate a tab at the bottom of the fault modification form which will allow the user to attached to the fault the details of a comment which he has entered.
FaultComment(int, FaultServiceAsync, InternationalizationConstants, AuthenticationDetails, FaultUpdatedListener) - Constructor for class GWTApplication.client.FaultComment
Constructor for the fault comment tab in the modify fault form
faultComment() - Method in interface GWTApplication.client.InternationalizationConstants
 
FaultCommentPanel - Variable in class GWTApplication.client.ModifyFault
This is an instance of the object which will allow the user to enter the details of the comments which will be associated with the fault
FaultContainerPanel - Variable in class GWTApplication.client.ModifyFault
This is the tab panel which contains the update fault form
FaultDatabaseConstants - Class in GWTApplication.client
 
FaultDatabaseConstants() - Constructor for class GWTApplication.client.FaultDatabaseConstants
 
FaultDBForm - Class in GWTApplication.client
This is a base class which supports the forms which are to be displayed by the application.
FaultDBForm() - Constructor for class GWTApplication.client.FaultDBForm
 
FaultDescription - Variable in class GWTApplication.client.NewFaultForm
This field will be used to hold a free format text description of the fault
faultDisplayer - Variable in class GWTApplication.client.SearchResultFormatter.FaultLinkClickListener
 
faultDisplayers - Variable in class GWTApplication.client.SearchResultFormatter
This is a has of all of the fault displayers which are associated with the disclosure panels
FaultEntryDetails - Class in GWTApplication.client
This class is a entity class which is used to transfer the full details of a fault back to the client
FaultEntryDetails() - Constructor for class GWTApplication.client.FaultEntryDetails
 
faultExists(int, boolean) - Method in interface GWTApplication.client.FaultService
 
faultExists(int, boolean, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
faultExists(int, boolean) - Method in class GWTApplication.server.FaultServiceImpl
Used by the client to establish if the fault actually exists in the database
faultHistory - Variable in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
Contains the full history of the fault
FaultListener - Interface in GWTApplication.client
An interface which is used by the FaultUpdateMonitor class to inform a listener that a fault that it has registered an interested in has been updated
FaultNumber - Variable in class GWTApplication.client.FaultAddition
This is the fault number which is associated with this fault addition
FaultNumber - Variable in class GWTApplication.client.ModifyFault
This is the fault number which is associated with the fault which is being edited
FAULTNUMBER - Static variable in class GWTApplication.client.SearchForm
The fault number of the fault
faultNumber - Variable in class GWTApplication.client.SearchResultFormatter.CloseFaultClickListener
This is the fault number which is associated with the fault to be closed
FaultNumber - Variable in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
This is the defect number which is associated with the fault
faultNumber - Variable in class GWTApplication.client.SearchResultFormatter.FaultLinkClickListener
 
faultNumber - Variable in class GWTApplication.client.SearchResultFormatter.GetEmailUpdateClickListener
 
FaultNumber - Variable in class GWTApplication.client.SearchResultFormatter.ModifyFaultClickListener
This is the fault number of the fault which this object is associated with
FaultNumber - Variable in class GWTApplication.client.SearchResultFormatter.PrintFaultClickListener
This is the fault number which will be printed by this instance of the dialog.
faultOpen - Variable in class GWTApplication.client.Fault
Whether the fault it open or not
faultsChanged(ArrayList) - Method in interface GWTApplication.client.FaultListener
Called when one of the faults which the implementing object has registered an interest in, has changed in the database.
faultsChanged(ArrayList) - Method in class GWTApplication.client.SearchResultFormatter
This is an obligation of the FaultListener interface and is called whenever one of the faults in the table that we are displaying is changed in the database and then we update the fault in the result displayer.
FaultService - Interface in GWTApplication.client
 
FaultServiceAsync - Interface in GWTApplication.client
 
FaultServiceImpl - Class in GWTApplication.server
This class implments all of the services which will be used by the fault database application to support the client AJAX/GWT componentry which runs on the client browser.
FaultServiceImpl() - Constructor for class GWTApplication.server.FaultServiceImpl
 
FaultServiceImpl.AdvancedDataType - Enum in GWTApplication.server
 
FaultServiceImpl.AdvancedDataType() - Constructor for enum GWTApplication.server.FaultServiceImpl.AdvancedDataType
 
FaultServiceImpl.MailManagementUnattendedFaults - Class in GWTApplication.server
This is a timer task which will be used to mail a list of recipients the details of all faults which have remained in the new state for more than 48 hours.
FaultServiceImpl.MailManagementUnattendedFaults() - Constructor for class GWTApplication.server.FaultServiceImpl.MailManagementUnattendedFaults
 
FaultServiceImpl.NotifyPendingFaults - Class in GWTApplication.server
This is a timer task which will mail the person assigned a fault if the fault is in a pending state for more than 7 days.
FaultServiceImpl.NotifyPendingFaults() - Constructor for class GWTApplication.server.FaultServiceImpl.NotifyPendingFaults
 
FaultServiceImpl.PrintNewFaultsInLastTwentyFourHours - Class in GWTApplication.server
This is a timertask which will be used to print all new faults in the previous 24 hours to the printer in the operations room.
FaultServiceImpl.PrintNewFaultsInLastTwentyFourHours() - Constructor for class GWTApplication.server.FaultServiceImpl.PrintNewFaultsInLastTwentyFourHours
 
FaultServiceImpl.TextFieldsToSearch - Enum in GWTApplication.server
An enumeration of the list of fields in the fault table which contain text which is suitable to be searched as such.
FaultServiceImpl.TextFieldsToSearch() - Constructor for enum GWTApplication.server.FaultServiceImpl.TextFieldsToSearch
 
FaultSolution - Class in GWTApplication.client
This class will be used to generate a tab at the bottom of the fault modification form which will allow the user to attached to the fault the details of a solution which he has entered.
FaultSolution(int, FaultServiceAsync, InternationalizationConstants, AuthenticationDetails, FaultUpdatedListener) - Constructor for class GWTApplication.client.FaultSolution
Constructor for the fault solution tab in the modify fault form
FaultSolutionPanel - Variable in class GWTApplication.client.ModifyFault
This is an instance of the object which will allow the user to associate with the fault, the details of the solution which has been performed
FaultStateList - Static variable in class GWTApplication.client.FaultDBForm
This is the list of fault states
faultsUpdated - Variable in class GWTApplication.client.FaultUpdateSnapshot
This is an array of all of the faults which have been updated since the last time that we have checked the database for updates.
faultTableRowMapping - Variable in class GWTApplication.client.SearchResultFormatter
This is a hashmap which contains for each faults, which row in the table that they reside in.
faultToLinkTo() - Method in interface GWTApplication.client.InternationalizationConstants
 
faultToPrint - Variable in class GWTApplication.client.PrintFaultDialog
This is the fault to be printed
faultType - Variable in class GWTApplication.client.Fault
This is the type of fault which is the language of the current locale.
FaultType - Class in GWTApplication.client
 
FaultType() - Constructor for class GWTApplication.client.FaultType
 
faultType() - Method in interface GWTApplication.client.InternationalizationConstants
 
FAULTTYPE - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
faultType_id - Variable in class GWTApplication.client.Fault
 
faultTypeFieldIsNotAssigned() - Method in interface GWTApplication.client.InternationalizationConstants
 
FaultTypeList - Static variable in class GWTApplication.client.FaultDBForm
This is the list of faults
faultUpdated(int) - Method in interface GWTApplication.client.InternationalizationConstants
 
faultUpdatedEvent(int) - Method in interface GWTApplication.client.FaultUpdatedListener
Is called when a fault is found to have been updated in the database.
faultUpdatedEvent(int) - Method in class GWTApplication.client.ModifyFault
The obligation of the fault update listener interface which is called when one of the components in this interface updates a fault.
FaultUpdatedListener - Interface in GWTApplication.client
This interface will be implemented by a class which is interested in knowing when a fault has been updated or not.
faultUpdateListener - Variable in class GWTApplication.client.FaultAddition
This is a listener which is called when we save the fault
FaultUpdateMonitor - Class in GWTApplication.client
This class will be used to check the database intermittingly to see if any of the faults which listeners have registered an interest in have been updated.
FaultUpdateMonitor(FaultServiceAsync) - Constructor for class GWTApplication.client.FaultUpdateMonitor
Constructor
faultUpdateMonitor - Variable in class GWTApplication.client.LoginPanel
Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
faultUpdateMonitor - Variable in class GWTApplication.client.Main
Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
faultUpdateMonitor - Variable in class GWTApplication.client.QuickViewReport
Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
faultUpdateMonitor - Variable in class GWTApplication.client.SearchForm
Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
faultUpdateMonitor - Variable in class GWTApplication.client.SearchResultFormatter
Used to check the database intermittingly and report back to listeners which faults they are displaying have changed so that they may update their view accordingly.
FaultUpdateSnapshot - Class in GWTApplication.client
This class is a entity class which is used to transfer the details of all of the faults which have been updated in the database since the web client last checked.
FaultUpdateSnapshot() - Constructor for class GWTApplication.client.FaultUpdateSnapshot
 
FaultWorkAround - Class in GWTApplication.client
This class will be used to generate a tab at the bottom of the fault modification form which will allow the user to attach to the fault the details of a workaround which he has entered.
FaultWorkAround(int, FaultServiceAsync, InternationalizationConstants, AuthenticationDetails, FaultUpdatedListener) - Constructor for class GWTApplication.client.FaultWorkAround
Constructor for the fault workaround tab in the modify fault form
FaultWorkAroundPanel - Variable in class GWTApplication.client.ModifyFault
This is an instance of the object which will allow the user to associate with a fault, the details of a workaround which has been performed
FDBLoginListener - Interface in GWTApplication.client
This is an interface which a listener for user authentication must implement if it wants to be informed when the user has authenticated.
FDBPRINTER - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is the cookie which is associated with the default printer for the user
FDBSystem - Class in GWTApplication.client
 
FDBSystem() - Constructor for class GWTApplication.client.FDBSystem
 
fetchHTMLFaultReport(int, boolean) - Method in class GWTApplication.server.FaultServiceImpl
Fetch from the database the details of the fault and all of it's comments and prepare an HTML report which can be returned to the user
FieldInvalidException - Exception in GWTApplication.client
Thrown when there is a problem verifing a field in a form.
FieldInvalidException(String) - Constructor for exception GWTApplication.client.FieldInvalidException
 
fillListBoxWithCurrentInstruments(ListBox, String) - Method in class GWTApplication.client.FaultDBForm
Gets a list of only the current instruments (not decommissioned) from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithDutyTechnicians(ListBox, String, boolean) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the duty technician from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithFaultType(ListBox, String) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the fault types from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithInstruments(ListBox, String) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the all instruments from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithSeverity(ListBox, String) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the severities from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithSites(ListBox, String) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the sites from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithStaffMembers(ListBox, String, boolean) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the staff members from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithStates(ListBox, String) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the fault states from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithSupportAstronomers(ListBox, String, boolean) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the support astronomer from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithSystems(ListBox, String) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the systems from the tomcat faultdb servlet and initialises the list box which was provided by the caller.
fillListBoxWithTelescopeOperators(ListBox, String, boolean) - Method in class GWTApplication.client.FaultDBForm
Gets a list of the telescope operators from the tomcat faultdb servlet and initialises the list of the telescope operators in the list box which was provided by the caller.
fillQuickViewPanel(int) - Method in class GWTApplication.client.QuickViewReport.QuickSearchType
This is called to update the tab with the view associated with the quick view tab.
FullDEList - Static variable in class GWTApplication.client.FaultDBForm
This is a list static list of the DEs.
FullSAList - Static variable in class GWTApplication.client.FaultDBForm
This is a list static list of the SAs.
FullStaffMemberList - Static variable in class GWTApplication.client.FaultDBForm
This is a list static list of the staff.
FullTOList - Static variable in class GWTApplication.client.FaultDBForm
This is a list static list of the TOs.
FULLWIDTH - Static variable in class GWTApplication.client.SearchForm
A static to indicate that the widget should occupy the full width of the table into which it is positioned.

G

getCommentDetails(Integer) - Method in interface GWTApplication.client.FaultService
Get all of the comments which are associated with the specified fault
getCommentDetails(Integer, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getCommentDetails(Integer) - Method in class GWTApplication.server.FaultServiceImpl
Get the details of a comment from the database which is associated with the fault number which was specified by the caller
getControlWidget() - Method in class GWTApplication.client.SearchForm.InputField
 
getCurrentDate() - Method in class GWTApplication.client.FaultDBForm
Get current date in the format DD/MM/YYYY and return it to the caller.
getCurrentTime() - Method in class GWTApplication.client.FaultDBForm
Get current time in the format HH:MM and return it to the caller
getDutyTechnicians(boolean) - Method in interface GWTApplication.client.FaultService
 
getDutyTechnicians(boolean, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getDutyTechnicians(boolean) - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the duty technicians to the caller which are recalled from the fault database table DUTYTECHNICIANVIEW.
getEmailAddress() - Method in class GWTApplication.client.Person
 
getEn_description() - Method in class GWTApplication.client.FaultType
 
getEn_description() - Method in class GWTApplication.client.FDBSystem
Gets the English description of the system
getEn_description() - Method in class GWTApplication.client.Instrument
 
getEn_description() - Method in class GWTApplication.client.Severity
 
getEn_description() - Method in class GWTApplication.client.Site
 
getEn_description() - Method in class GWTApplication.client.State
 
getFaultDetails(Integer, String) - Method in interface GWTApplication.client.FaultService
 
getFaultDetails(Integer, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getFaultDetails() - Method in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
This method will be used to get the full details of this fault back from the database and then display them in the content panel of the disclosure panel which is associated with this fault.
getFaultDetails(Integer, String) - Method in class GWTApplication.server.FaultServiceImpl
Get the details of the fault from the database which was specified by the caller
getFaultNumber() - Method in class GWTApplication.client.ModifyFault
Return the fault number which is associated with this panel to the caller
getFaultsUpdated(Date, String) - Method in interface GWTApplication.client.FaultService
Gets a list of all of the faults which have been updated since the last time that the client checked to see if the faults which it is displaying has been updated.
getFaultsUpdated(Date, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getFaultsUpdated(Date, String) - Method in class GWTApplication.server.FaultServiceImpl
Get a list of the faults from the database which have been updated since the last time that this client checked the database.
getFaultType() - Method in interface GWTApplication.client.FaultService
Return the names of all of the FaultType to the caller which are recalled from the fault database table.
getFaultType(AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getFaultType() - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the FaultType to the caller which are recalled from the fault database table.
getFullFaultHistory(int, String) - Method in interface GWTApplication.client.FaultService
Deliver the full details of a fault back to the caller
getFullFaultHistory(int, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getFullFaultHistory(int, String) - Method in class GWTApplication.server.FaultServiceImpl
This will be used to return the full history of a fault.
getFullUserNameFromEmailAddress(String) - Method in class GWTApplication.client.FaultDBForm
Take an email address and return the full name of the person.
getId() - Method in class GWTApplication.client.FaultType
 
getId() - Method in class GWTApplication.client.FDBSystem
Gets the primary key which is associated with the system
getId() - Method in class GWTApplication.client.Instrument
 
getId() - Method in class GWTApplication.client.Severity
 
getId() - Method in class GWTApplication.client.Site
 
getId() - Method in class GWTApplication.client.State
 
getInstruments(boolean) - Method in interface GWTApplication.client.FaultService
Return the names of all of the instrument to the caller which are recalled from the fault database table.
getInstruments(boolean, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getInstruments(boolean) - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the instrument to the caller which are recalled from the fault database table.
getLinkedFaults(int) - Method in class GWTApplication.server.FaultServiceImpl
Gets all of the faults which are linked to the fault specified
getMembersOfStaffNotInGroup(Integer) - Method in interface GWTApplication.client.FaultService
Get the list of people who are not in the group specified.
getMembersOfStaffNotInGroup(Integer, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getMembersOfStaffNotInGroup(Integer) - Method in class GWTApplication.server.FaultServiceImpl
Get a list of staff members which are not in the group people which have been specified by the caller from the database. this will be used for instance to get a list of all of the staff members except those in the TO group for instance.
getName() - Method in class GWTApplication.client.Person
 
getNumberOfFaultsBeingEdited() - Method in class GWTApplication.client.ModifyFormPanel
Returns the number of faults being edited
getPersonDetails(String, String, boolean) - Method in class GWTApplication.server.FaultServiceImpl
Get the list of people as specified by the caller.
getPostscriptPrinters() - Method in interface GWTApplication.client.FaultService
Return a list of all of the printers which are currently accesible by this machine
getPostscriptPrinters(AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getPostscriptPrinters() - Method in class GWTApplication.server.FaultServiceImpl
Return a list of all of the printers which are currently accesible by this machine
getQuickViewFaultData(int, String) - Method in interface GWTApplication.client.FaultService
Get all faults which go back to a specific date which has been specified by the caller.
getQuickViewFaultData(int, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getQuickViewFaultData(int, String) - Method in class GWTApplication.server.FaultServiceImpl
Get all faults which go back to a specific date which has been specified by the caller.
getSelectedItemText() - Method in class GWTApplication.client.LabelListBox
This will return the value of the item which has been selected in the list
getSeverity() - Method in interface GWTApplication.client.FaultService
Return the names of all of the severity to the caller which are recalled from the fault database table.
getSeverity(AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getSeverity() - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the severity to the caller which are recalled from the fault database table.
getSites() - Method in interface GWTApplication.client.FaultService
 
getSites(AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getSites() - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the sites to the caller which are recalled from the fault database table.
getSolutionDetails(Integer) - Method in interface GWTApplication.client.FaultService
 
getSolutionDetails(Integer, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getSolutionDetails(Integer) - Method in class GWTApplication.server.FaultServiceImpl
Get the details of a solution from the database which is associated with the fault number which was specified by the caller
getSp_description() - Method in class GWTApplication.client.FaultType
 
getSp_description() - Method in class GWTApplication.client.FDBSystem
Gets the Spanish description of the system
getSp_description() - Method in class GWTApplication.client.Instrument
 
getSp_description() - Method in class GWTApplication.client.Severity
 
getSp_description() - Method in class GWTApplication.client.Site
 
getSp_description() - Method in class GWTApplication.client.State
 
getStaffMembers(boolean) - Method in interface GWTApplication.client.FaultService
Return the names of all of the staff members to the caller which are recalled from the fault database table.
getStaffMembers(boolean, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getStaffMembers(boolean) - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the staff members to the caller which are recalled from the fault database table.
getStates() - Method in interface GWTApplication.client.FaultService
 
getStates(AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getStates() - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the states to the caller which are recalled from the fault database table.
getSubscribedFaults(AuthenticationDetails, String) - Method in interface GWTApplication.client.FaultService
This is used to get a list of the faults which the user specified is subscribed to
getSubscribedFaults(AuthenticationDetails, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getSubscribedFaults(AuthenticationDetails, String) - Method in class GWTApplication.server.FaultServiceImpl
This is used to get a list of the faults which the user specified is subscribed to
getSupportAstronomers(boolean) - Method in interface GWTApplication.client.FaultService
 
getSupportAstronomers(boolean, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getSupportAstronomers(boolean) - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the support astronomers to the caller which are recalled from the fault database table.
getSurname() - Method in class GWTApplication.client.Person
 
getSystems() - Method in interface GWTApplication.client.FaultService
Return the names of all of the system to the caller which are recalled from the fault database table.
getSystems(AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getSystems() - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the system to the caller which are recalled from the fault database table.
getTelescopeOperators(boolean) - Method in interface GWTApplication.client.FaultService
 
getTelescopeOperators(boolean, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getTelescopeOperators(boolean) - Method in class GWTApplication.server.FaultServiceImpl
Return the names of all of the telescope operators to the caller which are recalled from the fault database table TELESCOPEOPERATORVIEW.
getUnsavedChangesConfirmation() - Method in interface GWTApplication.client.InternationalizationConstants
 
getWorkaroundDetails(Integer) - Method in interface GWTApplication.client.FaultService
 
getWorkaroundDetails(Integer, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
getWorkaroundDetails(Integer) - Method in class GWTApplication.server.FaultServiceImpl
Get the details of a workaround from the database which is associated with the fault number which was specified by the caller
GUEST - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is the guest user
guest() - Method in interface GWTApplication.client.InternationalizationConstants
 
GWTApplication.client - package GWTApplication.client
 
GWTApplication.server - package GWTApplication.server
 

H

hasAdminPriviledge - Variable in class GWTApplication.client.SearchResultFormatter
Whether the user has the privilege to perform admin type functions
HasOptionalVisibilityInSearchQuery - Variable in class GWTApplication.client.SearchForm.InputField
 
hasPriviledgeLevel(String) - Method in class GWTApplication.client.AuthenticationDetails
Will be used for ascertaining whether or not a user has a the specific priviledge level.
HEADOFTABLE - Static variable in class GWTApplication.client.SearchResultFormatter
Indicates the first row in the search result table
help() - Method in interface GWTApplication.client.InternationalizationConstants
 
HelpDialog - Variable in class GWTApplication.client.QuickHelpDialog
 
helpFrame - Variable in class GWTApplication.client.QuickHelpDialog
This is the frame which will hold the help information
helpURL - Variable in class GWTApplication.client.QuickHelpDialog
This the URL of the page which contains the help information
HighestDefectNoInTable - Variable in class GWTApplication.client.SearchResultFormatter
This is the fault id with the highest defect number which is displayed in the table
HORIZONTAL - Static variable in class GWTApplication.client.LabelTextBox
This static is used to indicate that the label and the text box should be packed in a horizontal manner
HORIZONTAL_ALIGNMENT - Static variable in class GWTApplication.client.LabelListBox
Whether the two widgets should be stacked horizontally
hour() - Method in interface GWTApplication.client.InternationalizationConstants
 
hours() - Method in interface GWTApplication.client.InternationalizationConstants
 

I

id - Variable in class GWTApplication.client.Comment
This is the fault number which this comment is associated with
id - Variable in class GWTApplication.client.Fault
This is the identifier which is associated with the fault.
id - Variable in class GWTApplication.client.FaultType
This is the primary identifier of the FaultType
id - Variable in class GWTApplication.client.FDBSystem
This is the primary identifier of the FDBSystem
id - Variable in class GWTApplication.client.Instrument
This is the primary identifier of the instrument
id - Variable in class GWTApplication.client.Severity
This is the primary identifier of the severity
id - Variable in class GWTApplication.client.Site
This is the primary identifier of the site
id - Variable in class GWTApplication.client.Solution
This is the fault number which this solution is associated with
id - Variable in class GWTApplication.client.State
This is the primary identifier of the state
id - Variable in class GWTApplication.client.Workaround
This is the fault number which this workaround is associated with
iDoNotHaveAPassword() - Method in interface GWTApplication.client.InternationalizationConstants
 
Index - Variable in class GWTApplication.client.SearchForm.InputField
 
information() - Method in interface GWTApplication.client.InternationalizationConstants
 
informEmailListenersFaultHasChanged(String, int) - Method in interface GWTApplication.client.FaultService
 
informEmailListenersFaultHasChanged(String, int, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
informEmailListenersFaultHasChanged(String, int) - Method in class GWTApplication.server.FaultServiceImpl
Send an email to all of the people that have registered an interest in this fault.
INGUSERPRIVILEDGE - Static variable in class GWTApplication.client.FaultDatabaseConstants
 
init() - Method in class GWTApplication.server.FaultServiceImpl
Constructor.
InputFieldLabel - Variable in class GWTApplication.client.ManageSystem.InterfaceInputField
This is the label which will be attached to the input field
InputFieldWidgets - Variable in class GWTApplication.client.ModifyFault
This is a hash map which contains the details of all of the widgets which are contained within the form
InputWidget - Variable in class GWTApplication.client.ManageSystem.InterfaceInputField
This is the input widget
instrument - Variable in class GWTApplication.client.Fault
This is the name of the instrument which is associated with the fault which is in the language of the locale
Instrument - Class in GWTApplication.client
 
Instrument() - Constructor for class GWTApplication.client.Instrument
 
instrument() - Method in interface GWTApplication.client.InternationalizationConstants
 
Instrument - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the name of the instrument which is associated with the fault
INSTRUMENT - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
instrument_id - Variable in class GWTApplication.client.Fault
 
INSTRUMENTIDX - Static variable in class GWTApplication.client.ManageSystem
 
InstrumentList - Static variable in class GWTApplication.client.FaultDBForm
This is the list of all instruments which can be selected
InterestedInFaultUpdatesCheckbox - Variable in class GWTApplication.client.NewFaultForm
This is a checkbox which the user will be use to indicate whether or not he wants to be informed when there are modifications to the fault in any way
InterfaceInputFields - Variable in class GWTApplication.client.ManageSystem
 
internationalizationConstants - Variable in class GWTApplication.client.BusyIndicator
This class will be used for internationalization so that we can flick between the locales of English and Spanish.
internationalizationConstants - Variable in class GWTApplication.client.FaultDBForm
This class will be used for internationalization so that we can flick between the locales of English and Spanish.
internationalizationConstants - Variable in class GWTApplication.client.FaultUpdateMonitor
This class will be used for internationalization so that we can flick between the locales of English and Spanish.
InternationalizationConstants - Interface in GWTApplication.client
This class forms part of the internationalization of the application.
internationalizationConstants - Variable in class GWTApplication.client.Main
This class will be used for internationalization so that we can flick between the locales of English and Spanish.
internationalizationConstants - Variable in class GWTApplication.client.SearchForm
This class will be used for internationalization so that we can flick between the locales of English and Spanish.
internationalizationConstants - Variable in class GWTApplication.client.SearchResultFormatter
This class will be used for internationalization so that we can flick between the locales of English and Spanish.
introduction() - Method in interface GWTApplication.client.InternationalizationConstants
 
invalidEmailAddress() - Method in interface GWTApplication.client.InternationalizationConstants
 
isFaultBeingEdited(int) - Method in class GWTApplication.client.ModifyFormPanel
Reports whether the fault specified is being edited or not.

K

keywords() - Method in interface GWTApplication.client.InternationalizationConstants
 
KEYWORDS - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server

L

label - Variable in class GWTApplication.client.LabelListBox
This is the label which is associated with the list box.
label - Variable in class GWTApplication.client.LabelTextBox
This is the label widget which is associated with the text box
LabelListBox - Class in GWTApplication.client
This is a composite widget which comprises of a list box and a label.
LabelListBox(int) - Constructor for class GWTApplication.client.LabelListBox
This is the constructor which will generate a panel which contains both the label and the list box
LabelTextBox - Class in GWTApplication.client
This is a composite Widget which is comprised of a label and a text box into which the user can enter free-format text.
LabelTextBox(int) - Constructor for class GWTApplication.client.LabelTextBox
This is the constructor for the class
landscapeMode() - Method in interface GWTApplication.client.InternationalizationConstants
 
LANDSCAPEMODE - Variable in class GWTApplication.client.PrintFaultDialog
Used when storing in a cookie the orientation of the page to be printed.
LANGUAGECOOKIE - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is the cookie to hold the preferred language of the interface
lastModified - Variable in class GWTApplication.client.Fault
This is the time that the fault was last modified
link() - Method in interface GWTApplication.client.InternationalizationConstants
 
LinkDialog - Variable in class GWTApplication.client.LinkFaultDialog
This is the main dialog box which will be displayed
linkFault(int, int) - Method in interface GWTApplication.client.FaultService
 
linkFault(int, int, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
linkFault() - Method in interface GWTApplication.client.InternationalizationConstants
 
linkFault(int, int) - Method in class GWTApplication.server.FaultServiceImpl
Will be used to link a fault which is specified by the user to another fault
LinkFaultDialog - Class in GWTApplication.client
This class will allow the user to link a fault to another fault.
LinkFaultDialog(FaultServiceAsync) - Constructor for class GWTApplication.client.LinkFaultDialog
Constructor
linkfaultDialog - Variable in class GWTApplication.client.SearchResultFormatter.FaultLinkClickListener
 
linkMade(int, int) - Method in interface GWTApplication.client.InternationalizationConstants
 
links - Variable in class GWTApplication.client.FaultEntryDetails
The details of any other linked faults which may be associated with the fault
linkToFault() - Method in interface GWTApplication.client.InternationalizationConstants
 
listBox - Variable in class GWTApplication.client.LabelListBox
This is a list box which will contain all of the options which can may be selected by the user
LISTBOX - Static variable in class GWTApplication.client.SearchForm
A static which is used to indicate that a widget is a list box
Listeners - Variable in class GWTApplication.client.FaultUpdateMonitor
This is a list of the fault listeners
loading() - Method in interface GWTApplication.client.InternationalizationConstants
 
locale() - Method in interface GWTApplication.client.InternationalizationConstants
 
logger - Variable in class GWTApplication.server.FaultServiceImpl
Used for logging
loginButton() - Method in interface GWTApplication.client.InternationalizationConstants
 
LoginButton - Variable in class GWTApplication.client.LoginPanel
This is the button which the user will use to log onto the system.
loginFailed() - Method in interface GWTApplication.client.InternationalizationConstants
 
LoginListener - Variable in class GWTApplication.client.LoginPanel
This is an object which implements the FDBLoginListener interface which will be informed when the user has authenticated himself with the system and what the level of the priviledge is
loginNoIdButton() - Method in interface GWTApplication.client.InternationalizationConstants
 
LoginNoIdButton - Variable in class GWTApplication.client.LoginPanel
The user can press this button to log into the system if he does not have a user id or password
LoginPanel - Class in GWTApplication.client
This class will be used to permit the user to authenticate himself with the new system.
LoginPanel(FaultServiceAsync, FDBLoginListener) - Constructor for class GWTApplication.client.LoginPanel
Constructor which will create a panel into which the user enter the details of his username and password.
loginPanel - Variable in class GWTApplication.client.Main
This is the login panel which the user will be greeted with he first logs onto the system
LoginTable - Variable in class GWTApplication.client.LoginPanel
This will contain all of the fields in which the user will enter his log on credentials

M

MailAddressOfNewUser - Variable in class GWTApplication.client.ManageSystem
This is the text box which the user will use to enter the email address of the new user to the system
MailManagementUntendedFaultsTimerTask - Variable in class GWTApplication.server.FaultServiceImpl
A timer task which is used to inform the relevant people when a fault has been left in the new state for more than 48 hours
Main - Class in GWTApplication.client
This is the main entry point for the fault database application client.
Main() - Constructor for class GWTApplication.client.Main
 
Main.QuickHelpListener - Class in GWTApplication.client
This class is a listener class which is called when the user clicks upon the help link in the main panel and is used to display quick help associated with the application
Main.QuickHelpListener() - Constructor for class GWTApplication.client.Main.QuickHelpListener
 
MainPanel - Variable in class GWTApplication.client.LoginPanel
This is the dock panel which will be used for holding all of elements in the display
mainPanel - Variable in class GWTApplication.client.ManageSystem
This is the main panel into which we pack up all of the Widgets which comprise this form.
MainTabBar - Variable in class GWTApplication.client.Main
This is the main tab bar which will contain for each form in the Fault management system a tab which can be used to access that form
MainTabPanel - Variable in class GWTApplication.client.ModifyFault
This is the main tab panel
MainTabPanel - Variable in class GWTApplication.client.ModifyFormPanel
This is the main tab panel
mainTabPanel - Variable in class GWTApplication.client.NewFaultForm
This is the main tab panel
MainTabPanel - Variable in class GWTApplication.client.QuickViewReport
This is the main tab panel for the application so that we can programatically change the tabs which are selected.
MainTabPanel - Variable in class GWTApplication.client.SearchForm
This is the main tab panel for the application
MainTabPanel - Variable in class GWTApplication.client.SearchResultFormatter
This is the main tab panel for the application.
MainTabPanel - Variable in class GWTApplication.client.SearchResultFormatter.ModifyFaultClickListener
This is the main tab panel of the application
makeTextFieldDatabaseCompatible(String) - Method in class GWTApplication.server.FaultServiceImpl
Will be used to massage a text field into the correct format for insertion into the database
manageSystem() - Method in interface GWTApplication.client.InternationalizationConstants
 
ManageSystem - Class in GWTApplication.client
This class will be used to add to a tab panel, a form which may be used by a privileged use it to administer the fault management system.
ManageSystem(TabPanel, FaultServiceAsync, AuthenticationDetails) - Constructor for class GWTApplication.client.ManageSystem
This is used to create the panel which will be used by the manager of the system to manage the data
ManageSystem.InterfaceInputField - Class in GWTApplication.client
This will be used for collating together all of the information associated with an input field in the form
ManageSystem.InterfaceInputField(String, String, Widget, Button) - Constructor for class GWTApplication.client.ManageSystem.InterfaceInputField
 
manageSystemPanel - Variable in class GWTApplication.client.Main
This is an instance of the managed system object which will allow the Privileged user to be able to administer the system.
MAXNUMBEROFRESULTS - Static variable in class GWTApplication.server.FaultServiceImpl
Maximum number of items returned by database in one search
ModifyFault - Class in GWTApplication.client
This class will be used to generate a form from which the user may be able to modify and update existing faults within the fault management system.
ModifyFault(int, FaultServiceAsync, InternationalizationConstants, TabPanel, AuthenticationDetails, TabPanel) - Constructor for class GWTApplication.client.ModifyFault
This is used to create the form which will be used to enter the modify the details of the fault.
ModifyFaultSubscriptionListDialog - Class in GWTApplication.client
This class will allow the user to review the list of faults which he has subscribed to recieve emails for so he can opt out of recieving emails for faults that he has previosuly subscribed to.
ModifyFaultSubscriptionListDialog(FaultServiceAsync, AuthenticationDetails) - Constructor for class GWTApplication.client.ModifyFaultSubscriptionListDialog
Constructor
modifyFaultSubscriptionListDialog - Variable in class GWTApplication.client.UpdateFaultSubscriptionListener
This is the dialog window in which the user will change the list of faults which he has subscribed to
ModifyFaultTable - Variable in class GWTApplication.client.ModifyFault
This table is used to hold all of the widgets within the form.
ModifyFaultTabs - Variable in class GWTApplication.client.ModifyFormPanel
This is a tab widget which will contain a series of tabs each one containing the details of a fault which has been requested to be modified
ModifyFormPage - Variable in class GWTApplication.client.SearchForm
This is the object which will be used to allow the user to modify faults should he be entitled to
modifyFormPage - Variable in class GWTApplication.client.SearchResultFormatter.CloseFaultClickListener
This is the panel which is being used to update faults.
ModifyFormPage - Variable in class GWTApplication.client.SearchResultFormatter.ModifyFaultClickListener
The tab panel which contains the faults which are currently being updated
ModifyFormPage - Variable in class GWTApplication.client.SearchResultFormatter
This panel will be used to allow the user to modify the details of a fault
modifyFormPanel - Variable in class GWTApplication.client.Main
This is an instance of the Modify fault object which will allow the user to Update and append to an existing fault in the system.
ModifyFormPanel - Class in GWTApplication.client
This class is used to create a tab into which panels are placed from where the user can modify faults.
ModifyFormPanel(TabPanel, FaultServiceAsync, AuthenticationDetails) - Constructor for class GWTApplication.client.ModifyFormPanel
 
monitor() - Method in interface GWTApplication.client.InternationalizationConstants
 
month() - Method in interface GWTApplication.client.InternationalizationConstants
 
months() - Method in interface GWTApplication.client.InternationalizationConstants
 

N

Name - Variable in class GWTApplication.client.AuthenticationDetails
This is the christian name of the user
name() - Method in interface GWTApplication.client.InternationalizationConstants
 
Name - Variable in class GWTApplication.client.Person
The christian name of the TO
NameOfNewUser - Variable in class GWTApplication.client.ManageSystem
This is the text box which the user will use to enter the name of the new user to the system
NewFaultForm - Class in GWTApplication.client
This class represents a form into which the user can enter the details of a new fault which may subsequently be entered into the system.
NewFaultForm(TabPanel, FaultServiceAsync, AuthenticationDetails) - Constructor for class GWTApplication.client.NewFaultForm
This is used to create the form which will be used to enter the details of a new fault.
newFieldAdded(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
newInstrument() - Method in interface GWTApplication.client.InternationalizationConstants
 
newLabel() - Method in interface GWTApplication.client.InternationalizationConstants
 
NewPassword - Variable in class GWTApplication.client.ChangePasswordDialogBox
The user will enter his new password into this text box widget.
newPassword() - Method in interface GWTApplication.client.InternationalizationConstants
 
newSystem() - Method in interface GWTApplication.client.InternationalizationConstants
 
newUserAdded(String, String) - Method in interface GWTApplication.client.InternationalizationConstants
 
noFaultsBeingEdited() - Method in interface GWTApplication.client.InternationalizationConstants
 
NOLENGTHCHECK - Static variable in class GWTApplication.client.FaultDBForm
Indicates that we should not check the length of the string
noOfSubTasksCompleted - Variable in class GWTApplication.client.ModifyFault
A count of the number of asynchronous subtasks which are performed when the form is created.
noOfSubTasksCompleted - Variable in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
Whether or not we have the fault information for this fault
noSearchResultsFound() - Method in interface GWTApplication.client.InternationalizationConstants
 
noSearchTermSpecified() - Method in interface GWTApplication.client.InternationalizationConstants
 
NOTCHECKED - Static variable in class GWTApplication.client.SearchForm
Used for indicating the state of chcek boxes which are included in the interface
NotifyPendingFaultsTimerTask - Variable in class GWTApplication.server.FaultServiceImpl
This is a timer task which will report faults which have been state pending for more than seven days.
numberOfResultsToAdd - Variable in class GWTApplication.client.SearchResultFormatter.DisplaySearchResultsIncrementalCommand
This is the number of search results that we need to add to the search panel
numberOfRowsAdded - Variable in class GWTApplication.client.SearchResultFormatter.DisplaySearchResultsIncrementalCommand
This is the number of search results which have been added to the search panel

O

observer - Variable in class GWTApplication.client.Fault
This is the name of the observer who was observing at the time that the fault occurred.
observer() - Method in interface GWTApplication.client.InternationalizationConstants
 
Observer - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the name of the observer who was using the system when the fault occurred.
OBSERVER - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
onBeforeTabSelected(SourcesTabEvents, int) - Method in class GWTApplication.client.Main
Called before a tab is selected.
onBeforeTabSelected(SourcesTabEvents, int) - Method in class GWTApplication.client.QuickViewReport
This is part of the tab listener interface which is not used but needs to be defined.
onClick(Widget) - Method in class GWTApplication.client.ChangePasswordDialogBox
This is the click handler which is called when the user calls presses one of the buttons on the dialog.
onClick(Widget) - Method in class GWTApplication.client.ChangePasswordListener
This is called when the user clicks on the hyperlink which allows the user to change his password.
onClick(Widget) - Method in class GWTApplication.client.LinkFaultDialog
This is the click handler which is called when the user calls presses one of the buttons on the dialog
onClick(Widget) - Method in class GWTApplication.client.LoginPanel
Implements the interface which is associated with the ClickListener interface and is called when the user presses buttons in the Login panel interface
onClick(Widget) - Method in class GWTApplication.client.Main.QuickHelpListener
This is called when the user clicks on the hyperlink associated with the help link on the main page and results in the quick help dialog window being displayed.
onClick(Widget) - Method in class GWTApplication.client.ManageSystem
Called when the user presses one of the buttons on the interface and requests the business associated with that button to be performed.
onClick(Widget) - Method in class GWTApplication.client.ModifyFault
This is implements the obligation of the ClickListener interface and will be called when the user presses various buttons on the interface.
onClick(Widget) - Method in class GWTApplication.client.ModifyFaultSubscriptionListDialog
This is the click handler which is called when the user calls presses one of the buttons on the dialog.
onClick(Widget) - Method in class GWTApplication.client.NewFaultForm
This is called when the user presses one of the buttons at the foot for the screen
onClick(Widget) - Method in class GWTApplication.client.PrintFaultDialog
This is the click handler which is called when the user calls presses one of the buttons on the print dialog.
onClick(Widget) - Method in class GWTApplication.client.QuickHelpDialog
This is the click handler which is called when the user calls presses one of the buttons on the print dialog.
onClick(Widget) - Method in class GWTApplication.client.QuickViewReport.QuickSearchType
This is called when the user presses the refresh button on the interface and results in the quick view in the tab panel selected being updated.
onClick(Widget) - Method in class GWTApplication.client.SearchForm
This implements part of the ClickListener interface and is called when the user clicks on the button to activate the search
onClick(Widget) - Method in class GWTApplication.client.SearchResultFormatter.CloseFaultClickListener
Called when the user clicks upon the close fault link and results in the fault being closed down in the database.
onClick(Widget) - Method in class GWTApplication.client.SearchResultFormatter.FaultLinkClickListener
 
onClick(Widget) - Method in class GWTApplication.client.SearchResultFormatter.GetEmailUpdateClickListener
 
onClick(Widget) - Method in class GWTApplication.client.SearchResultFormatter.ModifyFaultClickListener
Callback method which is called when the user clicks on a print fault link
onClick(Widget) - Method in class GWTApplication.client.SearchResultFormatter.PrintFaultClickListener
Callback method which is called when the user clicks on a print fault link
onClick(Widget) - Method in class GWTApplication.client.UpdateFaultSubscriptionListener
This is called when the user clicks on the hyperlink which allows the user to update his list of subscribed faults.
onClose(DisclosureEvent) - Method in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
Don't do anything when the disclosure panel is closed by the user.
ONEMONTH - Static variable in class GWTApplication.client.QuickViewReport
 
ONEMONTHOUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
ONEWEEK - Static variable in class GWTApplication.client.QuickViewReport
 
ONEWEEKOUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
onKeyDown(Widget, char, int) - Method in class GWTApplication.client.LoginPanel
An obligation to the KeyboardListener interface.
onKeyDown(Widget, char, int) - Method in class GWTApplication.client.SearchForm
An obligation to the KeyboardListener interface.
onKeyPress(Widget, char, int) - Method in class GWTApplication.client.LoginPanel
Called when the user presses the return key in the login panel.
onKeyPress(Widget, char, int) - Method in class GWTApplication.client.SearchForm
Called when the user presses the return key on the search panel interface.
onKeyUp(Widget, char, int) - Method in class GWTApplication.client.LoginPanel
An obligation to the KeyboardListener interface.
onKeyUp(Widget, char, int) - Method in class GWTApplication.client.SearchForm
An obligation to the KeyboardListener interface.
onModuleLoad() - Method in class GWTApplication.client.Main
This is the entry point of the client side of the system.
onOpen(DisclosureEvent) - Method in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
Called when the user opens the disclosure box and results in the data being extracted from the database and displayed within the disclosure box.
onTabSelected(SourcesTabEvents, int) - Method in class GWTApplication.client.Main
Called when the tab has been selected but we do nothing
onTabSelected(SourcesTabEvents, int) - Method in class GWTApplication.client.QuickViewReport
This is called when a tab in the quick view panel is selected.
onThe() - Method in interface GWTApplication.client.InternationalizationConstants
 
onWindowClosed() - Method in class GWTApplication.client.Main
Called when the user closes down the window.
onWindowClosing() - Method in class GWTApplication.client.Main
Called when the user is about to close down the window, we need to make sure that he really does want to leave the page.
onWindowResized(int, int) - Method in class GWTApplication.client.Main
Called when the main window is resized
onWindowResized(int, int) - Method in class GWTApplication.client.NewFaultForm
Called when the main window is resized and we resize the size of the text field so that it takes advantage of the size of the screen.
openAll() - Method in interface GWTApplication.client.InternationalizationConstants
 
openAllButton - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This button will be used to open all of the details of the faults.
operations() - Method in interface GWTApplication.client.InternationalizationConstants
 
OPERATIONS_OUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
originator() - Method in interface GWTApplication.client.InternationalizationConstants
 
Originator - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the name of the originator of the fault.
ORIGINATOR - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
OUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
outstandingFaults() - Method in interface GWTApplication.client.InternationalizationConstants
 

P

packComment(ResultSet) - Method in class GWTApplication.server.FaultServiceImpl
Pack the details of a comment result set object into an Comment object.
packFault(ResultSet, boolean) - Method in class GWTApplication.server.FaultServiceImpl
This will be simply used to pack the details of a fault as read out of the database into the fault class.
packLink(ResultSet) - Method in class GWTApplication.server.FaultServiceImpl
This will be simply used to pack the details of a linked fault into a fault structure.
packSolution(ResultSet) - Method in class GWTApplication.server.FaultServiceImpl
Pack the details of a solution result set object into an Solution object.
packWorkaround(ResultSet) - Method in class GWTApplication.server.FaultServiceImpl
Pack the details of a workaround result set object into an Workaround object.
panel - Variable in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
This is the panel into which we are to put the result once they arrive from the servlet
panelInitialised - Variable in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
If the panel has been initialised
ParentLinkTextEntry - Variable in class GWTApplication.client.LinkFaultDialog
This is the entry box into which the user will enter the id of the fault to which this fault will be linked to
PasswordConfirmation - Variable in class GWTApplication.client.ChangePasswordDialogBox
The user will enter his new password into this text box widget.
PasswordConfirmField - Variable in class GWTApplication.client.ManageSystem
This is the field into which the user will use to confirm the password
PASSWORDCOOKIE - Static variable in class GWTApplication.client.FaultDatabaseConstants
The name of the cookie which will be used for holding the password of the user
PasswordField - Variable in class GWTApplication.client.ManageSystem
This is the field into which the user will enter the details of the new password for a user
passwordHasBeenUpdated() - Method in interface GWTApplication.client.InternationalizationConstants
 
passwordMismatch() - Method in interface GWTApplication.client.InternationalizationConstants
 
PasswordWidget - Variable in class GWTApplication.client.LoginPanel
This is the text box widget which the user will use to enter his password
performAdvancedSearch(HashMap, String, String, String) - Method in interface GWTApplication.client.FaultService
Perform an advanced search across the database using the search parameters which have been specified in the input array
performAdvancedSearch(HashMap, String, String, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
performAdvancedSearch(HashMap, String, String, String) - Method in class GWTApplication.server.FaultServiceImpl
Will be used to execute an advanced search across the database using the input data which has been provided.
performBasicSearch(int, String, String, String, String, String) - Method in interface GWTApplication.client.FaultService
Will be used to execute a basic search across the database using the input data which has been provided
performBasicSearch(int, String, String, String, String, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
performBasicSearch(int, String, String, String, String, String) - Method in class GWTApplication.server.FaultServiceImpl
Will be used to execute a basic search across the database using the input data which has been provided.
person - Variable in class GWTApplication.client.Fault
This is the person which entered by the fault
Person - Class in GWTApplication.client
This is a entity class which is used to hold the details of a person.
Person() - Constructor for class GWTApplication.client.Person
 
PORTRAITMODE - Variable in class GWTApplication.client.PrintFaultDialog
Used when storing in a cookie the orientation of the page to be printed.
print() - Method in interface GWTApplication.client.InternationalizationConstants
 
PrintDialog - Variable in class GWTApplication.client.PrintFaultDialog
This is the dialog box which will be displayed which will allow the user to select the printer
PrinterList - Static variable in class GWTApplication.client.FaultDBForm
Holds a list of the printers that the servlet knows about.
printerSelectionList - Variable in class GWTApplication.client.PrintFaultDialog
Widget which is used by the user to select the printer
printFault(int, String, boolean) - Method in interface GWTApplication.client.FaultService
 
printFault(int, String, boolean, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
printFault() - Method in interface GWTApplication.client.InternationalizationConstants
 
printFault(int, String, boolean) - Method in class GWTApplication.server.FaultServiceImpl
Will be used to print the fault specified on the printer which has been specified.
PrintFaultDialog - Class in GWTApplication.client
This class will allow the user to print a fault.
PrintFaultDialog(FaultServiceAsync) - Constructor for class GWTApplication.client.PrintFaultDialog
Constructor
printFaultDialog - Variable in class GWTApplication.client.SearchResultFormatter.PrintFaultClickListener
This is the instance of the print dialogue which will be used by this user to select the printer that he wants to be used to print the fault.
PrintModeCheckBox - Variable in class GWTApplication.client.PrintFaultDialog
Checkbox in which the user can select if he wants to print in landscape or portrait mode.
PRINTMODECOOKIE - Variable in class GWTApplication.client.PrintFaultDialog
Name of the cookie in which we store the mode in which we want to print
printNewFaultsInLastTwentyFourHrsTimerTask - Variable in class GWTApplication.server.FaultServiceImpl
This is a timer task which will be used to print the new faults everyday in the ops room in the morning
PrintNewFaultsTimer - Variable in class GWTApplication.server.FaultServiceImpl
This is a timer object which will be used for scheduling the printing of the new faults to the ops room printer
priority - Variable in class GWTApplication.client.Fault
This is the priority which has been assigned to the fault
priority() - Method in interface GWTApplication.client.InternationalizationConstants
 
PRIORITY - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
priorityNotCompletedCorrectly() - Method in interface GWTApplication.client.InternationalizationConstants
 
PriviledgeLevels - Variable in class GWTApplication.client.AuthenticationDetails
These are priviledge levels which is associated with the user.
processAdvancedSearch() - Method in class GWTApplication.client.SearchForm
Method called to invoke the advanced search on the servlet in tomcat container.
processSimpleSearch() - Method in class GWTApplication.client.SearchForm
Perform the basic search.
ProduceOutstandingPendingFaultsMailShotTimer - Variable in class GWTApplication.server.FaultServiceImpl
This is a timer object which will be used for scheduling the report of pending faults in the system to the assigned.
ProduceUnattendedFaultsMailShotTimer - Variable in class GWTApplication.server.FaultServiceImpl
This is a timer object which will be used for scheduling the report of unattended faults in the system to management.
props - Variable in class GWTApplication.server.FaultServiceImpl
Used to modify the global properties of the application
putFaultIntoResultsTable(Fault, int, boolean, boolean) - Method in class GWTApplication.client.SearchResultFormatter
Used to insert the details of a fault into results table at the row specified.

Q

QuickHelpDialog - Class in GWTApplication.client
This class will be used to display quick help which is associated with the system.
QuickHelpDialog(String) - Constructor for class GWTApplication.client.QuickHelpDialog
Constructor
QuickSearchInfo - Variable in class GWTApplication.client.QuickViewReport
This is an array which is used to set up the tabs which the user can select the quick views from.
quickView() - Method in interface GWTApplication.client.InternationalizationConstants
 
quickViewPanel - Variable in class GWTApplication.client.Main
This is an instance of the quick view report object which will form one tab
QuickViewReport - Class in GWTApplication.client
The purpose of this class is to allow the user to very quickly access some of the most populat views upon the data within the fault management system.
QuickViewReport(TabPanel, FaultServiceAsync, ModifyFormPanel, AuthenticationDetails, FaultUpdateMonitor) - Constructor for class GWTApplication.client.QuickViewReport
This is used to create the panel which is used to generate reports for the user on request.
QuickViewReport.QuickSearchType - Class in GWTApplication.client
This inner class describes a tab in the quick view search which will be used by the user to view a specific view on the database.
QuickViewReport.QuickSearchType(String, int, int, boolean, boolean) - Constructor for class GWTApplication.client.QuickViewReport.QuickSearchType
Constructor
QuickViewTabPanel - Variable in class GWTApplication.client.QuickViewReport
This widget is a tab panel which will contain tabs for all of the quick views which the user may accessa
QuickViewType - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This is the type of quick view which is associated with the quick view tab.

R

raiseSNMPAlert(int, Fault) - Method in class GWTApplication.server.FaultServiceImpl
This is user to raise an SMNP alert when a fault has been raised in the system.
refresh() - Method in interface GWTApplication.client.InternationalizationConstants
 
refreshButton - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This is a button widget which will be pressed to instruct the application to refresh the display
refreshResults() - Method in class GWTApplication.client.QuickViewReport.QuickSearchType
This implements the interface RefreshSearchResultsListener and will result in the quick view for the selected tab being refreshed.
refreshResults() - Method in interface GWTApplication.client.RefreshSearchResultsListener
Is called when the results associated with the search results displayed by this object are to be completely refreshed.
RefreshSearchResultsListener - Interface in GWTApplication.client
This interface will be implemented by a class which will allow the results associated with a particular search can be refreshed.
registerForFaultUpdates(String, int) - Method in interface GWTApplication.client.FaultService
 
registerForFaultUpdates(String, int, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
registerForFaultUpdates(String, int) - Method in class GWTApplication.server.FaultServiceImpl
Used to record in the database that the user would like to be informed of updates on the fault
removeHTMLMarkUp(String) - Method in class GWTApplication.server.FaultServiceImpl
Used to remove all HTML up characters in a string so that the text can be printed in a PDF document.
removeUpdateTab() - Method in class GWTApplication.client.ModifyFault
This method will be used to remove the current update tab and return the user to the quick view panel if there is not another fault open for edit
repairTime() - Method in interface GWTApplication.client.InternationalizationConstants
 
reportFaultCreated(int) - Method in interface GWTApplication.client.InternationalizationConstants
 
RESET - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
ResetButton - Variable in class GWTApplication.client.NewFaultForm
Button which will be used to reset the form to the default values
ResetFaultModificationsButton - Variable in class GWTApplication.client.ModifyFault
Button which will be used to reject any changes which have been made to the form and reset them to the default values in the database.
resetFields(SearchForm.InputField[]) - Method in class GWTApplication.client.SearchForm
This will be used to reset the fields in the search form which is provided.
resetForm() - Method in interface GWTApplication.client.InternationalizationConstants
 
resetForm(boolean) - Method in class GWTApplication.client.NewFaultForm
This method will be used to reset the form to it's initial values.
resetFormToDefaultValues() - Method in class GWTApplication.client.FaultAddition
Reset the contents of the fault addition form to what is current stored in the database for this fault addition.
resetFormToDefaultValues() - Method in class GWTApplication.client.FaultComment
Reset the form to the values which are determined the default values which have been entered for the comment by the user.
resetFormToDefaultValues() - Method in class GWTApplication.client.FaultSolution
Reset the solution form to the solution data which is currently in the database for this fault.
resetFormToDefaultValues() - Method in class GWTApplication.client.FaultWorkAround
Reset the form to the values which are determined the default values which have been entered for the workaround by the user.
resetFormToDefaultValues() - Method in class GWTApplication.client.ModifyFault
Discard the exisiting changes that the user has made to the form and rest the contents to the values from the database.
resetPassword(String, String) - Method in interface GWTApplication.client.FaultService
 
resetPassword(String, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
resetPassword() - Method in interface GWTApplication.client.InternationalizationConstants
 
resetPassword(String, String) - Method in class GWTApplication.server.FaultServiceImpl
Allow the password associated with the user which is provided to be changed to the demand password
ResetPasswordButton - Variable in class GWTApplication.client.ManageSystem
This is the button which is to be used for resetting the password of a user
resetPasswordForUser() - Method in class GWTApplication.client.ManageSystem
This is a callback which is attached to the reset password button which will permit the manager to reset the password of a user
resetUserCredentialFields() - Method in class GWTApplication.client.LoginPanel
 
ResultsTable - Variable in class GWTApplication.client.SearchResultFormatter
This is the widget into which the search results will be displayed.
resultsTableCellFormatter - Variable in class GWTApplication.client.SearchResultFormatter
This is used to format the main results table
resultsTableRowFormatter - Variable in class GWTApplication.client.SearchResultFormatter
This is used to format the main results table
run() - Method in class GWTApplication.client.FaultUpdateMonitor
Obligation of the TimerTask interface and is called intermittingly.
run() - Method in class GWTApplication.server.FaultServiceImpl.MailManagementUnattendedFaults
Called when the timertask is scheduled to run.
run() - Method in class GWTApplication.server.FaultServiceImpl.NotifyPendingFaults
 
run() - Method in class GWTApplication.server.FaultServiceImpl.PrintNewFaultsInLastTwentyFourHours
Called when the timertask is scheduled to run.

S

SA - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
SAList - Static variable in class GWTApplication.client.FaultDBForm
This is a list static list of the SAs.
saveFormContentsToDatabase() - Method in class GWTApplication.client.FaultAddition
Save the contents of the fault addition form to the database.
saveFormContentsToDatabase() - Method in class GWTApplication.client.FaultComment
Save the contents of the fault comment which has been added by the user to the database
saveFormContentsToDatabase() - Method in class GWTApplication.client.FaultSolution
Save the contents of the fault solution to the database
saveFormContentsToDatabase() - Method in class GWTApplication.client.FaultWorkAround
Save the contents of the fault workaround to the database
sealVersionUID - Static variable in class GWTApplication.server.FaultServiceImpl
 
search() - Method in interface GWTApplication.client.InternationalizationConstants
 
SearchForm - Class in GWTApplication.client
This class will be used to build a form which may subsequently be used to search through the fault management system.
SearchForm(TabPanel, FaultServiceAsync, AuthenticationDetails, ModifyFormPanel, FaultUpdateMonitor) - Constructor for class GWTApplication.client.SearchForm
This is used to create the form which will be used to enter the details of a search.
SearchForm.InputField - Class in GWTApplication.client
This is an inner class which is used to represent a field within the search form
SearchForm.InputField(String, int, String, int, boolean) - Constructor for class GWTApplication.client.SearchForm.InputField
 
SearchFormatters - Variable in class GWTApplication.client.SearchForm
This hash map will contain the formatters which will be used for creating the search result table.
searchKeyToShort() - Method in interface GWTApplication.client.InternationalizationConstants
 
searchPanel - Variable in class GWTApplication.client.Main
This is an instance of the search form object which will allow the user to perform a search across the data contained within the fault management system
searchResultFormatter - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This is a search formatter which will be used for formatting the data which is returned by a specific search query.
SearchResultFormatter - Class in GWTApplication.client
This class will be used to format the results of a search query and display them in a HTML table.
SearchResultFormatter(FlexTable, ModifyFormPanel, AuthenticationDetails, FaultServiceAsync, InternationalizationConstants, FaultUpdateMonitor) - Constructor for class GWTApplication.client.SearchResultFormatter
Constructor for the class
SearchResultFormatter.CloseFaultClickListener - Class in GWTApplication.client
An inner class which will allow the user to close down a fault.
SearchResultFormatter.CloseFaultClickListener(int, ModifyFormPanel, Hyperlink) - Constructor for class GWTApplication.client.SearchResultFormatter.CloseFaultClickListener
Constructor
SearchResultFormatter.DisplayFullFault - Class in GWTApplication.client
Inner class which will be used to display the full fault history as the user clicks on a disclosure widget header and opens it for the first time.
SearchResultFormatter.DisplayFullFault(int) - Constructor for class GWTApplication.client.SearchResultFormatter.DisplayFullFault
This is the constructor for the class.
SearchResultFormatter.DisplaySearchResultsIncrementalCommand - Class in GWTApplication.client
This is an incremental command which is used to display the search results so that the browser does not simply lock up whilst the results are being displayed.
SearchResultFormatter.DisplaySearchResultsIncrementalCommand(ArrayList) - Constructor for class GWTApplication.client.SearchResultFormatter.DisplaySearchResultsIncrementalCommand
This is the constructor
SearchResultFormatter.FaultLinkClickListener - Class in GWTApplication.client
An inner class which is called when the user presses the link fault link which will result in a dialog being displayed within which the user can enter the id of a fault to link this fault to.
SearchResultFormatter.FaultLinkClickListener(int, SearchResultFormatter.DisplayFullFault) - Constructor for class GWTApplication.client.SearchResultFormatter.FaultLinkClickListener
 
SearchResultFormatter.GetEmailUpdateClickListener - Class in GWTApplication.client
An inner class which is called when the user presses the link which allows him to receive updates when the fault is updated in the database
SearchResultFormatter.GetEmailUpdateClickListener(int) - Constructor for class GWTApplication.client.SearchResultFormatter.GetEmailUpdateClickListener
 
SearchResultFormatter.ModifyFaultClickListener - Class in GWTApplication.client
An inner class which is called when the user presses the modification link and will result in the modification panel being called and being set up with the details of the fault which has been selected being available to be modified.
SearchResultFormatter.ModifyFaultClickListener(int, ModifyFormPanel, TabPanel) - Constructor for class GWTApplication.client.SearchResultFormatter.ModifyFaultClickListener
 
SearchResultFormatter.PrintFaultClickListener - Class in GWTApplication.client
Inner class which is used to allow the user to print out a fault should he wish to
SearchResultFormatter.PrintFaultClickListener(int) - Constructor for class GWTApplication.client.SearchResultFormatter.PrintFaultClickListener
Constructor
searchResults - Variable in class GWTApplication.client.SearchResultFormatter.DisplaySearchResultsIncrementalCommand
This is the list of search results which are to be displayed in the search result panel
SearchResultsPanel - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This is the panel into which the search results are dropped.
SearchResultTable - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This is a table into which the results of the search will be displayed.
searchResultUpdater - Variable in class GWTApplication.client.SearchResultFormatter
This is an object which can be used to refresh the details of this search view.
SearchTabPanel - Variable in class GWTApplication.client.SearchForm
This is the tabbed panel which contains two panels.
selectDefaultListOption(String, ListBox) - Method in class GWTApplication.client.FaultDBForm
Called to set the default option in a list box widget.
sendEmailFeedback() - Method in interface GWTApplication.client.InternationalizationConstants
 
set_dataSource(DataSource) - Method in class GWTApplication.server.FaultServiceImpl
Used to set the data source for this module
setControlWidget(Widget) - Method in class GWTApplication.client.SearchForm.InputField
 
setDisclosurePanelState(boolean) - Method in class GWTApplication.client.SearchResultFormatter
Will be used to set the state of the all of the disclosure panel states in the table to either open or closed.
setdisplayNewFaults(boolean) - Method in class GWTApplication.client.SearchResultFormatter
Allows the caller to specify if whether to update search results when new faults are created.
setEmailAddress(String) - Method in class GWTApplication.client.Person
 
setEn_description(String) - Method in class GWTApplication.client.FaultType
 
setEn_description(String) - Method in class GWTApplication.client.FDBSystem
Sets the English description of the system
setEn_description(String) - Method in class GWTApplication.client.Instrument
 
setEn_description(String) - Method in class GWTApplication.client.Severity
 
setEn_description(String) - Method in class GWTApplication.client.Site
 
setEn_description(String) - Method in class GWTApplication.client.State
 
setFocus(boolean) - Method in class GWTApplication.client.LabelTextBox
Allows the user to set the focus
setFormDefaultValues() - Method in class GWTApplication.client.FaultAddition
An abstract method which should be provided by the subclass which will allow for the fields in the form to be initialised to their default values.
setFormDefaultValues() - Method in class GWTApplication.client.FaultComment
This will be used to set the default values which are associated with the fault addition.
setFormDefaultValues() - Method in class GWTApplication.client.FaultSolution
This will be used to set the default values which are associated with the fault solution.
setFormDefaultValues() - Method in class GWTApplication.client.FaultWorkAround
This will be used to set the default values which are associated with the fault workaround.
setId(String) - Method in class GWTApplication.client.FaultType
 
setId(String) - Method in class GWTApplication.client.FDBSystem
Sets the primary key which is associated with the system
setId(String) - Method in class GWTApplication.client.Instrument
 
setId(String) - Method in class GWTApplication.client.Severity
 
setId(String) - Method in class GWTApplication.client.Site
 
setId(String) - Method in class GWTApplication.client.State
 
setName(String) - Method in class GWTApplication.client.Person
 
setPanelInitialised(boolean) - Method in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
Sets the state of the disclosure panel and whether it is initialied or not
setResultsTable(FlexTable) - Method in class GWTApplication.client.SearchResultFormatter
This will be used to set the table into which the results will be displayed
setSearchFormatter(SearchResultFormatter) - Method in class GWTApplication.client.QuickViewReport.QuickSearchType
Used to set the search formatter
setSelectedItem(String) - Method in class GWTApplication.client.LabelListBox
This will be used to select the item which is specified in the list
setSelectedItemInListbox(ListBox, String) - Method in class GWTApplication.client.FaultDBForm
This method will be used to set the selected value in the listbox specified to the value which has been provided by the caller.
setSp_description(String) - Method in class GWTApplication.client.FaultType
 
setSp_description(String) - Method in class GWTApplication.client.FDBSystem
Sets the Spanish description of the system
setSp_description(String) - Method in class GWTApplication.client.Instrument
 
setSp_description(String) - Method in class GWTApplication.client.Severity
 
setSp_description(String) - Method in class GWTApplication.client.Site
 
setSp_description(String) - Method in class GWTApplication.client.State
 
setSurname(String) - Method in class GWTApplication.client.Person
 
setupDropDownList(Integer, ListBox) - Method in class GWTApplication.client.ManageSystem
Used to fill the drop down menu which contains a list of all of the people who are not in the group which is specified in the GroupToExclude parameter
setWidth(String, String) - Method in class GWTApplication.client.LabelListBox
This method permits the caller to set the width of both the label and the list box at the same time.
setWidth(String, String) - Method in class GWTApplication.client.LabelTextBox
This is a convenience method which allows the caller to set the width of both the label and the text box simultaneously.
setWidth(String) - Method in class GWTApplication.client.LabelTextBox
Allows the user to set the with of the containing panel which contains the subwidgets
SEVENTYTWOHOURS - Static variable in class GWTApplication.client.QuickViewReport
 
SEVENTYTWOHOURSOUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
severity - Variable in class GWTApplication.client.Fault
This is the perceived severity of the fault which is the language of the current locale
severity() - Method in interface GWTApplication.client.InternationalizationConstants
 
Severity - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the level of the severity of the fault
SEVERITY - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
Severity - Class in GWTApplication.client
 
Severity() - Constructor for class GWTApplication.client.Severity
 
severity_id - Variable in class GWTApplication.client.Fault
 
SeverityList - Static variable in class GWTApplication.client.FaultDBForm
This is the list of severities
showBusy(boolean) - Method in class GWTApplication.client.BusyIndicator
This is used to show that we are busy or not.
showBusy(boolean, String) - Method in class GWTApplication.client.BusyIndicator
This is used to show that we are busy or not.
showChangeFaultsSubscribedToDialog() - Method in class GWTApplication.client.ModifyFaultSubscriptionListDialog
Displays the dialog which will allow the user to change his password.
showChangePasswordDialog() - Method in class GWTApplication.client.ChangePasswordDialogBox
Displays the dialog which will allow the user to change his password.
showHelpDialog() - Method in class GWTApplication.client.QuickHelpDialog
Displays the new quick help dialog to the user
showLinkDialog(int) - Method in class GWTApplication.client.LinkFaultDialog
Displays the new dialog which will allow the user to link this fault with the fault specified.
showPrintDialog(int) - Method in class GWTApplication.client.PrintFaultDialog
Displays the new dialog which will allow the user to print this fault with the fault specified.
signOut() - Method in interface GWTApplication.client.InternationalizationConstants
 
simple() - Method in interface GWTApplication.client.InternationalizationConstants
 
SIMPLE - Static variable in class GWTApplication.client.SearchForm
A constant used to index the SearchFormatters hash map
SimpleSearchFieldsHash - Variable in class GWTApplication.client.SearchForm
This is a hashtable which will be used to index the fields in the simple search
SimpleSearchInputFieldData - Variable in class GWTApplication.client.SearchForm
 
site - Variable in class GWTApplication.client.Fault
This is the site at which the fault occurred
site() - Method in interface GWTApplication.client.InternationalizationConstants
 
Site - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the name of the site associated with the fault
SITE - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
Site - Class in GWTApplication.client
 
Site() - Constructor for class GWTApplication.client.Site
 
site_id - Variable in class GWTApplication.client.Fault
 
SiteList - Static variable in class GWTApplication.client.FaultDBForm
This is the list of sites which can be selected
snmp - Variable in class GWTApplication.server.FaultServiceImpl
This is the SNMP class which will be used to communicate with the SNMP manager
solution - Variable in class GWTApplication.client.FaultEntryDetails
The details of any solution which may be associated with the fault
solution() - Method in interface GWTApplication.client.InternationalizationConstants
 
Solution - Class in GWTApplication.client
 
Solution() - Constructor for class GWTApplication.client.Solution
 
solutionDetails() - Method in interface GWTApplication.client.InternationalizationConstants
 
SOLUTIONTAB - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is the index in the tab panel for the fault solution tab
solutionUpdate(int) - Method in interface GWTApplication.client.InternationalizationConstants
 
sp_description - Variable in class GWTApplication.client.FaultType
This is the spanish description of the FaultType
sp_description - Variable in class GWTApplication.client.FDBSystem
This is the spanish description of the FDBSystem
sp_description - Variable in class GWTApplication.client.Instrument
This is the spanish description of the instrument
sp_description - Variable in class GWTApplication.client.Severity
This is the spanish description of the severity
sp_description - Variable in class GWTApplication.client.Site
This is the spanish description of the site
sp_description - Variable in class GWTApplication.client.State
This is the spanish description of the state
specifyPrinterName() - Method in interface GWTApplication.client.InternationalizationConstants
 
spent() - Method in interface GWTApplication.client.InternationalizationConstants
 
StaffMemberList - Static variable in class GWTApplication.client.FaultDBForm
This is a list of all of the staff members
startDate() - Method in interface GWTApplication.client.InternationalizationConstants
 
STARTDATE - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
state - Variable in class GWTApplication.client.Fault
This is the current state of the fault which is the language of the current locale
State - Class in GWTApplication.client
 
State() - Constructor for class GWTApplication.client.State
 
state_id - Variable in class GWTApplication.client.Fault
 
status() - Method in interface GWTApplication.client.InternationalizationConstants
 
STATUSTYPE - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
STORECREDENTIALS - Static variable in class GWTApplication.client.FaultDatabaseConstants
Used by the STOREPASSWORDCOOKIE cookie to indicate that we always store the password/uid
storeCredentialsOnComputer() - Method in interface GWTApplication.client.InternationalizationConstants
 
StoreLoginCredentialsCheckBox - Variable in class GWTApplication.client.LoginPanel
Widget which is used to allow the user to store the details of his logon id as a cookie on his machine
STOREPASSWORDCOOKIE - Static variable in class GWTApplication.client.FaultDatabaseConstants
Cookie which is to remember if we are remember the password or not
stringContainsText(String) - Method in class GWTApplication.client.FaultDBForm
Check to see if the string which has been specified is actually empty after being stripped of HTML markup and   symbols.
SUBMIT - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
SubmitButton - Variable in class GWTApplication.client.ChangePasswordDialogBox
This is the submit button widget
submitButton() - Method in interface GWTApplication.client.InternationalizationConstants
 
SubmitButton - Variable in class GWTApplication.client.LinkFaultDialog
This is the submit button widget
SubmitButton - Variable in class GWTApplication.client.ModifyFaultSubscriptionListDialog
This is the submit button widget
SubmitButton - Variable in class GWTApplication.client.NewFaultForm
Button which is used for submitting the fault for insertion
SubmitButton - Variable in class GWTApplication.client.PrintFaultDialog
This is the submit button widget
SubmitCheckBoxList - Variable in class GWTApplication.client.ModifyFaultSubscriptionListDialog
This is a hashmap of all of the checkboxes which are included in the list of faults which have been subscribed to.
submitFault() - Method in interface GWTApplication.client.InternationalizationConstants
 
SubmitFaultModificationsButton - Variable in class GWTApplication.client.ModifyFault
Button which is used for submitting the changes which have been made to a fault to the servlet container
SubscribedFaultsTable - Variable in class GWTApplication.client.ModifyFaultSubscriptionListDialog
This is the grid that contains all of the faults.
supportAstronomer() - Method in interface GWTApplication.client.InternationalizationConstants
 
SupportAstronomer - Variable in class GWTApplication.client.NewFaultForm
This widget will be usedto enter the name of the support astronomer
supportAstronomerEmail - Variable in class GWTApplication.client.Fault
This is the e-mail address of the support astronomer who was on duty at the time that the fault occurred
SUPPORTASTRONOMERIDX - Static variable in class GWTApplication.client.ManageSystem
 
supportAstronomerName - Variable in class GWTApplication.client.Fault
This is the name of the support astronomer
SUPPORTASTRONOMERS - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is a constant which indicates a group of support astronomers
supportAstronomerSurname - Variable in class GWTApplication.client.Fault
Surname of the support astronomer
Surname - Variable in class GWTApplication.client.AuthenticationDetails
The surname of the authenticated user
surname() - Method in interface GWTApplication.client.InternationalizationConstants
 
Surname - Variable in class GWTApplication.client.Person
This is the surname of the TO
SurnameOfNewUser - Variable in class GWTApplication.client.ManageSystem
This is the text box which the user will use to enter the surname of the new user to the system
svc - Variable in class GWTApplication.client.ChangePasswordListener
This is the service which will be used to access the servlet which is running in the tomcat container
svc - Variable in class GWTApplication.client.FaultDBForm
This is the service which will be used to access the servlet which is running in the tomcat container
svc - Variable in class GWTApplication.client.FaultUpdateMonitor
This is the service which will be used to access the servlet which is running in the tomcat container
svc - Variable in class GWTApplication.client.LoginPanel
This is the service which will be used to access the database.
svc - Variable in class GWTApplication.client.Main
This is the service which will be used to access the servlet which is running in the tomcat container
svc - Variable in class GWTApplication.client.SearchResultFormatter
This is the service which will be used to access the servlet which is running in the tomcat container
svc - Variable in class GWTApplication.client.UpdateFaultSubscriptionListener
This is the service which will be used to access the servlet which is running in the tomcat container
system - Variable in class GWTApplication.client.Fault
This is the system which is associated with the fault which is the language of the current locale
system() - Method in interface GWTApplication.client.InternationalizationConstants
 
System - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the name of the system which is associated with the fault
SYSTEM - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
system_id - Variable in class GWTApplication.client.Fault
 
SYSTEMIDX - Static variable in class GWTApplication.client.ManageSystem
 
SystemList - Static variable in class GWTApplication.client.FaultDBForm
This is the list of systems which can be selected

T

TabIndex - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This is the tab index which is associated with this quick view tab.
TabInitialised - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
If we have initialised the quick view tab or not.
TabLabel - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
This is the label which is to be associated with the quick view tab.
TandI() - Method in interface GWTApplication.client.InternationalizationConstants
 
targetAddress - Variable in class GWTApplication.server.FaultServiceImpl
This is the host which the SMNP TRAP fault alerts will be sent to
TELESCOPEOPERATOR - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is a constant which indicates a group of telescope operators
telescopeOperator() - Method in interface GWTApplication.client.InternationalizationConstants
 
TelescopeOperator - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the name of the telescope operator who was on duty when the fault occurred.
telescopeOperatorEmail - Variable in class GWTApplication.client.Fault
This is the e-mail address of the telescope operator who was on duty at the time that the fault occurred
TELESCOPEOPERATORIDX - Static variable in class GWTApplication.client.ManageSystem
 
telescopeOperatorName - Variable in class GWTApplication.client.Fault
This is the name of the TO
telescopeOperatorSurname - Variable in class GWTApplication.client.Fault
Surname of the TO
textBox - Variable in class GWTApplication.client.LabelTextBox
This is the text box widget which is used To enter free-form text into.
TEXTBOX - Static variable in class GWTApplication.client.SearchForm
A static which is used to indicate that a widget is a text box
textFieldEmpty(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
textFieldFull(String, int) - Method in interface GWTApplication.client.InternationalizationConstants
 
TI_OUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
timeEntered - Variable in class GWTApplication.client.Comment
This is the time at which the comment was entered into the database in HH:MM
timeEntered - Variable in class GWTApplication.client.Fault
This is the time at which the fault was entered into the database
timeEntered - Variable in class GWTApplication.client.Solution
This is the time at which the solution was entered into the database in HH:MM
timeEntered - Variable in class GWTApplication.client.Workaround
This is the time at which the workaround was entered into the database in HH:MM
timeFieldNotCompletedCorrectly(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
timeLost - Variable in class GWTApplication.client.Fault
This is the amount of time which was lost to the fault
timeLost() - Method in interface GWTApplication.client.InternationalizationConstants
 
TimeLost - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the amount of time which was lost as a result of this fault
TIMELOST - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
timeOccured - Variable in class GWTApplication.client.Fault
This is the time which the fault occurred
timeOccured() - Method in interface GWTApplication.client.InternationalizationConstants
 
TimeOccurred - Variable in class GWTApplication.client.NewFaultForm
This widget will be used to hold the time That the fault occurred
timeOfInitialEntry - Variable in class GWTApplication.client.Comment
This is the time when the entry was made into the database
timeOfInitialEntry - Variable in class GWTApplication.client.Solution
This is the time when the entry was made into the database
timeOfInitialEntry - Variable in class GWTApplication.client.Workaround
This is the time when the entry was made into the database
timeOfLastUpdateCheck - Variable in class GWTApplication.client.FaultUpdateMonitor
This is the time in milliseconds since 1970 since the last time that we checked if the faults had been updated
timeReported() - Method in interface GWTApplication.client.InternationalizationConstants
 
timeSpent - Variable in class GWTApplication.client.Comment
This is the amount of time which was spent on the comment
TimeSpent - Variable in class GWTApplication.client.FaultAddition
The user will enter the amount of time spent on this addition to the fault
timeSpent() - Method in interface GWTApplication.client.InternationalizationConstants
 
timeSpent - Variable in class GWTApplication.client.Solution
This is the amount of time which was spent on the solution
timeSpent - Variable in class GWTApplication.client.Workaround
This is the amount of time which was spent on the workaround
timeStampOfLastCheck - Variable in class GWTApplication.client.FaultUpdateSnapshot
This is the time on the servlet container server host of the last time that we checked the database.
title - Variable in class GWTApplication.client.Fault
This is the title which is associated with the fault.
title() - Method in interface GWTApplication.client.InternationalizationConstants
 
Title - Variable in class GWTApplication.client.NewFaultForm
This field will be used to hold the title of the new fault
Title - Variable in class GWTApplication.client.SearchForm.InputField
 
titleFieldNotCompleted() - Method in interface GWTApplication.client.InternationalizationConstants
 
TO - Static variable in class GWTApplication.client.SearchForm
A constant which will be used to index the search data structure and will be used across the client and the server
TOList - Static variable in class GWTApplication.client.FaultDBForm
This is a list static list of the TOs.
totalTimeSpentOnFault - Variable in class GWTApplication.client.Fault
Total time spent on fault
transport - Variable in class GWTApplication.server.FaultServiceImpl
This is the transport protocol which we will use which in our case will be UDP.
TWENTYFOURHOURS - Static variable in class GWTApplication.client.QuickViewReport
Constants which are used for determining which of the quick searches were selected by the user in the tree widget.
TWENTYFOURHOURSOUTSTANDING - Static variable in class GWTApplication.client.QuickViewReport
 
type() - Method in interface GWTApplication.client.InternationalizationConstants
 
Type - Variable in class GWTApplication.client.SearchForm.InputField
 

U

UnableToAddInstrumentException - Exception in GWTApplication.client
Thrown when there is a problem adding a new instrument to the system
UnableToAddInstrumentException() - Constructor for exception GWTApplication.client.UnableToAddInstrumentException
 
UnableToAddInstrumentException(String) - Constructor for exception GWTApplication.client.UnableToAddInstrumentException
 
UnableToAddNewRoleException - Exception in GWTApplication.client
Thrown when there is a problem a user to a new role
UnableToAddNewRoleException() - Constructor for exception GWTApplication.client.UnableToAddNewRoleException
 
UnableToAddNewRoleException(String) - Constructor for exception GWTApplication.client.UnableToAddNewRoleException
 
unableToAddNewUser() - Method in interface GWTApplication.client.InternationalizationConstants
 
UnableToAddNewUserException - Exception in GWTApplication.client
Thrown when there is a problem adding a new user to the system
UnableToAddNewUserException() - Constructor for exception GWTApplication.client.UnableToAddNewUserException
 
UnableToAddNewUserException(String) - Constructor for exception GWTApplication.client.UnableToAddNewUserException
 
UnableToAddSystemException - Exception in GWTApplication.client
Thrown when there is a problem adding a new system to the system
UnableToAddSystemException() - Constructor for exception GWTApplication.client.UnableToAddSystemException
 
UnableToAddSystemException(String) - Constructor for exception GWTApplication.client.UnableToAddSystemException
 
UnableToChangePasswordException - Exception in GWTApplication.client
Thrown when there is a problem changing the password
UnableToChangePasswordException() - Constructor for exception GWTApplication.client.UnableToChangePasswordException
 
UnableToChangePasswordException(String) - Constructor for exception GWTApplication.client.UnableToChangePasswordException
 
UnableToCloseFaultException - Exception in GWTApplication.client
Thrown when we cannot close a fault down
UnableToCloseFaultException() - Constructor for exception GWTApplication.client.UnableToCloseFaultException
 
UnableToCloseFaultException(String) - Constructor for exception GWTApplication.client.UnableToCloseFaultException
 
UnableToCreateFaultException - Exception in GWTApplication.client
Thrown when we are unable to create a fault
UnableToCreateFaultException() - Constructor for exception GWTApplication.client.UnableToCreateFaultException
 
UnableToCreateFaultException(String) - Constructor for exception GWTApplication.client.UnableToCreateFaultException
 
unableToCreateNewFault() - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToEnterComment() - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToEnterSolution() - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToFindFaultInDatabase(int) - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToGetFaultData(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
UnableToGetListException - Exception in GWTApplication.client
Thrown when there is a problem getting a list from the system
UnableToGetListException() - Constructor for exception GWTApplication.client.UnableToGetListException
 
UnableToGetListException(String) - Constructor for exception GWTApplication.client.UnableToGetListException
 
unableToGetListOfSubscribedFaults() - Method in interface GWTApplication.client.InternationalizationConstants
 
UnableToGetPeopleListException - Exception in GWTApplication.client
Thrown when there is a problem getting a list of the people which have been requested
UnableToGetPeopleListException() - Constructor for exception GWTApplication.client.UnableToGetPeopleListException
 
UnableToGetPeopleListException(String) - Constructor for exception GWTApplication.client.UnableToGetPeopleListException
 
unableToMakeLink() - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToPerformSearch(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
UnableToPerformSearchException - Exception in GWTApplication.client
Thrown when there is a problem performing the search for whatever reason
UnableToPerformSearchException() - Constructor for exception GWTApplication.client.UnableToPerformSearchException
 
UnableToPerformSearchException(String) - Constructor for exception GWTApplication.client.UnableToPerformSearchException
 
unableToPrintFault(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToResetPassword(String) - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToSolutionDetailsFromDatabase() - Method in interface GWTApplication.client.InternationalizationConstants
 
UnableToUpdateFaultException - Exception in GWTApplication.client
Thrown when there is a problem updating a fault in the database after editing it
UnableToUpdateFaultException() - Constructor for exception GWTApplication.client.UnableToUpdateFaultException
 
UnableToUpdateFaultException(String) - Constructor for exception GWTApplication.client.UnableToUpdateFaultException
 
unableToUpdatePassword() - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToUpdateTheSubscriptionList() - Method in interface GWTApplication.client.InternationalizationConstants
 
unableToUpdateWorkAround() - Method in interface GWTApplication.client.InternationalizationConstants
 
unknown() - Method in interface GWTApplication.client.InternationalizationConstants
 
UNKNOWN - Static variable in class GWTApplication.client.SearchResultFormatter
A constant which is used to indicate something is UNKNOWN.
UnknownFaultSpecifiedException - Exception in GWTApplication.client
Thrown when a fault specified by the user does not exist
UnknownFaultSpecifiedException() - Constructor for exception GWTApplication.client.UnknownFaultSpecifiedException
 
UnknownFaultSpecifiedException(String) - Constructor for exception GWTApplication.client.UnknownFaultSpecifiedException
 
UnknownPrinterSpecifiedException - Exception in GWTApplication.client
Thrown when the printer which is specified by the user does not exist
UnknownPrinterSpecifiedException() - Constructor for exception GWTApplication.client.UnknownPrinterSpecifiedException
 
UnknownPrinterSpecifiedException(String) - Constructor for exception GWTApplication.client.UnknownPrinterSpecifiedException
 
unsubscribeAll() - Method in interface GWTApplication.client.InternationalizationConstants
 
UnsubscribeAllButton - Variable in class GWTApplication.client.ModifyFaultSubscriptionListDialog
Unsubscribe all
update() - Method in interface GWTApplication.client.InternationalizationConstants
 
updateCommentDetails(Comment) - Method in interface GWTApplication.client.FaultService
 
updateCommentDetails(Comment, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
updateCommentDetails(Comment) - Method in class GWTApplication.server.FaultServiceImpl
This method is called to update the comment which is associated with the fault in the database
updateDisclosurePanel(FaultEntryDetails) - Method in class GWTApplication.client.SearchResultFormatter.DisplayFullFault
This will be called with the details of the updated fault history and will result in the details in the disclosure panel being updated.
updateFault(Fault, String) - Method in interface GWTApplication.client.FaultService
 
updateFault(Fault, String, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
updateFault() - Method in interface GWTApplication.client.InternationalizationConstants
 
updateFault(Fault, String) - Method in class GWTApplication.server.FaultServiceImpl
Used to update the details of fault which has been modified by the user.
updateFaultSubscription() - Method in interface GWTApplication.client.InternationalizationConstants
 
updateFaultSubscriptionList(AuthenticationDetails, HashMap) - Method in interface GWTApplication.client.FaultService
 
updateFaultSubscriptionList(AuthenticationDetails, HashMap, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
updateFaultSubscriptionList(AuthenticationDetails, HashMap) - Method in class GWTApplication.server.FaultServiceImpl
Will update the list of faults which a user is subscribed to.
UpdateFaultSubscriptionListener - Class in GWTApplication.client
This class is a listener class which is called when the user clicks upon the Update link at the top of the main display and results in a dialog window being displayed in which the user can modify the list of faults which he is subscribed to
UpdateFaultSubscriptionListener(AuthenticationDetails) - Constructor for class GWTApplication.client.UpdateFaultSubscriptionListener
Constructor
updateLink - Variable in class GWTApplication.client.SearchResultFormatter.CloseFaultClickListener
This is the update link which is associated with a fault.
updateSolutionDetails(Solution) - Method in interface GWTApplication.client.FaultService
 
updateSolutionDetails(Solution, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
updateSolutionDetails(Solution) - Method in class GWTApplication.server.FaultServiceImpl
This method is called to update the solution which is associated with the fault in the database
UpdateWithNewFaults - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
Whether to update the quick view when new faults are entered into the system
updateWorkaroundDetails(Workaround) - Method in interface GWTApplication.client.FaultService
 
updateWorkaroundDetails(Workaround, AsyncCallback) - Method in interface GWTApplication.client.FaultServiceAsync
 
updateWorkaroundDetails(Workaround) - Method in class GWTApplication.server.FaultServiceImpl
This method is called to update the workaround which is associated with the fault in the database
USEAND - Static variable in class GWTApplication.client.SearchForm
This is used by the user to indicate that he wants an boolean and applied to the terms in the search query for the advanced search
UseOpenAllButton - Variable in class GWTApplication.client.QuickViewReport.QuickSearchType
Whether or not to include the Open All button in the quick view.
useOr() - Method in interface GWTApplication.client.InternationalizationConstants
 
USEOR - Static variable in class GWTApplication.client.SearchForm
Used to indicate that we should use OR as the conjungating operator in the advanced search query
useOrKeywords() - Method in interface GWTApplication.client.InternationalizationConstants
 
USEORKEYWORDS - Static variable in class GWTApplication.client.SearchForm
Used to indicate that we should use OR as the conjungating operator in the keywords of the search
user() - Method in interface GWTApplication.client.InternationalizationConstants
 
userAddedToList(String, String) - Method in interface GWTApplication.client.InternationalizationConstants
 
UserAuthentication - Variable in class GWTApplication.client.ChangePasswordListener
The authentication details of the user
userAuthentication - Variable in class GWTApplication.client.FaultAddition
The details of the user authentication
UserAuthentication - Variable in class GWTApplication.client.FaultDBForm
This is the user authentication details which were provided by the user
UserAuthentication - Variable in class GWTApplication.client.LoginPanel
This is the authentication data which is associated with the user which will be returned by the sevlet once the user has authenticated himself.
UserAuthentication - Variable in class GWTApplication.client.Main
Contains the details of the authentication which was performed by the user.
UserAuthentication - Variable in class GWTApplication.client.SearchResultFormatter
Contains the authentication data which is associated with the current user
UserAuthentication - Variable in class GWTApplication.client.UpdateFaultSubscriptionListener
The authentication details of the user
UserAuthenticationFailedException - Exception in GWTApplication.client
Thrown when there is a problem authenticating the user
UserAuthenticationFailedException() - Constructor for exception GWTApplication.client.UserAuthenticationFailedException
 
UserAuthenticationFailedException(String) - Constructor for exception GWTApplication.client.UserAuthenticationFailedException
 
userCanModifyFaults - Variable in class GWTApplication.client.SearchResultFormatter
Whether this user can modify the details of a fault if his priviledge level is high enough.
userDoesNotSufficientPriviledge() - Method in interface GWTApplication.client.InternationalizationConstants
 
UserEmailAddress - Variable in class GWTApplication.client.AuthenticationDetails
This is the users email address
UserId - Variable in class GWTApplication.client.AuthenticationDetails
This is the user identifier of the user which he uses to authenticates himself.
USERIDCOOKIE - Static variable in class GWTApplication.client.FaultDatabaseConstants
The name of the cookie which will be used for holding the user id of the user
userIdentifier() - Method in interface GWTApplication.client.InternationalizationConstants
 
UserIdentifierWidget - Variable in class GWTApplication.client.LoginPanel
This is the text box widget which the user will use to enter his user name
userLoggedIn(AuthenticationDetails) - Method in interface GWTApplication.client.FDBLoginListener
Called when a user authenticates himself against the system and was successful.
userLoggedIn(AuthenticationDetails) - Method in class GWTApplication.client.Main
This implements the expected interface of the login listener which will be called when the user logs onto the system for the first time.
UserLoginPanel - Variable in class GWTApplication.client.LoginPanel
This is the main panel into which we will pack everything
userNotSubscribedToAnyFaults() - Method in interface GWTApplication.client.InternationalizationConstants
 
userPassword() - Method in interface GWTApplication.client.InternationalizationConstants
 
UserToChangePwdList - Variable in class GWTApplication.client.ManageSystem
This is the list of users from which the user can select the name of the person who he wants to change the password for.
userWantsEmailUpdates - Variable in class GWTApplication.client.Fault
Whether the perform who is entering the fault is interested in updates to the fault
usm - Variable in class GWTApplication.server.FaultServiceImpl
The user based security model which will be used to when sending messages to the SNMP server

V

valueOf(String) - Static method in enum GWTApplication.server.FaultServiceImpl.AdvancedDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum GWTApplication.server.FaultServiceImpl.TextFieldsToSearch
Returns the enum constant of this type with the specified name.
values() - Static method in enum GWTApplication.server.FaultServiceImpl.AdvancedDataType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum GWTApplication.server.FaultServiceImpl.TextFieldsToSearch
Returns an array containing the constants of this enum type, in the order they're declared.
verifyDateFormat(String) - Method in class GWTApplication.client.FaultDBForm
Used to verify that a field which represents the date has been entered in the correct format of DD/MM/YYYY
verifyDateNotInFuture(String) - Method in class GWTApplication.client.FaultDBForm
Verify that the date that has been specified is not after the current date
verifyText(String, int, String) - Method in class GWTApplication.client.FaultDBForm
This will verify that the text field is not empty or too full to fit in the database.
verifyTimeFormat(String) - Method in class GWTApplication.client.FaultDBForm
Used to verify that a field which represents the time has been entered in the correct format of HH:MM in 24 hour clock
VERTICAL - Static variable in class GWTApplication.client.LabelTextBox
This static is used to indicate that the label and the text box should be packed in a vertical manner
VERTICAL_ALIGNMENT - Static variable in class GWTApplication.client.LabelListBox
Whether the two widgets should be stacked vertically
VisibleInResultCheckBox - Variable in class GWTApplication.client.SearchForm.InputField
 

W

week() - Method in interface GWTApplication.client.InternationalizationConstants
 
weeks() - Method in interface GWTApplication.client.InternationalizationConstants
 
whichPrinterToUse() - Method in interface GWTApplication.client.InternationalizationConstants
 
Width - Variable in class GWTApplication.client.SearchForm.InputField
 
workAround - Variable in class GWTApplication.client.FaultEntryDetails
The details of any work around which may be associated with the fault
workAround() - Method in interface GWTApplication.client.InternationalizationConstants
 
Workaround - Class in GWTApplication.client
 
Workaround() - Constructor for class GWTApplication.client.Workaround
 
workAroundDetails() - Method in interface GWTApplication.client.InternationalizationConstants
 
WORKAROUNDTAB - Static variable in class GWTApplication.client.FaultDatabaseConstants
This is the index in the tab panel for the fault workaround tab
workaroundUpdate(int) - Method in interface GWTApplication.client.InternationalizationConstants
 

Y

youMayLoseUnsavedChanges() - Method in interface GWTApplication.client.InternationalizationConstants
 
youMustSelectAPrinterFromTheList() - Method in interface GWTApplication.client.InternationalizationConstants
 

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