Uses of Class
cn.sliew.carp.module.security.core.service.param.SecRoleListParam
Packages that use SecRoleListParam
Package
Description
-
Uses of SecRoleListParam in cn.sliew.carp.module.security.core.controller
Methods in cn.sliew.carp.module.security.core.controller with parameters of type SecRoleListParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecRoleController.list(@Valid SecRoleListParam param) SecRoleController.listAll(@Valid SecRoleListParam param) -
Uses of SecRoleListParam in cn.sliew.carp.module.security.core.service
Methods in cn.sliew.carp.module.security.core.service with parameters of type SecRoleListParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecRoleService.list(SecRoleListParam param) SecRoleService.listAll(SecRoleListParam param) -
Uses of SecRoleListParam in cn.sliew.carp.module.security.core.service.impl
Methods in cn.sliew.carp.module.security.core.service.impl with parameters of type SecRoleListParamModifier and TypeMethodDescriptioncn.sliew.carp.framework.common.model.PageResult<SecRoleDTO>SecRoleServiceImpl.list(SecRoleListParam param) SecRoleServiceImpl.listAll(SecRoleListParam param)