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
  • 构造器详细资料

  • 方法详细资料

    • getRepository

      public cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysInterface,String> getRepository()
    • findAllocatable

      public List<SysInterface> findAllocatable()
      查找SysSecurityAttribute中不存在的SysAuthority
      返回:
      SysAuthority列表
    • storeRequestMappings

      public List<SysInterface> storeRequestMappings(Collection<RequestMapping> requestMappings)