Class AbTestingConfigRestController
java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<ConfPrefixDto,Long>
sk.iway.iwcm.components.configuration.AbstractConfigurationController
sk.iway.iwcm.components.abtesting.rest.AbTestingConfigRestController
@RestController
@RequestMapping("/admin/rest/abtesting/config")
@PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_abtesting\')")
public class AbTestingConfigRestController
extends AbstractConfigurationController
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sk.iway.iwcm.components.configuration.AbstractConfigurationController
beforeDuplicate, deleteItem, editItem, getAllItems, insertItem
Methods inherited from class sk.iway.iwcm.system.datatable.DatatableRestControllerV2
action, add, addNotify, addNotify, addSpecSearch, addSpecSort, afterDelete, afterDuplicate, afterImportChunk, afterSave, beforeDelete, beforeSave, checkAccessAllowed, checkItemPerms, copyEntityIntoOriginal, delete, edit, findByColumns, findItemBy, getAll, getAllItemsIncludeSpecSearch, getCleanKey, getCleanValue, getImportedColumns, getImportMode, getInvalidImportedRows, getLastImportedRow, getOne, getOneItem, getOptions, getParamsMap, getProp, getRepo, getRequest, getSearchConditions, getSearchProperties, getUpdateByColumn, getUser, handleEditor, hasNotify, initBinder, isExporting, isForceReload, isImporting, isSkipWrongData, jpaToBoolean, preImportDataEdit, processAction, processFromEntity, processFromEntity, processFromEntity, processFromEntity, processToEntity, searchItem, setForceReload, setRequest, setValidator, throwConstraintViolation, throwError, throwError, throwError, throwError, throwError, throwError, validateEditor
-
Constructor Details
-
AbTestingConfigRestController
-