public interface ISrvIncreaseGoods
Business service for increase available goods in WEB-Store.
| Modifier and Type | Method and Description |
|---|---|
void |
registerIncrease(Map<String,Object> pAddParam,
InvItem goods,
WarehouseSite warehouseSite,
Integer itsQuantity)
Increase available goods in WEB-Store.
|
void registerIncrease(Map<String,Object> pAddParam, InvItem goods, WarehouseSite warehouseSite, Integer itsQuantity) throws Exception
Increase available goods in WEB-Store.
pAddParam - additional paramgoods - a goodswarehouseSite - Warehouse SiteitsQuantity - quantityException - - an exceptionCopyright © 2016–2018. All rights reserved.