类 SysInterfaceService
java.lang.Object
cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysInterface,String>
cn.herodotus.engine.supplier.upms.logic.service.security.SysInterfaceService
- 所有已实现的接口:
cn.herodotus.stirrup.data.crud.service.JpaReadableService<SysInterface,,String> cn.herodotus.stirrup.data.crud.service.JpaWriteableService<SysInterface,String>
@Service
public class SysInterfaceService
extends cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysInterface,String>
Description: 系统应用程序接口 Service
- 作者:
- : gengwei.zheng
- Date:
- : 2023/3/7 11:11
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明查找SysSecurityAttribute中不存在的SysAuthoritycn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysInterface, String> storeRequestMappings(Collection<RequestMapping> requestMappings) 从类继承的方法 cn.herodotus.stirrup.data.crud.service.AbstractJpaService
like从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
构造器详细资料
-
SysInterfaceService
-
-
方法详细资料
-
getRepository
public cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysInterface,String> getRepository() -
findAllocatable
查找SysSecurityAttribute中不存在的SysAuthority- 返回:
- SysAuthority列表
-
storeRequestMappings
-