Uses of Class
GWTApplication.client.Solution

Packages that use Solution
GWTApplication.client   
GWTApplication.server   
 

Uses of Solution in GWTApplication.client
 

Fields in GWTApplication.client declared as Solution
private  Solution FaultSolution.CurrentSolutionDetails
          This contains the details of the current solution if there is one entered into the database against the current fault
 Solution FaultEntryDetails.solution
          The details of any solution which may be associated with the fault
 

Methods in GWTApplication.client that return Solution
 Solution FaultService.getSolutionDetails(java.lang.Integer DefectNumber)
           
 

Methods in GWTApplication.client with parameters of type Solution
 void FaultService.updateSolutionDetails(Solution NewSolutionDetails)
           
 void FaultServiceAsync.updateSolutionDetails(Solution NewSolutionDetails, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 

Uses of Solution in GWTApplication.server
 

Methods in GWTApplication.server that return Solution
 Solution FaultServiceImpl.getSolutionDetails(java.lang.Integer DefectNumber)
          Get the details of a solution from the database which is associated with the fault number which was specified by the caller
private  Solution FaultServiceImpl.packSolution(java.sql.ResultSet rs)
          Pack the details of a solution result set object into an Solution object.
 

Methods in GWTApplication.server with parameters of type Solution
 void FaultServiceImpl.updateSolutionDetails(Solution NewSolutionDetails)
          This method is called to update the solution which is associated with the fault in the database