| Methods in GWTApplication.server that throw UnknownFaultSpecifiedException |
(package private) void |
FaultServiceImpl.createFaultReportAsPDF(int faultId,
com.lowagie.text.Document PDFDocument)
Add the full details of the fault history into the PDF document
ready for printing out. |
java.lang.String |
FaultServiceImpl.fetchHTMLFaultReport(int faultId,
boolean addLinks)
Fetch from the database the details of the fault and all of
it's comments and prepare an HTML report which can be returned
to the user |
void |
FaultServiceImpl.linkFault(int parentFaultId,
int childFaultId)
Will be used to link a fault which is specified by the user to another fault |