public class IncidentController extends BizController
BizController.SaveHelper
Constructor and Description |
---|
IncidentController() |
Modifier and Type | Method and Description |
---|---|
void |
error(sirius.web.http.WebContext ctx,
String id)
Shows the details of the given error
|
void |
errors(sirius.web.http.WebContext ctx)
Lists all recorded errors.
|
assertNotNew, assertTenant, find, findForTenant, getBaseUrl, load, load, load, prepareSave, setOrVerify, tryFind, tryFindForTenant, validate
public void errors(sirius.web.http.WebContext ctx)
ctx
- the current requestpublic void error(sirius.web.http.WebContext ctx, String id)
id
- the ID of the StoredIncident
to showctx
- the current requestCopyright © 2018. All rights reserved.