Package sk.iway.iwcm.components.tooltip
Class TooltipRestController
java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<DictionaryBean,Long>
sk.iway.iwcm.components.tooltip.TooltipRestController
@RestController
@RequestMapping("/admin/rest/tooltip")
@PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_tooltip\')")
public class TooltipRestController
extends DatatableRestControllerV2<DictionaryBean,Long>
-
Method Summary
Modifier and TypeMethodDescriptionbooleandeleteItem(DictionaryBean entity, long id) Zmaze danu entitu z databazyeditItem(DictionaryBean entity, long id) Ulozi existujucu entitu do databazyorg.springframework.data.domain.Page<DictionaryBean>getAllItems(org.springframework.data.domain.Pageable pageable) Ziska z databazy vsetky zaznamygetOne(long id) insertItem(DictionaryBean entity) Vlozi NOVU entitu do databazyMethods inherited from class sk.iway.iwcm.system.datatable.DatatableRestControllerV2
action, add, addNotify, addNotify, addSpecSearch, addSpecSort, afterDelete, afterDuplicate, afterImportChunk, afterSave, beforeDelete, beforeDuplicate, beforeSave, checkAccessAllowed, checkItemPerms, copyEntityIntoOriginal, delete, edit, findByColumns, findItemBy, getAll, getAllItemsIncludeSpecSearch, getCleanKey, getCleanValue, getImportedColumns, getImportMode, getInvalidImportedRows, getLastImportedRow, 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
-
Method Details
-
getAllItems
public org.springframework.data.domain.Page<DictionaryBean> getAllItems(org.springframework.data.domain.Pageable pageable) Description copied from class:DatatableRestControllerV2Ziska z databazy vsetky zaznamy- Overrides:
getAllItemsin classDatatableRestControllerV2<DictionaryBean,Long> - Returns:
-
getOne
- Overrides:
getOnein classDatatableRestControllerV2<DictionaryBean,Long>
-
insertItem
Description copied from class:DatatableRestControllerV2Vlozi NOVU entitu do databazy- Overrides:
insertItemin classDatatableRestControllerV2<DictionaryBean,Long> - Returns:
-
deleteItem
Description copied from class:DatatableRestControllerV2Zmaze danu entitu z databazy- Overrides:
deleteItemin classDatatableRestControllerV2<DictionaryBean,Long> - Returns:
-
editItem
Description copied from class:DatatableRestControllerV2Ulozi existujucu entitu do databazy- Overrides:
editItemin classDatatableRestControllerV2<DictionaryBean,Long> - Returns:
-