Class B2BDocumentTypePopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.company.populators.B2BDocumentTypePopulator
- All Implemented Interfaces:
Populator<B2BDocumentTypeModel,B2BDocumentTypeData>
public class B2BDocumentTypePopulator
extends Object
implements Populator<B2BDocumentTypeModel,B2BDocumentTypeData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(B2BDocumentTypeModel source, B2BDocumentTypeData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
B2BDocumentTypePopulator
public B2BDocumentTypePopulator()
-
-
Method Details
-
populate
public void populate(B2BDocumentTypeModel source, B2BDocumentTypeData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<B2BDocumentTypeModel,B2BDocumentTypeData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-