Class TmaPoTermDurationAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<SubscriptionTermData,ProductOfferingTermWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.priceterm.TmaPoTermDurationAttributeMapper
@Deprecated(since="1911",
forRemoval=true)
public class TmaPoTermDurationAttributeMapper
extends TmaAttributeMapper<SubscriptionTermData,ProductOfferingTermWsDTO>
Deprecated, for removal: This API element is subject to removal in a future version.
Since 1911 - use TmaPoTermOfServiceAttributeMapper class instead
This attribute Mapper class maps data for duration attribute between
SubscriptionTermData and
ProductOfferingTermWsDTO- Since:
- 1907
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(ProductOfferingTermWsDTO target, SubscriptionTermData source, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(SubscriptionTermData source, ProductOfferingTermWsDTO target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TmaPoTermDurationAttributeMapper
public TmaPoTermDurationAttributeMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SubscriptionTermData source, ProductOfferingTermWsDTO target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<SubscriptionTermData,ProductOfferingTermWsDTO> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(ProductOfferingTermWsDTO target, SubscriptionTermData source, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:TmaAttributeMapperPopulates the source attribute value by obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTmaAttributeMapper<SubscriptionTermData,ProductOfferingTermWsDTO> - Parameters:
target- target objectsource- source object
-