Uses of Class
GWTApplication.client.Comment

Packages that use Comment
GWTApplication.client   
GWTApplication.server   
 

Uses of Comment in GWTApplication.client
 

Fields in GWTApplication.client declared as Comment
private  Comment FaultComment.CurrentCommentDetails
          This contains the details of the current comment if there is one currently entered into the database against the current fault
 

Methods in GWTApplication.client with parameters of type Comment
 void FaultService.updateCommentDetails(Comment NewCommentDetails)
           
 void FaultServiceAsync.updateCommentDetails(Comment NewCommentDetails, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 

Uses of Comment in GWTApplication.server
 

Methods in GWTApplication.server that return Comment
private  Comment FaultServiceImpl.packComment(java.sql.ResultSet rs)
          Pack the details of a comment result set object into an Comment object.
 

Methods in GWTApplication.server that return types with arguments of type Comment
 java.util.ArrayList<Comment> FaultServiceImpl.getCommentDetails(java.lang.Integer DefectNumber)
          Get the details of a comment from the database which is associated with the fault number which was specified by the caller
 

Methods in GWTApplication.server with parameters of type Comment
 void FaultServiceImpl.updateCommentDetails(Comment NewCommentDetails)
          This method is called to update the comment which is associated with the fault in the database