Uses of Record Class
io.github.xezzon.zeroweb.core.odata.ODataRequestParam
Packages that use ODataRequestParam
Package
Description
-
Uses of ODataRequestParam in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict with parameters of type ODataRequestParamModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Dict>
DictController.getDictTagList
(ODataRequestParam odata) 分页查询字典目列表 -
Uses of ODataRequestParam in io.github.xezzon.zeroweb.locale
Methods in io.github.xezzon.zeroweb.locale with parameters of type ODataRequestParamModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<I18nMessage>
I18nMessageController.queryI18nMessageList
(String namespace, ODataRequestParam odata) 分页查询国际化内容 -
Uses of ODataRequestParam in io.github.xezzon.zeroweb.openapi
Methods in io.github.xezzon.zeroweb.openapi with parameters of type ODataRequestParamModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Openapi>
OpenapiController.getOpenapiList
(ODataRequestParam odata) 获取`对外接口`列表的分页数据 -
Uses of ODataRequestParam in io.github.xezzon.zeroweb.third_party_app
Methods in io.github.xezzon.zeroweb.third_party_app with parameters of type ODataRequestParamModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThirdPartyApp>
ThirdPartyAppController.listMyThirdPartyApp
(ODataRequestParam odata) 获取当前用户的所有第三方应用列表org.springframework.data.domain.Page<Subscription>
ThirdPartyAppController.listSubscription
(ODataRequestParam odata, String appId) 查询所有已发布的对外接口以及指定第三方应用的订阅情况org.springframework.data.domain.Page<ThirdPartyApp>
ThirdPartyAppController.listThirdPartyApp
(ODataRequestParam odata) 查询所有第三方应用列表