Class DialogueContactController

java.lang.Object
cn.herodotus.engine.web.api.servlet.AbstractReadableController<E,ID,S>
cn.herodotus.engine.web.api.servlet.AbstractWriteableController<E,ID,cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<E,ID>>
cn.herodotus.engine.web.api.servlet.AbstractJpaWriteableController<DialogueContact,String>
cn.herodotus.engine.rest.servlet.message.controller.DialogueContactController
All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain, cn.herodotus.engine.core.definition.domain.Pagination, BindingController<DialogueContact,String,cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<DialogueContact,String>>, PageController<DialogueContact,String,cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<DialogueContact,String>>, PaginationController, cn.herodotus.engine.web.core.definition.Controller, Serializable

@RestController @RequestMapping("/message/dialogue/contact") public class DialogueContactController extends AbstractJpaWriteableController<DialogueContact,String>

Description: DialogueContactController

Author:
: gengwei.zheng
See Also:
Date:
: 2022/12/17 0:05
  • Constructor Details

  • Method Details

    • getService

      public cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<DialogueContact,String> getService()
    • findByCondition

      @GetMapping("/condition") public cn.herodotus.engine.core.definition.domain.Result<Map<String,Object>> findByCondition(@NotNull @RequestParam("pageNumber") @NotNull Integer pageNumber, @NotNull @RequestParam("pageSize") @NotNull Integer pageSize, @NotNull @RequestParam("receiverId") @NotNull String receiverId)