java.lang.Object
cn.herodotus.engine.data.core.service.BaseService<SysInterface,String>
cn.herodotus.engine.supplier.upms.logic.service.security.SysInterfaceService
所有已实现的接口:
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

作者:
: gengwei.zheng
Date:
: 2023/3/7 11:11
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    查找SysSecurityAttribute中不存在的SysAuthority
    cn.herodotus.engine.data.core.repository.BaseRepository<SysInterface,String>
     
    storeRequestMappings(Collection<cn.herodotus.engine.rest.core.domain.RequestMapping> requestMappings)
     

    从类继承的方法 cn.herodotus.engine.data.core.service.BaseService

    like

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 cn.herodotus.engine.data.core.service.ReadableService

    count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage

    从接口继承的方法 cn.herodotus.engine.data.core.service.WriteableService

    delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
  • 构造器详细资料

  • 方法详细资料

    • getRepository

      public cn.herodotus.engine.data.core.repository.BaseRepository<SysInterface,String> getRepository()
    • findAllocatable

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

      public List<SysInterface> storeRequestMappings(Collection<cn.herodotus.engine.rest.core.domain.RequestMapping> requestMappings)