SAP Hybris里搜索显示结果的实现原理

Posted sap-jerry

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SAP Hybris里搜索显示结果的实现原理相关的知识,希望对你有一定的参考价值。

CRM

技术图片

Hybris
Hybris是怎么实现的?

技术图片

我问过Hybris成都同事了,Hybris里没有CRM WebUI里F2的概念。所以只能靠自己人肉。
前面的issue讲到product template page,在里面找到用来实现product list的component。

技术图片

然后找到这个pageination的实现:

技术图片

在这里显示文本:

技术图片

Spring Theme的语法:

技术图片

The theme support provided by the Spring web MVC framework enables you to further enhance the user experience by allowing the look and feel of your application to be themed. A theme is basically a collection of static resources affecting the visual style of the application, typically style sheets and images.
和ABAP的Online Text repository一样:

技术图片

Spring Theme也支持i18n:

技术图片
技术图片

占位符{0}会被arguments的实际值, 来自model里的searchPageData.pagination.totalNumberOfResults的值替换。

技术图片

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
技术图片

以上是关于SAP Hybris里搜索显示结果的实现原理的主要内容,如果未能解决你的问题,请参考以下文章

在SAP Hybris commerce Storefront里购物下单

SAP Hybris Backoffice - 默认打开高级搜索

SAP Hybris的Convertor, Populator, Facade和DTO这几个概念是如何协同工作的

Internationalization(i18n) support in SAP CRM,UI5 and Hybris

SAP Hybris Commerce product读取的调试截图

SAP Hybris的build callback和SAP ABAP的SGEN事务码