|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaultServiceAsync | |
---|---|
GWTApplication.client |
Uses of FaultServiceAsync in GWTApplication.client |
---|
Fields in GWTApplication.client declared as FaultServiceAsync | |
---|---|
private FaultServiceAsync |
UpdateFaultSubscriptionListener.svc
This is the service which will be used to access the servlet which is running in the tomcat container |
protected FaultServiceAsync |
Main.svc
This is the service which will be used to access the servlet which is running in the tomcat container |
private FaultServiceAsync |
ChangePasswordListener.svc
This is the service which will be used to access the servlet which is running in the tomcat container |
(package private) FaultServiceAsync |
FaultUpdateMonitor.svc
This is the service which will be used to access the servlet which is running in the tomcat container |
private FaultServiceAsync |
SearchResultFormatter.svc
This is the service which will be used to access the servlet which is running in the tomcat container |
protected FaultServiceAsync |
FaultDBForm.svc
This is the service which will be used to access the servlet which is running in the tomcat container |
private FaultServiceAsync |
LoginPanel.svc
This is the service which will be used to access the database. |
Constructors in GWTApplication.client with parameters of type FaultServiceAsync | |
---|---|
ChangePasswordDialogBox(FaultServiceAsync svc,
java.lang.String emailAddress)
Constructor |
|
FaultAddition(int FaultNumber,
FaultServiceAsync svc,
InternationalizationConstants internationalizationConstants,
AuthenticationDetails userAuthentication,
FaultUpdatedListener faultUpdateListener)
Constructor for the fault addition tab in the modify fault form |
|
FaultComment(int FaultNumber,
FaultServiceAsync svc,
InternationalizationConstants internationalizationConstants,
AuthenticationDetails userAuthentication,
FaultUpdatedListener faultUpdateListener)
Constructor for the fault comment tab in the modify fault form |
|
FaultSolution(int FaultNumber,
FaultServiceAsync svc,
InternationalizationConstants internationalizationConstants,
AuthenticationDetails userAuthentication,
FaultUpdatedListener faultUpdateListener)
Constructor for the fault solution tab in the modify fault form |
|
FaultUpdateMonitor(FaultServiceAsync svc)
Constructor |
|
FaultWorkAround(int FaultNumber,
FaultServiceAsync svc,
InternationalizationConstants internationalizationConstants,
AuthenticationDetails userAuthentication,
FaultUpdatedListener faultUpdateListener)
Constructor for the fault workaround tab in the modify fault form |
|
LinkFaultDialog(FaultServiceAsync svc)
Constructor |
|
LoginPanel(FaultServiceAsync svc,
FDBLoginListener LoginListener)
Constructor which will create a panel into which the user enter the details of his username and password. |
|
ManageSystem(com.google.gwt.user.client.ui.TabPanel MainTabPanel,
FaultServiceAsync svc,
AuthenticationDetails UserAuthentication)
This is used to create the panel which will be used by the manager of the system to manage the data |
|
ModifyFault(int FaultNumber,
FaultServiceAsync svc,
InternationalizationConstants internationalizationConstants,
com.google.gwt.user.client.ui.TabPanel FaultContainerPanel,
AuthenticationDetails UserAuthentication,
com.google.gwt.user.client.ui.TabPanel MainTabPanel)
This is used to create the form which will be used to enter the modify the details of the fault. |
|
ModifyFaultSubscriptionListDialog(FaultServiceAsync svc,
AuthenticationDetails authenticationDetails)
Constructor |
|
ModifyFormPanel(com.google.gwt.user.client.ui.TabPanel MainTabPanel,
FaultServiceAsync svc,
AuthenticationDetails UserAuthentication)
|
|
NewFaultForm(com.google.gwt.user.client.ui.TabPanel MainTabPanel,
FaultServiceAsync svc,
AuthenticationDetails UserAuthentication)
This is used to create the form which will be used to enter the details of a new fault. |
|
PrintFaultDialog(FaultServiceAsync svc)
Constructor |
|
QuickViewReport(com.google.gwt.user.client.ui.TabPanel MainTabPanel,
FaultServiceAsync svc,
ModifyFormPanel ModifyFormPage,
AuthenticationDetails UserAuthentication,
FaultUpdateMonitor faultUpdateMonitor)
This is used to create the panel which is used to generate reports for the user on request. |
|
SearchForm(com.google.gwt.user.client.ui.TabPanel MainTabPanel,
FaultServiceAsync svc,
AuthenticationDetails UserAuthentication,
ModifyFormPanel ModifyFormPage,
FaultUpdateMonitor faultUpdateMonitor)
This is used to create the form which will be used to enter the details of a search. |
|
SearchResultFormatter(com.google.gwt.user.client.ui.FlexTable resultsTable,
ModifyFormPanel modifyFormPage,
AuthenticationDetails UserAuthentication,
FaultServiceAsync svc,
InternationalizationConstants internationalizationConstants,
FaultUpdateMonitor faultUpdateMonitor)
Constructor for the class |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |