Uses of Class
com.sap.hybris.sapcustomerb2b.outbound.B2BCustomerExportService
-
Packages that use B2BCustomerExportService Package Description com.sap.hybris.sapcustomerb2b.outbound de.hybris.platform.sap.sapcpicustomerexchangeb2b.outbound.services.impl -
-
Uses of B2BCustomerExportService in com.sap.hybris.sapcustomerb2b.outbound
Methods in com.sap.hybris.sapcustomerb2b.outbound that return B2BCustomerExportService Modifier and Type Method Description B2BCustomerExportServiceB2BCustomerRegistrationEventListener. getB2bCustomerExportService()B2BCustomerExportServiceDefaultB2BCustomerAddressInterceptor. getB2bCustomerExportService()B2BCustomerExportServiceDefaultB2BCustomerInterceptor. getB2bCustomerExportService()Methods in com.sap.hybris.sapcustomerb2b.outbound with parameters of type B2BCustomerExportService Modifier and Type Method Description voidB2BCustomerRegistrationEventListener. setB2bCustomerExportService(B2BCustomerExportService b2bCustomerExportService)voidDefaultB2BCustomerAddressInterceptor. setB2bCustomerExportService(B2BCustomerExportService b2bCustomerExportService)voidDefaultB2BCustomerInterceptor. setB2bCustomerExportService(B2BCustomerExportService b2bCustomerExportService) -
Uses of B2BCustomerExportService in de.hybris.platform.sap.sapcpicustomerexchangeb2b.outbound.services.impl
Subclasses of B2BCustomerExportService in de.hybris.platform.sap.sapcpicustomerexchangeb2b.outbound.services.impl Modifier and Type Class Description classSapCpiB2BCustomerOutboundServiceClass to enable sending outbound B2B Customer to SCPI.
-