|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workaround | |
---|---|
GWTApplication.client | |
GWTApplication.server |
Uses of Workaround in GWTApplication.client |
---|
Fields in GWTApplication.client declared as Workaround | |
---|---|
private Workaround |
FaultWorkAround.CurrentWorkaroundDetails
This contains the details of the current workaround if there is one entered into the database against the current fault. |
Workaround |
FaultEntryDetails.workAround
The details of any work around which may be associated with the fault |
Methods in GWTApplication.client that return Workaround | |
---|---|
Workaround |
FaultService.getWorkaroundDetails(java.lang.Integer DefectNumber)
|
Methods in GWTApplication.client with parameters of type Workaround | |
---|---|
void |
FaultService.updateWorkaroundDetails(Workaround NewWorkaroundDetails)
|
void |
FaultServiceAsync.updateWorkaroundDetails(Workaround NewWorkaroundDetails,
com.google.gwt.user.client.rpc.AsyncCallback callback)
|
Uses of Workaround in GWTApplication.server |
---|
Methods in GWTApplication.server that return Workaround | |
---|---|
Workaround |
FaultServiceImpl.getWorkaroundDetails(java.lang.Integer DefectNumber)
Get the details of a workaround from the database which is associated with the fault number which was specified by the caller |
private Workaround |
FaultServiceImpl.packWorkaround(java.sql.ResultSet rs)
Pack the details of a workaround result set object into an Workaround object. |
Methods in GWTApplication.server with parameters of type Workaround | |
---|---|
void |
FaultServiceImpl.updateWorkaroundDetails(Workaround NewWorkaroundDetails)
This method is called to update the workaround which is associated with the fault in the database |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |