public class CodeListController extends BizController
BizController.SaveHelper| Constructor and Description |
|---|
CodeListController() |
| Modifier and Type | Method and Description |
|---|---|
void |
codeList(sirius.web.http.WebContext ctx,
String codeListId)
Provides an editor for a code list.
|
void |
codeListDetails(sirius.web.http.WebContext ctx,
String codeListId)
Provides an editor for a code list.
|
void |
codeListEntry(sirius.web.http.WebContext ctx,
String codeListId)
Provides an editor for a code list entry.
|
void |
codeLists(sirius.web.http.WebContext ctx)
Provides a list of all code lists.
|
void |
deleteCodeList(sirius.web.http.WebContext ctx,
String codeListId)
Deletes a code list.
|
void |
deleteCodeListEntry(sirius.web.http.WebContext ctx,
String codeListId,
String entryId)
Deletes a code list entry.
|
assertNotNew, assertTenant, find, findForTenant, getBaseUrl, load, load, load, prepareSave, setOrVerify, tryFind, tryFindForTenant, validatepublic void codeLists(sirius.web.http.WebContext ctx)
ctx - the current requestpublic void codeList(sirius.web.http.WebContext ctx,
String codeListId)
ctx - the current requestcodeListId - the id of the code listpublic void codeListDetails(sirius.web.http.WebContext ctx,
String codeListId)
ctx - the current requestcodeListId - the id of the code listpublic void codeListEntry(sirius.web.http.WebContext ctx,
String codeListId)
ctx - the current requestcodeListId - the code list of the entrypublic void deleteCodeList(sirius.web.http.WebContext ctx,
String codeListId)
ctx - the current requestcodeListId - the code list to deleteCopyright © 2018. All rights reserved.