@RestController @RequestMapping(value="/cashRegisterReports") public class CashRegisterReportController extends pl.matsuo.core.web.controller.AbstractController<pl.matsuo.accounting.model.cashregister.CashRegisterReport,CashRegisterReportController.ICashRegisterReportControllerQueryRequestParams>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CashRegisterReportController.ICashRegisterReportControllerQueryRequestParams |
| Constructor and Description |
|---|
CashRegisterReportController() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
cashRegisterPrintsSummary(Integer idCashRegister)
Return not reckoned prints summary
|
org.springframework.http.HttpEntity<pl.matsuo.accounting.model.cashregister.CashRegisterReport> |
create(pl.matsuo.accounting.model.cashregister.CashRegisterReport entity,
StringBuffer parentUri) |
protected List<? extends pl.matsuo.core.model.api.Initializer<pl.matsuo.accounting.model.cashregister.CashRegisterReport>> |
entityInitializers() |
List<pl.matsuo.accounting.model.cashregister.CashRegisterReport> |
list(CashRegisterReportController.ICashRegisterReportControllerQueryRequestParams params) |
pl.matsuo.accounting.model.cashregister.CashRegisterReport |
reportForCashRegister(Integer idCashRegister) |
childLocation, delete, httpEntity, update, updateprotected List<? extends pl.matsuo.core.model.api.Initializer<pl.matsuo.accounting.model.cashregister.CashRegisterReport>> entityInitializers()
entityInitializers in class pl.matsuo.core.web.controller.AbstractSearchController<pl.matsuo.accounting.model.cashregister.CashRegisterReport,CashRegisterReportController.ICashRegisterReportControllerQueryRequestParams>@RequestMapping(method=GET) public List<pl.matsuo.accounting.model.cashregister.CashRegisterReport> list(CashRegisterReportController.ICashRegisterReportControllerQueryRequestParams params)
list in class pl.matsuo.core.web.controller.AbstractSearchController<pl.matsuo.accounting.model.cashregister.CashRegisterReport,CashRegisterReportController.ICashRegisterReportControllerQueryRequestParams>@RequestMapping(method=POST,
consumes="application/json")
@ResponseStatus(value=CREATED)
public org.springframework.http.HttpEntity<pl.matsuo.accounting.model.cashregister.CashRegisterReport> create(@RequestBody
pl.matsuo.accounting.model.cashregister.CashRegisterReport entity,
@Value(value="#{request.requestURL}")
StringBuffer parentUri)
create in class pl.matsuo.core.web.controller.AbstractController<pl.matsuo.accounting.model.cashregister.CashRegisterReport,CashRegisterReportController.ICashRegisterReportControllerQueryRequestParams>@RequestMapping(value="/reportForCashRegister/{id}",
method=GET,
consumes="application/octet-stream")
public pl.matsuo.accounting.model.cashregister.CashRegisterReport reportForCashRegister(@PathVariable(value="id")
Integer idCashRegister)
@RequestMapping(value="/cashRegisterPrintsSummary/{id}",
method=GET,
consumes="application/octet-stream")
public BigDecimal cashRegisterPrintsSummary(@PathVariable(value="id")
Integer idCashRegister)
Copyright © 2015 Matsuo IT. All rights reserved.