Class SysElementService
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.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
likeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.data.core.service.ReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPageMethods inherited from interface cn.herodotus.engine.data.core.service.WriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
Constructor Details
-
SysElementService
-
-
Method Details
-
getRepository
-
findByCondition
public org.springframework.data.domain.Page<SysElement> findByCondition(int pageNumber, int pageSize, String path, String title) -
assign
-