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