public interface ISrWrhEnr
Service that makes warehouse entries, items left in warehouse for given document/line.
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Map<String,Object> pRvs,
IMkWsEnr pEnt,
WrhPl pWrp,
BigDecimal pQuan)
Draws item from warehouse place for given source.
|
void |
load(Map<String,Object> pRvs,
IMkWsEnr pEnt,
WrhPl pWrp)
Loads warehouse place with item from given source.
|
void |
move(Map<String,Object> pRvs,
IMkWsEnr pEnt,
WrhPl pWrpFr,
WrhPl pWrpTo)
Moves item from one warehouse place to another for given source.
|
List<WrhEnr> |
retEntrs(Map<String,Object> pRvs,
IDocb pDoc)
Retrieves entries for given document.
|
void |
revDraw(Map<String,Object> pRvs,
IMkWsEnr pEnt)
Reverse for given drawing.
|
void |
revLoad(Map<String,Object> pRvs,
IMkWsEnr pEnt)
Reverse for given loading.
|
void |
revMove(Map<String,Object> pRvs,
IMkWsEnr pEnt)
Reverse for given moving.
|
void load(Map<String,Object> pRvs, IMkWsEnr pEnt, WrhPl pWrp) throws Exception
Loads warehouse place with item from given source.
pRvs - Request scoped variables, not nullpEnt - loader source, not nullpWrp - warehouse place, not nullException - - an exceptionvoid draw(Map<String,Object> pRvs, IMkWsEnr pEnt, WrhPl pWrp, BigDecimal pQuan) throws Exception
Draws item from warehouse place for given source.
pRvs - Request scoped variables, not nullpEnt - drawer source, not nullpWrp - warehouse place, optionalpQuan - quantityException - - an exceptionvoid move(Map<String,Object> pRvs, IMkWsEnr pEnt, WrhPl pWrpFr, WrhPl pWrpTo) throws Exception
Moves item from one warehouse place to another for given source.
pRvs - Request scoped variables, not nullpEnt - move source, not nullpWrpFr - warehouse place from, not nullpWrpTo - warehouse place to, not nullException - - an exceptionvoid revLoad(Map<String,Object> pRvs, IMkWsEnr pEnt) throws Exception
Reverse for given loading.
pRvs - Request scoped variables, not nullpEnt - loader source, not nullException - - an exceptionvoid revDraw(Map<String,Object> pRvs, IMkWsEnr pEnt) throws Exception
Reverse for given drawing.
pRvs - Request scoped variables, not nullpEnt - drawer source, not nullException - - an exceptionvoid revMove(Map<String,Object> pRvs, IMkWsEnr pEnt) throws Exception
Reverse for given moving.
pRvs - Request scoped variables, not nullpEnt - move source, not nullException - - an exceptionCopyright © 2019–2020. All rights reserved.