Uses of Class
com.sap.sapodmservices.customer.data.SapOdmCustomerData
Packages that use SapOdmCustomerData
-
Uses of SapOdmCustomerData in com.sap.sapodmservices.customer.populator
Methods in com.sap.sapodmservices.customer.populator with parameters of type SapOdmCustomerDataModifier and TypeMethodDescriptionvoidDefaultOdmCustomerPopulator.populate(CustomerModel source, SapOdmCustomerData target) protected voidDefaultOdmCustomerPopulator.populateAddressData(CustomerModel source, SapOdmCustomerData target) This method is used to populate Customer Address within the instanceprotected voidDefaultOdmCustomerPopulator.populateInstance(CustomerModel source, SapOdmCustomerData target) This method is used to populate BusinessPartnerGroup, Roles and BusinessPartnerType within the instanceprotected voidDefaultOdmCustomerPopulator.populateInstanceId(CustomerModel source, SapOdmCustomerData target) This method populates ODM Instance Id with Customer Bupa IDprotected voidDefaultOdmCustomerPopulator.populateLocalIds(CustomerModel source, SapOdmCustomerData target) This method is used to populate local id's for a Customer from SapExternalIdprotected voidDefaultOdmCustomerPopulator.populatePersonData(CustomerModel source, SapOdmCustomerData target) This method is used to populate Customer data within the instance -
Uses of SapOdmCustomerData in com.sap.sapodmservices.decorator
Methods in com.sap.sapodmservices.decorator that return types with arguments of type SapOdmCustomerDataModifier and TypeMethodDescriptionde.hybris.platform.servicelayer.dto.converter.Converter<CustomerModel,SapOdmCustomerData> DefaultOdmPayloadDecorator.getSapOdmCustomerConverter()Method parameters in com.sap.sapodmservices.decorator with type arguments of type SapOdmCustomerDataModifier and TypeMethodDescriptionvoidDefaultOdmPayloadDecorator.setSapOdmCustomerConverter(de.hybris.platform.servicelayer.dto.converter.Converter<CustomerModel, SapOdmCustomerData> sapOdmCustomerConverter)