How to use Enum values in Hybris ?

Requirement : Need to get enum values from DB and we need to save enum values to DB Let us see how to do it For basic understanding of enum, please read Defining-enum types article Saving Enum value by associating it to required object Example : OrderStatus enum defined in Hybris OOTB with values like […]

Share this article on

How to get all the base products which are having variants in Hybris?

Requirement : Need to fetch all the base products which are having variants to display those base products in the UI or to perform some logic on those products There are 2 ways to achieve the above requirement 1) Directly using query, we can get all the base products which are having variants 2) Load […]

Share this article on
< Previous Next >