public class SrInLnSv extends Object
Service that saves invoice line into DB. It's type-safe part (shared code) that is used inside type safe processor-assembly.
| Constructor and Description |
|---|
SrInLnSv() |
| Modifier and Type | Method and Description |
|---|---|
org.beigesoft.rdb.IOrm |
getOrm()
Getter for orm.
|
<RS,T extends AInv,L extends AInvLn<T,?>,TL extends AInTxLn<T>,LTL extends ALnTxLn<T,L>> |
save(Map<String,Object> pRvs,
L pEnt,
org.beigesoft.mdl.IReqDt pRqDt,
UtInLnTxTo<RS,T,L,TL,LTL> pUtTxTo,
ISrInItLn<T,L> pSrInItLn)
Saves entity generic method.
|
void |
setOrm(org.beigesoft.rdb.IOrm pOrm)
Setter for orm.
|
public final <RS,T extends AInv,L extends AInvLn<T,?>,TL extends AInTxLn<T>,LTL extends ALnTxLn<T,L>> L save(Map<String,Object> pRvs, L pEnt, org.beigesoft.mdl.IReqDt pRqDt, UtInLnTxTo<RS,T,L,TL,LTL> pUtTxTo, ISrInItLn<T,L> pSrInItLn) throws Exception
Saves entity generic method.
RS - platform dependent record set typeT - invoice typeL - invoice line typeTL - tax line typeLTL - item tax line typepRvs - request scoped varspEnt - Entity to processpRqDt - Request DatapUtTxTo - taxes and totals makerpSrInItLn - line's item oriented serviceException - - an exceptionpublic final org.beigesoft.rdb.IOrm getOrm()
Getter for orm.
public final void setOrm(org.beigesoft.rdb.IOrm pOrm)
Setter for orm.
pOrm - referenceCopyright © 2019. All rights reserved.