Class BillingCycleSpecValidForAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaBillingCycleSpecificationModel,BillingCycleSpecificationRefOrValue>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.billingcyclespecification.BillingCycleSpecValidForAttributeMapper
@Deprecated(since="2208")
public class BillingCycleSpecValidForAttributeMapper
extends BaAttributeMapper<BaBillingCycleSpecificationModel,BillingCycleSpecificationRefOrValue>
Deprecated.
2208
This attribute Mapper class maps data for validFor attribute between
BaBillingCycleSpecificationModel and BillingCycleSpecificationRefOrValue- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionBillingCycleSpecValidForAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadeDeprecated.voidpopulateSourceAttributeFromTarget(BillingCycleSpecificationRefOrValue target, BaBillingCycleSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(BaBillingCycleSpecificationModel source, BillingCycleSpecificationRefOrValue 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.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaBillingCycleSpecificationModel source, BillingCycleSpecificationRefOrValue target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<BaBillingCycleSpecificationModel,BillingCycleSpecificationRefOrValue> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(BillingCycleSpecificationRefOrValue target, BaBillingCycleSpecificationModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classBaAttributeMapper<BaBillingCycleSpecificationModel,BillingCycleSpecificationRefOrValue> - Parameters:
target- target objectsource- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated.
-