Class SysAttributeController
java.lang.Object
cn.herodotus.engine.web.api.servlet.AbstractReadableController<E,ID,S>
cn.herodotus.engine.web.api.servlet.AbstractWriteableController<E,ID,cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<E,ID>>
cn.herodotus.engine.web.api.servlet.AbstractJpaWriteableController<SysAttribute,String>
cn.herodotus.engine.rest.servlet.upms.controller.security.SysAttributeController
- All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain,cn.herodotus.engine.core.definition.domain.Pagination,BindingController<SysAttribute,,String, cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysAttribute, String>> PageController<SysAttribute,,String, cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysAttribute, String>> PaginationController,cn.herodotus.engine.web.core.definition.Controller,Serializable
@RestController
@RequestMapping("/security/attribute")
public class SysAttributeController
extends AbstractJpaWriteableController<SysAttribute,String>
Description: 系统安全属性 Controller
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2022/6/20 18:12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.core.definition.domain.Result<SysAttribute>cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysAttribute,String> Methods inherited from class cn.herodotus.engine.web.api.servlet.AbstractJpaWriteableController
saveMethods inherited from class cn.herodotus.engine.web.api.servlet.AbstractWriteableController
deleteMethods inherited from class cn.herodotus.engine.web.api.servlet.AbstractReadableController
findByPageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.web.api.servlet.BindingController
findAll, findByIdMethods inherited from interface cn.herodotus.engine.web.core.definition.Controller
result, result, result, result, result, result, resultMethods inherited from interface cn.herodotus.engine.web.api.servlet.PageController
findByPage, findByPageMethods inherited from interface cn.herodotus.engine.core.definition.domain.Pagination
with, withMethods inherited from interface cn.herodotus.engine.web.api.servlet.PaginationController
fromPage, fromSlice, resultFromPage, resultFromSlice
-
Constructor Details
-
SysAttributeController
-
-
Method Details
-
getService
public cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysAttribute,String> getService() -
assign
@PutMapping public cn.herodotus.engine.core.definition.domain.Result<SysAttribute> assign(@RequestParam(name="attributeId") String attributeId, @RequestParam(name="permissions[]") String[] permissions)
-