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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected CartModificationDatagetGroupedCartModificationData(List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry) Deprecated, for removal: This API element is subject to removal in a future version.protected OrderEntryDatagetGroupedEntry(List<OrderEntryData> groupedEntries, OrderEntryData entryToFind) Deprecated, for removal: This API element is subject to removal in a future version.protected List<OrderEntryData>getGroupedOrderEntries(List<CartModificationData> modificationDataList) Deprecated, for removal: This API element is subject to removal in a future version.protected Populator<AbstractOrderModel,AbstractOrderData> Deprecated, for removal: This API element is subject to removal in a future version.protected List<CartModificationData>groupCartModificationDataList(List<CartModificationData> modificationDataList) Deprecated, for removal: This API element is subject to removal in a future version.voidpopulate(AbstractOrderModel abstractOrderModel, List<CartModificationData> cartModificationDataList) Deprecated, for removal: This API element is subject to removal in a future version.Populate the target instance with values from the source instance.voidsetGroupOrderEntryPopulator(Populator<AbstractOrderModel, AbstractOrderData> groupOrderEntryPopulator) Deprecated, for removal: This API element is subject to removal in a future version.protected voidupdateGroupedModificationValues(CartModificationData existing, CartModificationData modification) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
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
-
populate
public void populate(AbstractOrderModel abstractOrderModel, List<CartModificationData> cartModificationDataList) throws ConversionException Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractOrderModel,List<CartModificationData>> - Parameters:
abstractOrderModel- the source objectcartModificationDataList- the target to fill- Throws:
ConversionException- if an error occurs
-
groupCartModificationDataList
protected List<CartModificationData> groupCartModificationDataList(List<CartModificationData> modificationDataList) Deprecated, for removal: This API element is subject to removal in a future version. -
getGroupedOrderEntries
protected List<OrderEntryData> getGroupedOrderEntries(List<CartModificationData> modificationDataList) Deprecated, for removal: This API element is subject to removal in a future version. -
updateGroupedModificationValues
protected void updateGroupedModificationValues(CartModificationData existing, CartModificationData modification) Deprecated, for removal: This API element is subject to removal in a future version. -
getGroupedCartModificationData
protected CartModificationData getGroupedCartModificationData(List<CartModificationData> groupedModificationList, OrderEntryData groupedEntry) Deprecated, for removal: This API element is subject to removal in a future version. -
getGroupedEntry
protected OrderEntryData getGroupedEntry(List<OrderEntryData> groupedEntries, OrderEntryData entryToFind) Deprecated, for removal: This API element is subject to removal in a future version. -
getGroupOrderEntryPopulator
Deprecated, for removal: This API element is subject to removal in a future version. -
setGroupOrderEntryPopulator
public void setGroupOrderEntryPopulator(Populator<AbstractOrderModel, AbstractOrderData> groupOrderEntryPopulator) Deprecated, for removal: This API element is subject to removal in a future version.
-