接口 FunctionsService
-
- 所有已知实现类:
FunctionsServiceImpl
public interface FunctionsService
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 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)
-
-
-
方法详细资料
-
saveOrUpdate
Response<FunctionsEntity> saveOrUpdate(FunctionsEntity configure)
-
getAllByFilter
Response<PageEntity<FunctionsEntity>> getAllByFilter(FilterBody filter)
-
getById
Response<FunctionsEntity> getById(Long id)
-
batchImport
Response<Object> batchImport(FunctionsImportBody configure)
-
getAllByPlugin
Response<PageEntity<FunctionsEntity>> getAllByPlugin(String plugin)
-
-