美文网首页SAP
SAP Commerce Cloud 产品主数据读取的单步调试

SAP Commerce Cloud 产品主数据读取的单步调试

作者: _扫地僧_ | 来源:发表于2021-12-29 10:46 被阅读0次

只要 Accelerator Storefront 对应的项目以及其依赖没有编译错误,就可以继续调试:

final ProductData productData = productFacade.getProductForCodeAndOptions(productCode, extraOptions);

调用 facade,读取对应的 product Data.

使用 service 层的 DAO 读取:


其中 DefaultGenericDao 的代码看不到。

读取到的 guid:


更多Jerry的原创文章,尽在:"汪子熙":


相关文章

网友评论

    本文标题:SAP Commerce Cloud 产品主数据读取的单步调试

    本文链接:https://www.haomeiwen.com/subject/dkqtfrtx.html