Class BaseStoreExpressCheckoutPopulator
java.lang.Object
de.hybris.platform.acceleratorfacades.basestores.converters.populator.BaseStoreExpressCheckoutPopulator
- All Implemented Interfaces:
Populator<BaseStoreModel,BaseStoreData>
public class BaseStoreExpressCheckoutPopulator
extends Object
implements Populator<BaseStoreModel,BaseStoreData>
Populates express checkout value in
BaseStoreData from BaseStoreModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(BaseStoreModel source, BaseStoreData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
BaseStoreExpressCheckoutPopulator
public BaseStoreExpressCheckoutPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<BaseStoreModel,BaseStoreData> - Parameters:
source- the source objecttarget- the target to fill
-