| Package | Description |
|---|---|
| org.beigesoft.ws.mdlp |
It consist of web-store persistable models.
|
| org.beigesoft.ws.prc |
Contains of trade processors.
|
| org.beigesoft.ws.srv |
It consist of web-store services.
|
| Modifier and Type | Method and Description |
|---|---|
CartLn |
CartItTxLn.getOwnr()
Getter for ownr.
|
| Modifier and Type | Method and Description |
|---|---|
List<CartLn> |
Cart.getItems()
Getter for items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CartItTxLn.setOwnr(CartLn pOwnr)
Setter for ownr.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cart.setItems(List<CartLn> pItems)
Setter for items.
|
| Modifier and Type | Method and Description |
|---|---|
CartLn |
ItmCart.creCartItm(Cart pCart)
Create cart item.
|
CartLn |
ItmCart.fndCartItmById(Cart pCart,
Long pCrItId)
Find cart item by ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChkOut.makeOrdLn(Map<String,Object> pRvs,
List<CuOr> pOrders,
AItmPlc<?,?> pItPl,
CartLn pCartLn,
TrdStg pTs)
It makes order line.
|
void |
ChkOut.makeSeOrdLn(Map<String,Object> pRvs,
List<CuOrSe> pOrders,
SeSel pSel,
AItmPlc<?,?> pItPl,
CartLn pCartLn,
TrdStg pTs)
It makes S.E.
|
| Modifier and Type | Method and Description |
|---|---|
CartLn |
SrCart.mkTxdLn(List<CartLn> pTxdLns,
Long pTdlId,
Long pCatId,
Tax pTax,
Double pRate,
AcStg pAs)
Make cart line that stores taxes data in lines set
for invoice basis or item basis aggregate rate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISrCart.delLine(Map<String,Object> pRvs,
CartLn pCartLn,
TxDst pTxRules)
Deletes cart line.
|
void |
SrCart.delLine(Map<String,Object> pRvs,
CartLn pCaLn,
TxDst pTxRls)
Deletes cart line.
|
void |
ISrCart.mkCartTots(Map<String,Object> pRvs,
TrdStg pTs,
CartLn pCartLn,
AcStg pAs,
TxDst pTxRules)
Refresh cart totals by seller cause line inserted/changed/deleted.
|
void |
SrCart.mkCartTots(Map<String,Object> pRvs,
TrdStg pTs,
CartLn pCaLn,
AcStg pAs,
TxDst pTxRls)
Refresh cart totals by seller cause line inserted/changed/deleted.
|
void |
ISrCart.mkLine(Map<String,Object> pRvs,
CartLn pCartLn,
AcStg pAs,
TrdStg pTs,
TxDst pTxRules,
boolean pRedoPr,
boolean pRedoTxc)
Makes cart line.
|
void |
SrCart.mkLine(Map<String,Object> pRvs,
CartLn pCaLn,
AcStg pAs,
TrdStg pTs,
TxDst pTxRls,
boolean pRedoPr,
boolean pRedoTxc)
Makes cart line.
|
| Modifier and Type | Method and Description |
|---|---|
CartLn |
SrCart.mkTxdLn(List<CartLn> pTxdLns,
Long pTdlId,
Long pCatId,
Tax pTax,
Double pRate,
AcStg pAs)
Make cart line that stores taxes data in lines set
for invoice basis or item basis aggregate rate.
|
Copyright © 2019–2020. All rights reserved.