Class CustomerBillDocumentAttributeMapper
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.BmAttributeMapper<BmPartyBillModel,CustomerBill>
de.hybris.platform.billmanagementtmfwebservices.v1.mappers.customerbill.CustomerBillDocumentAttributeMapper
@Deprecated(since="2208")
public class CustomerBillDocumentAttributeMapper
extends BmAttributeMapper<BmPartyBillModel,CustomerBill>
Deprecated.
2208
This attribute Mapper class maps data for billDocument attribute between
BmPartyBillModel and CustomerBill- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerBillDocumentAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadeDeprecated.voidpopulateTargetAttributeFromSource(BmPartyBillModel source, CustomerBill 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(BmPartyBillModel source, CustomerBill 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<BmPartyBillModel,CustomerBill> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated.
-