Class B2BUnitNodePopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.company.populators.B2BUnitNodePopulator
- All Implemented Interfaces:
Populator<B2BUnitModel,B2BUnitNodeData>
@Deprecated(since="6.0",
forRemoval=true)
public class B2BUnitNodePopulator
extends Object
implements Populator<B2BUnitModel,B2BUnitNodeData>
Deprecated, for removal: This API element is subject to removal in a future version.
Converter for
B2BUnitModel.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected B2BUnitService<B2BUnitModel,B2BCustomerModel> Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> Deprecated, for removal: This API element is subject to removal in a future version.protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> Deprecated, for removal: This API element is subject to removal in a future version.voidpopulate(B2BUnitModel b2BUnitModel, B2BUnitNodeData b2BUnitNodeData) Deprecated, for removal: This API element is subject to removal in a future version.Populate the target instance with values from the source instance.voidsetB2BUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2BUnitService) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
B2BUnitNodePopulator
public B2BUnitNodePopulator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populate
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<B2BUnitModel,B2BUnitNodeData> - Parameters:
b2BUnitModel- the source objectb2BUnitNodeData- the target to fill
-
getB2BUnitService
Deprecated, for removal: This API element is subject to removal in a future version. -
setB2BUnitService
Deprecated, for removal: This API element is subject to removal in a future version. -
getChildNodeConverter
protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> getChildNodeConverter()Deprecated, for removal: This API element is subject to removal in a future version. -
lookupChildNodeConverter
protected org.springframework.core.convert.converter.Converter<B2BUnitModel,B2BUnitNodeData> lookupChildNodeConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
B2BUnitNodePopulatorinstead.