Package sk.iway.iwcm.components.media
Class MediaGroupRestController
java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<T,ID>
sk.iway.iwcm.system.datatable.DatatableRestControllerAvailableGroups<sk.iway.spirit.model.MediaGroupBean,Long>
sk.iway.iwcm.components.media.MediaGroupRestController
@RestController
@RequestMapping("/admin/rest/media-group")
@PreAuthorize("@WebjetSecurityService.hasPermission(\'editor_edit_media_group\')")
public class MediaGroupRestController
extends DatatableRestControllerAvailableGroups<sk.iway.spirit.model.MediaGroupBean,Long>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sk.iway.iwcm.system.datatable.DatatableRestControllerAvailableGroups
beforeSave, checkItemPerms, filterByPerms, getAllItems
Methods inherited from class sk.iway.iwcm.system.datatable.DatatableRestControllerV2
action, add, addNotify, addNotify, addSpecSearch, addSpecSort, afterDelete, afterDuplicate, afterImportChunk, afterSave, beforeDelete, beforeDuplicate, checkAccessAllowed, copyEntityIntoOriginal, delete, deleteItem, edit, editItem, findByColumns, findItemBy, getAll, getAllItemsIncludeSpecSearch, getCleanKey, getCleanValue, getImportedColumns, getImportMode, getInvalidImportedRows, getLastImportedRow, getOne, getOneItem, getOptions, getParamsMap, getProp, getRepo, getRequest, getSearchConditions, getSearchProperties, getUpdateByColumn, getUser, handleEditor, hasNotify, initBinder, insertItem, 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
-
MediaGroupRestController
-