Class PartyController

java.lang.Object
pl.matsuo.core.web.controller.organization.PartyController

@RestController
@RequestMapping("/party")
public class PartyController
extends Object
  • Field Details

    • database

      @Autowired protected pl.matsuo.core.service.db.Database database
    • payerController

      @Autowired protected PayerController payerController
  • Constructor Details

    • PartyController

      public PartyController()
  • Method Details

    • list

      @RequestMapping(method=GET) public List<SimpleParty> list​(pl.matsuo.core.params.IQueryRequestParams params)