Class IndexedPoIsInStockAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<ProductData,IndexedProductOffering>
de.hybris.platform.b2ctelcotmfwebservices.mappers.indexedproductoffering.IndexedPoIsInStockAttributeMapper
public class IndexedPoIsInStockAttributeMapper
extends TmaAttributeMapper<ProductData,IndexedProductOffering>
This attribute Mapper class maps data for isInStock attribute between
ProductData and IndexedProductOffering- Since:
- 1911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(ProductData source, IndexedProductOffering target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
IndexedPoIsInStockAttributeMapper
public IndexedPoIsInStockAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(ProductData source, IndexedProductOffering target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<ProductData,IndexedProductOffering> - Parameters:
source- source objecttarget- target object
-