java.lang.Object
cn.herodotus.engine.data.core.service.BaseService<SysElement,String>
cn.herodotus.engine.supplier.upms.logic.service.security.SysElementService
All Implemented Interfaces:
cn.herodotus.engine.data.core.service.ReadableService<SysElement,String>, cn.herodotus.engine.data.core.service.WriteableService<SysElement,String>

@Service public class SysElementService extends cn.herodotus.engine.data.core.service.BaseService<SysElement,String>

Description: SysMenuService

Author:
: gengwei.zheng
Date:
: 2022/7/14 15:55
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    assign(String elementId, String[] roles)
     
    org.springframework.data.domain.Page<SysElement>
    findByCondition(int pageNumber, int pageSize, String path, String title)
     
    cn.herodotus.engine.data.core.repository.BaseRepository<SysElement,String>
     

    Methods inherited from class cn.herodotus.engine.data.core.service.BaseService

    like

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface cn.herodotus.engine.data.core.service.ReadableService

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

    Methods inherited from interface cn.herodotus.engine.data.core.service.WriteableService

    delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
  • Constructor Details

  • Method Details

    • getRepository

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

      public org.springframework.data.domain.Page<SysElement> findByCondition(int pageNumber, int pageSize, String path, String title)
    • assign

      public SysElement assign(String elementId, String[] roles)