Uses of Class
GWTApplication.client.FaultEntryDetails

Packages that use FaultEntryDetails
GWTApplication.client   
GWTApplication.server   
 

Uses of FaultEntryDetails in GWTApplication.client
 

Fields in GWTApplication.client declared as FaultEntryDetails
private  FaultEntryDetails SearchResultFormatter.DisplayFullFault.faultHistory
          Contains the full history of the fault
 

Methods in GWTApplication.client that return FaultEntryDetails
 FaultEntryDetails FaultService.getFullFaultHistory(int defectNumber, java.lang.String locale)
          Deliver the full details of a fault back to the caller
 

Methods in GWTApplication.client with parameters of type FaultEntryDetails
 void SearchResultFormatter.DisplayFullFault.updateDisclosurePanel(FaultEntryDetails faultHistory)
          This will be called with the details of the updated fault history and will result in the details in the disclosure panel being updated.
 

Uses of FaultEntryDetails in GWTApplication.server
 

Methods in GWTApplication.server that return FaultEntryDetails
 FaultEntryDetails FaultServiceImpl.getFullFaultHistory(int defectNumber, java.lang.String locale)
          This will be used to return the full history of a fault.