public interface ISrAcStg
extends org.beigesoft.hnd.IHnTrRlBk
Accounting settings service.
| Modifier and Type | Method and Description |
|---|---|
AcStg |
getAcStg()
Getter for acStg for avoiding starting new transaction.
|
AcStg |
lazAcStg(Map<String,Object> pRvs)
Retrieves/gets Accounting settings.
|
void |
saveAcStg(Map<String,Object> pRvs,
AcStg pAcStg)
Saves acc-settings into DB.
|
AcStg lazAcStg(Map<String,Object> pRvs) throws Exception
Retrieves/gets Accounting settings.
pRvs - Request scoped variablesException - - an exceptionvoid saveAcStg(Map<String,Object> pRvs, AcStg pAcStg) throws Exception
Saves acc-settings into DB.
pRvs - Request scoped variablespAcStg - entityException - - an exceptionAcStg getAcStg()
Getter for acStg for avoiding starting new transaction.
Copyright © 2019–2020. All rights reserved.