public interface ISrTrStg
extends org.beigesoft.hnd.IHnTrRlBk
Trade settings service.
| Modifier and Type | Method and Description |
|---|---|
TrdStg |
getTrStg()
Getter for trdStg for avoiding starting new transaction.
|
TrdStg |
lazTrStg(Map<String,Object> pRvs)
Retrieves/gets trade settings.
|
void |
saveTrStg(Map<String,Object> pRvs,
TrdStg pTrStg)
Saves trade-settings into DB.
|
TrdStg lazTrStg(Map<String,Object> pRvs) throws Exception
Retrieves/gets trade settings.
pRvs - Request scoped variablesException - - an exceptionvoid saveTrStg(Map<String,Object> pRvs, TrdStg pTrStg) throws Exception
Saves trade-settings into DB.
pRvs - Request scoped variablespTrStg - entityException - - an exceptionTrdStg getTrStg()
Getter for trdStg for avoiding starting new transaction.
Copyright © 2019–2020. All rights reserved.