Uses of Class
cn.sliew.carp.module.security.core.service.dto.SecResourceWebDTO
Packages that use SecResourceWebDTO
Package
Description
-
Uses of SecResourceWebDTO in cn.sliew.carp.module.security.core.controller
Methods in cn.sliew.carp.module.security.core.controller that return SecResourceWebDTOMethods in cn.sliew.carp.module.security.core.controller that return types with arguments of type SecResourceWebDTOModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecResourceWebDTO>SecResourceWebController.list(@Valid SecResourceWebListParam param) SecResourceWebController.listAll(@Valid SecResourceWebListParam param) -
Uses of SecResourceWebDTO in cn.sliew.carp.module.security.core.service
Methods in cn.sliew.carp.module.security.core.service that return SecResourceWebDTOMethods in cn.sliew.carp.module.security.core.service that return types with arguments of type SecResourceWebDTOModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecResourceWebDTO>SecResourceWebService.list(SecResourceWebListParam param) SecResourceWebService.listAll(SecResourceWebListParam param) SecAuthorizationService.listAuthorizedResourceWebsByRoleId(SecResourceWebListByRoleParam param) 查询角色绑定 资源-web 列表SecResourceWebRoleService.listAuthorizedResourceWebsByRoleId(SecResourceWebListByRoleParam param) 查询角色绑定 资源-web 列表 -
Uses of SecResourceWebDTO in cn.sliew.carp.module.security.core.service.convert
Methods in cn.sliew.carp.module.security.core.service.convert that return SecResourceWebDTOMethods in cn.sliew.carp.module.security.core.service.convert that return types with arguments of type SecResourceWebDTOMethods in cn.sliew.carp.module.security.core.service.convert with parameters of type SecResourceWebDTOMethod parameters in cn.sliew.carp.module.security.core.service.convert with type arguments of type SecResourceWebDTO -
Uses of SecResourceWebDTO in cn.sliew.carp.module.security.core.service.impl
Methods in cn.sliew.carp.module.security.core.service.impl that return SecResourceWebDTOMethods in cn.sliew.carp.module.security.core.service.impl that return types with arguments of type SecResourceWebDTOModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecResourceWebDTO>SecResourceWebServiceImpl.list(SecResourceWebListParam param) SecResourceWebServiceImpl.listAll(SecResourceWebListParam param) SecAuthorizationServiceImpl.listAuthorizedResourceWebsByRoleId(SecResourceWebListByRoleParam param) SecResourceWebRoleServiceImpl.listAuthorizedResourceWebsByRoleId(SecResourceWebListByRoleParam param)