您的位置:首页 > 产品设计 > UI/UE

Moqui学习之 Step by Step OrderProcureToPayBasicFlow

2016-05-09 15:58 549 查看
/** Get a service caller to call a service synchronously. */
//ServiceCallSync sync();
/** Map of name, value pairs that make up the context (in parameters) passed to the service. */
// ServiceCallSync parameters(Map<String, ?> context);
/** Call the service synchronously and immediately get the result.
* @return Map containing the result (out parameters) from the service call.
*/
//Map<String, Object> call() throws ServiceException;
Map priceMap = ec.service.sync().name("mantle.product.PriceServices.get#ProductPrice")
.parameters([productId:'DEMO_1_1', priceUomId:priceUomId, quantity:1,
vendorPartyId:vendorPartyId, customerPartyId:customerPartyId]).call()
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: