SAP Hybris和CRM WebUI里UI模型的类比
分类:
文章
•
2022-10-19 20:35:24

- designed to be used on a frontend like the Accelerator storefronts
- populated using a subset of the data contained in the hybris ServiceLayer Models
- NOT backed by a persistence layer like Model objects.
- may also be constructed from multiple models as well as from data that is derived after executing business logic on services.
- form part of the MODEL delivered to construct the View in the default MVC pattern.
- The hybris ServiceLayer Models should NOT be used as part of a facade interface, maintaining a clean abstraction of the business layer and the presentation layer.