Class AppliedPaymentAttributeMapper
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper<BmPartyPaymentItemModel,AppliedPayment>
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.appliedpayment.AppliedPaymentAttributeMapper
@Deprecated(since="2208")
public class AppliedPaymentAttributeMapper
extends BmAttributeMapper<BmPartyPaymentItemModel,AppliedPayment>
Deprecated.
2208
This attribute Mapper class maps data for payment attribute between
BmPartyPaymentItemModel and AppliedPayment- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionAppliedPaymentAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionma.glasnost.orika.MapperFacadeDeprecated.voidpopulateTargetAttributeFromSource(BmPartyPaymentItemModel source, AppliedPayment 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.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BmPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BmAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBmAttributeMapper<BmPartyPaymentItemModel,AppliedPayment> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
public ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated.
-