Class GroupCartModificationListPopulator
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorfacades.order.converters.populator.GroupCartModificationListPopulator
-
- All Implemented Interfaces:
Populator<AbstractOrderModel,java.util.List<CartModificationData>>
@Deprecated(since="5.5") public class GroupCartModificationListPopulator extends java.lang.Object implements Populator<AbstractOrderModel,java.util.List<CartModificationData>>
Deprecated.Since 5.5.Groups multipleCartModificationDatabased on the way it's entries should be grouped.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMESSAGE_SEPARATORDeprecated.
-
Constructor Summary
Constructors Constructor Description GroupCartModificationListPopulator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CartModificationDatagetGroupedCartModificationData(java.util.List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry)Deprecated.protected OrderEntryDatagetGroupedEntry(java.util.List<OrderEntryData> groupedEntries, OrderEntryData entryToFind)Deprecated.protected java.util.List<OrderEntryData>getGroupedOrderEntries(java.util.List<CartModificationData> modificationDataList)Deprecated.protected Populator<AbstractOrderModel,AbstractOrderData>getGroupOrderEntryPopulator()Deprecated.protected java.util.List<CartModificationData>groupCartModificationDataList(java.util.List<CartModificationData> modificationDataList)Deprecated.voidpopulate(AbstractOrderModel abstractOrderModel, java.util.List<CartModificationData> cartModificationDataList)Deprecated.Populate the target instance with values from the source instance.voidsetGroupOrderEntryPopulator(Populator<AbstractOrderModel,AbstractOrderData> groupOrderEntryPopulator)Deprecated.protected voidupdateGroupedModificationValues(CartModificationData existing, CartModificationData modification)Deprecated.
-
-
-
Field Detail
-
MESSAGE_SEPARATOR
public static final java.lang.String MESSAGE_SEPARATOR
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
populate
public void populate(AbstractOrderModel abstractOrderModel, java.util.List<CartModificationData> cartModificationDataList) throws ConversionException
Deprecated.Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractOrderModel,java.util.List<CartModificationData>>- Parameters:
abstractOrderModel- the source objectcartModificationDataList- the target to fill- Throws:
ConversionException- if an error occurs
-
groupCartModificationDataList
protected java.util.List<CartModificationData> groupCartModificationDataList(java.util.List<CartModificationData> modificationDataList)
Deprecated.
-
getGroupedOrderEntries
protected java.util.List<OrderEntryData> getGroupedOrderEntries(java.util.List<CartModificationData> modificationDataList)
Deprecated.
-
updateGroupedModificationValues
protected void updateGroupedModificationValues(CartModificationData existing, CartModificationData modification)
Deprecated.
-
getGroupedCartModificationData
protected CartModificationData getGroupedCartModificationData(java.util.List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry)
Deprecated.
-
getGroupedEntry
protected OrderEntryData getGroupedEntry(java.util.List<OrderEntryData> groupedEntries, OrderEntryData entryToFind)
Deprecated.
-
getGroupOrderEntryPopulator
protected Populator<AbstractOrderModel,AbstractOrderData> getGroupOrderEntryPopulator()
Deprecated.
-
setGroupOrderEntryPopulator
public void setGroupOrderEntryPopulator(Populator<AbstractOrderModel,AbstractOrderData> groupOrderEntryPopulator)
Deprecated.
-
-