Class BundleOrderPopulator<S extends OrderModel,T extends OrderData>
- java.lang.Object
-
- de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator<SOURCE,TARGET>
-
- de.hybris.platform.configurablebundlefacades.order.converters.populator.AbstractBundleOrderPopulator<S,T>
-
- de.hybris.platform.configurablebundlefacades.order.converters.populator.BundleOrderPopulator<S,T>
-
- All Implemented Interfaces:
Populator<S,T>
@Deprecated(since="1905", forRemoval=true) public class BundleOrderPopulator<S extends OrderModel,T extends OrderData> extends AbstractBundleOrderPopulator<S,T>Deprecated, for removal: This API element is subject to removal in a future version.since 1905: The comparator compares only deprecated fields, so it is deprecated, too.Bundling specific converter implementation forOrderModelas source andOrderDataas target type.
-
-
Constructor Summary
Constructors Constructor Description BundleOrderPopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpopulate(S source, T target)Deprecated, for removal: This API element is subject to removal in a future version.Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.configurablebundlefacades.order.converters.populator.AbstractBundleOrderPopulator
getBundleTemplateService, getSortedEntryListBasedOnBundleAndComponent, setBundleTemplateService
-
Methods inherited from class de.hybris.platform.commercefacades.order.converters.populator.AbstractOrderPopulator
addComments, addCommon, addDeliveryAddress, addDeliveryMethod, addDeliveryStatus, addEntries, addEntryGroups, addPaymentInformation, addPrincipalInformation, addPromotions, addPromotions, addTotals, assignEntriesToGroups, assignParentGroups, calcTotalItems, calcTotalUnitCount, calcTotalWithTax, checkForGuestCustomer, createPrice, createZeroPrice, getAddressConverter, getCommerceEntryGroupUtils, getCommonI18NService, getCreditCardPaymentInfoConverter, getDeliveryModeConverter, getEntryGroupConverter, getEntryGroupService, getGroup, getModelService, getOrderCommentConverter, getOrderDiscountsAmount, getOrderEntryConverter, getPriceData, getPriceDataFactory, getPrincipalConverter, getProductsDiscountsAmount, getPromotionResultConverter, getPromotions, getPromotionsService, getQuoteDiscountsAmount, getQuoteDiscountsTypeAndRate, getTypeService, getVirtualEntryGroupStrategy, getZoneDeliveryModeConverter, mapGroupIdToEntryData, setAddressConverter, setCommerceEntryGroupUtils, setCommonI18NService, setCreditCardPaymentInfoConverter, setDeliveryModeConverter, setEntryGroupConverter, setEntryGroupService, setModelService, setOrderCommentConverter, setOrderEntryConverter, setPriceDataFactory, setPrincipalConverter, setPromotionResultConverter, setPromotionsService, setTypeService, setVirtualEntryGroupStrategy, setZoneDeliveryModeConverter, sortEntryGroups, updateEntryGroupReferences
-
-
-
-
Method Detail
-
populate
public void populate(S source, T target)
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.- Parameters:
source- the source objecttarget- the target to fill
-
-