Class B2BAddressPopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BAddressPopulator
- All Implemented Interfaces:
Populator<AddressModel,AddressData>
Populates
AddressData with AddressModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CartServicevoidpopulate(AddressModel addressModel, AddressData addressData) Populate the target instance with values from the source instance.voidsetCartService(CartService cartService)
-
Constructor Details
-
B2BAddressPopulator
public B2BAddressPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AddressModel,AddressData> - Parameters:
addressModel- the source objectaddressData- the target to fill- Throws:
ConversionException- if an error occurs
-
getCartService
-
setCartService
-