public class MailController extends BizController
BizController.SaveHelper| Constructor and Description | 
|---|
MailController()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
mail(sirius.web.http.WebContext ctx,
    String id)
Shows the details of a selected mail. 
 | 
void | 
mails(sirius.web.http.WebContext ctx)
Lists all recorded mail entries. 
 | 
assertNotNew, assertTenant, find, findForTenant, getBaseUrl, load, load, load, prepareSave, setOrVerify, tryFind, tryFindForTenant, validatepublic void mails(sirius.web.http.WebContext ctx)
ctx - the current requestpublic void mail(sirius.web.http.WebContext ctx,
                 String id)
ctx - the current requestid - the id of the mail to showCopyright © 2018. All rights reserved.