Class TmaPoTermDurationAttributeMapper
- java.lang.Object
-
- de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<SubscriptionTermData,ProductOfferingTermWsDTO>
-
- de.hybris.platform.b2ctelcooccaddon.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 insteadThis attribute Mapper class maps data for duration attribute betweenSubscriptionTermDataandProductOfferingTermWsDTO- Since:
- 1907
-
-
Constructor Summary
Constructors Constructor Description TmaPoTermDurationAttributeMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpopulateSourceAttributeFromTarget(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
-
-
-
-
Method Detail
-
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
-
-