Package sk.iway.iwcm.doc.mirroring.rest
Class MirroringConfigRestController
java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<ConfPrefixDto,Long>
sk.iway.iwcm.components.configuration.AbstractConfigurationController
sk.iway.iwcm.doc.mirroring.rest.MirroringConfigRestController
@RestController
@RequestMapping("/admin/rest/webpages/mirroring/config")
@PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_mirroring\')")
public class MirroringConfigRestController
extends AbstractConfigurationController
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sk.iway.iwcm.components.configuration.AbstractConfigurationController
beforeDuplicate, deleteItem, editItem, getAllItems, insertItemMethods 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, getSum, getUpdateByColumn, getUser, handleEditor, hasNotify, initBinder, isExporting, isForceReload, isImporting, isSkipWrongData, jpaToBoolean, preImportDataEdit, processAction, processFromEntity, processFromEntity, processFromEntity, processFromEntity, processToEntity, searchItem, setForceReload, setRequest, setValidator, sumItems, throwConstraintViolation, throwError, throwError, throwError, throwError, throwError, throwError, validateEditor
-
Constructor Details
-
MirroringConfigRestController
-