Interface FetchAgent


@EndPoint @Path("/api") public interface FetchAgent
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.json.JsonObject
    fetchBills(io.vertx.core.json.JsonObject query)
     
    io.vertx.core.json.JsonObject
     
    io.vertx.core.json.JsonArray
    fetchBooks(String orderId)
     
    io.vertx.core.json.JsonObject
     
    io.vertx.core.json.JsonObject
     
    io.vertx.core.json.JsonObject
    fetchItem(String orderId)
     
    io.vertx.core.json.JsonObject
     
    io.vertx.core.json.JsonObject
    searchSettles(io.vertx.core.json.JsonObject qr)
     
  • Method Details

    • fetchItem

      @GET @Path("/bills/order/:orderId") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7/FETCH/AGGR") io.vertx.core.json.JsonObject fetchItem(@PathParam("orderId") String orderId)
    • fetchByKey

      @GET @Path("/bills/:key") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7/FETCH/BILL/BY/KEY") io.vertx.core.json.JsonObject fetchByKey(@PathParam("key") String key)
    • fetchBills

      @POST @Path("/bills/search/full") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7/FETCH/BILLS/BY/ORDER") io.vertx.core.json.JsonObject fetchBills(@BodyParam io.vertx.core.json.JsonObject query)
    • fetchBooks

      @GET @Path("/books/order/:orderId") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7/FETCH/BOOK") io.vertx.core.json.JsonArray fetchBooks(@PathParam("orderId") String orderId)
    • fetchBook

      @GET @Path("/fm-book/:key") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7/FETCH/BOOK/BY/KEY") io.vertx.core.json.JsonObject fetchBook(@PathParam("key") String key)
    • fetchSettlement

      @GET @Path("/settlement/:key") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7/FETCH/SETTLEMENT/BY/KEY") io.vertx.core.json.JsonObject fetchSettlement(@PathParam("key") String key)
    • searchSettles

      @POST @Path("/settlement/search") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7/FETCH/SETTLEMENT/SEARCH") io.vertx.core.json.JsonObject searchSettles(@BodyParam io.vertx.core.json.JsonObject qr)
    • fetchDebt

      @GET @Path("/debt/:key") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03c7\u03c1\u03b7\u03bc\u03b1\u03c4\u03bf\u03b4\u03cc\u03c4\u03b7\u03c3\u03b7/FETCH/DEBT/BY/KEY") io.vertx.core.json.JsonObject fetchDebt(@PathParam("key") String key)