Class TmaRecommendationTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaOfferData,Recommendation>
de.hybris.platform.b2ctelcotmfwebservices.mappers.recommendation.TmaRecommendationTypeAttributeMapper
public class TmaRecommendationTypeAttributeMapper
extends TmaAttributeMapper<TmaOfferData,Recommendation>
This attribute Mapper class maps data for type attribute between
TmaOfferData and Recommendation- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaOfferData source, Recommendation 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
-
TmaRecommendationTypeAttributeMapper
public TmaRecommendationTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaOfferData source, Recommendation 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<TmaOfferData,Recommendation> - Parameters:
source- source objecttarget- target object
-