@RestController
@RequestMapping(value="/cashRegisters")
public class CashRegisterController
extends pl.matsuo.core.web.controller.AbstractSimpleController<pl.matsuo.accounting.model.cashregister.CashRegister>
| Modifier and Type | Field and Description |
|---|---|
protected CashRegisterSessionState |
sessionState |
| Constructor and Description |
|---|
CashRegisterController() |
| Modifier and Type | Method and Description |
|---|---|
pl.matsuo.accounting.model.cashregister.CashRegister |
actualCashRegister() |
void |
chooseCashRegister(Integer idCashRegister) |
childLocation, create, delete, httpEntity, update, update@Autowired protected CashRegisterSessionState sessionState
@RequestMapping(value="/chooseCashRegister/{id}",
method=POST)
@ResponseStatus(value=OK)
public void chooseCashRegister(@PathVariable(value="id")
Integer idCashRegister)
@RequestMapping(value="/actualCashRegister",
method=GET)
public pl.matsuo.accounting.model.cashregister.CashRegister actualCashRegister()
Copyright © 2015 Matsuo IT. All rights reserved.