Class GroupCartModificationListPopulator

java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.converters.populator.GroupCartModificationListPopulator
All Implemented Interfaces:
Populator<AbstractOrderModel,List<CartModificationData>>

@Deprecated(since="5.5", forRemoval=true) public class GroupCartModificationListPopulator extends Object implements Populator<AbstractOrderModel,List<CartModificationData>>
Deprecated, for removal: This API element is subject to removal in a future version.
Since 5.5.
Groups multiple CartModificationData based on the way it's entries should be grouped.
  • Field Details

    • MESSAGE_SEPARATOR

      public static final String MESSAGE_SEPARATOR
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • GroupCartModificationListPopulator

      public GroupCartModificationListPopulator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details