@RestController @RequestMapping(value="/party") public class PartyController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected pl.matsuo.core.service.db.Database |
database |
protected PayerController |
payerController |
| Constructor and Description |
|---|
PartyController() |
| Modifier and Type | Method and Description |
|---|---|
List<SimpleParty> |
list(pl.matsuo.core.params.IQueryRequestParams params) |
@Autowired protected pl.matsuo.core.service.db.Database database
@Autowired protected PayerController payerController
@RequestMapping(method=GET) public List<SimpleParty> list(pl.matsuo.core.params.IQueryRequestParams params)
Copyright © 2015 Matsuo IT. All rights reserved.