Uses of Class
com.bytedesk.core.black.BlackRequest
Packages that use BlackRequest
-
Uses of BlackRequest in com.bytedesk.core.black
Methods in com.bytedesk.core.black with parameters of type BlackRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
BlackRestController.create
(BlackRequest request) 创建黑名单BlackRestService.create
(BlackRequest request) protected org.springframework.data.jpa.domain.Specification<BlackEntity>
BlackRestService.createSpecification
(BlackRequest request) org.springframework.http.ResponseEntity<?>
BlackRestController.delete
(BlackRequest request) 删除黑名单void
BlackRestService.delete
(BlackRequest entity) org.springframework.http.ResponseEntity<?>
BlackRestController.existsByBlackUid
(BlackRequest request) 查询当前blackUid是否存在于黑名单中BlackRestService.existsByBlackUid
(BlackRequest request) BlackRestController.export
(BlackRequest request, jakarta.servlet.http.HttpServletResponse response) 导出黑名单列表org.springframework.http.ResponseEntity<?>
BlackRestController.queryByOrg
(BlackRequest request) 根据组织查询黑名单org.springframework.http.ResponseEntity<?>
BlackRestController.queryByUid
(BlackRequest request) 根据UID查询黑名单org.springframework.http.ResponseEntity<?>
BlackRestController.queryByUser
(BlackRequest request) 根据用户查询黑名单static org.springframework.data.jpa.domain.Specification<BlackEntity>
BlackSpecification.search
(BlackRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
BlackRestController.unblockByBlackUid
(BlackRequest request) void
BlackRestService.unblockByBlackUid
(BlackRequest request) org.springframework.http.ResponseEntity<?>
BlackRestController.update
(BlackRequest request) 更新黑名单BlackRestService.update
(BlackRequest request)