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 Details

  • Method Details

    • getRepository

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

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

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