Uses of Class
cn.herodotus.engine.supplier.upms.logic.entity.security.SysElement
Packages that use SysElement
Package
Description
-
Uses of SysElement in cn.herodotus.engine.supplier.upms.logic.converter
Methods in cn.herodotus.engine.supplier.upms.logic.converter with parameters of type SysElementModifier and TypeMethodDescriptionorg.dromara.hutool.core.tree.TreeNode<String>SysElementToTreeNodeConverter.convert(SysElement sysMenu) -
Uses of SysElement in cn.herodotus.engine.supplier.upms.logic.service.security
Methods in cn.herodotus.engine.supplier.upms.logic.service.security that return SysElementModifier and TypeMethodDescriptionMethods in cn.herodotus.engine.supplier.upms.logic.service.security that return types with arguments of type SysElementModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SysElement>SysElementService.findByCondition(int pageNumber, int pageSize, String path, String title) cn.herodotus.engine.data.core.repository.BaseRepository<SysElement,String> SysElementService.getRepository()