Class PartyController

java.lang.Object
org.diabetestechnology.drh.service.http.pg.ux.PartyController

@Controller public class PartyController extends Object
  • Constructor Details

    • PartyController

      public PartyController()
  • Method Details

    • getPartyIdByUserId

      @GetMapping("/user-party-id") @ResponseBody public Response getPartyIdByUserId()
    • getPartyIdByOrganization

      @GetMapping("/organization-party-id") @ResponseBody public Response getPartyIdByOrganization(@RequestParam String organizationId)
    • getActiveUserPartyId

      @GetMapping("/active-user/party-id") @ResponseBody public Response getActiveUserPartyId()