Class SysInterfaceService
java.lang.Object
cn.herodotus.engine.data.core.jpa.service.AbstractJpaService<SysInterface,String>
cn.herodotus.engine.logic.upms.service.security.SysInterfaceService
- All Implemented Interfaces:
BaseJpaReadableService<SysInterface,,String> BaseJpaWriteableService<SysInterface,,String> cn.herodotus.engine.data.core.service.BasePageService<SysInterface,,String> 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中不存在的SysAuthoritystoreRequestMappings(Collection<RestMapping> restMappings) Methods inherited from class cn.herodotus.engine.data.core.jpa.service.AbstractJpaService
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.jpa.service.BaseJpaReadableService
count, count, exists, existsById, findAll, findAll, findAll, findAll, findAllById, findById, findByPage, findByPage, findByPage, findByPage, getReferenceByIdMethods inherited from interface cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService
delete, deleteAll, deleteAll, deleteAllById, deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface cn.herodotus.engine.data.core.service.BasePageService
findByPage, findByPage, findByPage
-
Constructor Details
-
SysInterfaceService
-
-
Method Details
-
getRepository
-
findAllocatable
查找SysSecurityAttribute中不存在的SysAuthority- Returns:
- SysAuthority列表
-
storeRequestMappings
-