Class UsageVolumeProductBucketCounterAttributeMapper
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper<UcUsageVolumeProductModel,UsageVolumeProduct>
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.usagevolumeproduct.UsageVolumeProductBucketCounterAttributeMapper
@Deprecated(since="2208")
public class UsageVolumeProductBucketCounterAttributeMapper
extends UcAttributeMapper<UcUsageVolumeProductModel,UsageVolumeProduct>
Deprecated.
2208
This attribute Mapper class maps data for bucketCounter attribute between
UcUsageVolumeProductModel and
UsageVolumeProduct- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionUsageVolumeProductBucketCounterAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionma.glasnost.orika.MapperFacadeDeprecated.voidpopulateTargetAttributeFromSource(UcUsageVolumeProductModel source, UsageVolumeProduct target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(UcUsageVolumeProductModel source, UsageVolumeProduct target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:UcAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classUcAttributeMapper<UcUsageVolumeProductModel,UsageVolumeProduct> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
public ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated.
-