Class SysInterfaceService
java.lang.Object
cn.herodotus.engine.data.core.service.BaseService<SysInterface,String>
cn.herodotus.engine.supplier.upms.logic.service.security.SysInterfaceService
- All Implemented Interfaces:
cn.herodotus.engine.data.core.service.ReadableService<SysInterface,,String> cn.herodotus.engine.data.core.service.WriteableService<SysInterface,String>
@Service
public class SysInterfaceService
extends cn.herodotus.engine.data.core.service.BaseService<SysInterface,String>
Description: 系统应用程序接口 Service
- Author:
- : gengwei.zheng
- Date:
- : 2023/3/7 11:11
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription查找SysSecurityAttribute中不存在的SysAuthoritycn.herodotus.engine.data.core.repository.BaseRepository<SysInterface,String> storeRequestMappings(Collection<RequestMapping> requestMappings) Methods inherited from class cn.herodotus.engine.data.core.service.BaseService
likeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.data.core.service.ReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPageMethods inherited from interface cn.herodotus.engine.data.core.service.WriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
Constructor Details
-
SysInterfaceService
-
-
Method Details
-
getRepository
-
findAllocatable
查找SysSecurityAttribute中不存在的SysAuthority- Returns:
- SysAuthority列表
-
storeRequestMappings
-