类 FunctionsServiceImpl
- java.lang.Object
-
- io.edurt.datacap.server.service.impl.FunctionsServiceImpl
-
- 所有已实现的接口:
FunctionsService
@Service public class FunctionsServiceImpl extends Object implements FunctionsService
-
-
构造器概要
构造器 构造器 说明 FunctionsServiceImpl(FunctionsRepository functionsRepository)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Response<Object>batchImport(FunctionsImportBody configure)Response<PageEntity<FunctionsEntity>>getAllByFilter(FilterBody filter)Response<PageEntity<FunctionsEntity>>getAllByPlugin(String plugin)Response<FunctionsEntity>getById(Long id)Response<FunctionsEntity>saveOrUpdate(FunctionsEntity configure)
-
-
-
构造器详细资料
-
FunctionsServiceImpl
public FunctionsServiceImpl(FunctionsRepository functionsRepository)
-
-
方法详细资料
-
saveOrUpdate
public Response<FunctionsEntity> saveOrUpdate(FunctionsEntity configure)
- 指定者:
saveOrUpdate在接口中FunctionsService
-
getAllByFilter
public Response<PageEntity<FunctionsEntity>> getAllByFilter(FilterBody filter)
- 指定者:
getAllByFilter在接口中FunctionsService
-
getById
public Response<FunctionsEntity> getById(Long id)
- 指定者:
getById在接口中FunctionsService
-
batchImport
public Response<Object> batchImport(FunctionsImportBody configure)
- 指定者:
batchImport在接口中FunctionsService
-
getAllByPlugin
public Response<PageEntity<FunctionsEntity>> getAllByPlugin(String plugin)
- 指定者:
getAllByPlugin在接口中FunctionsService
-
-