Uses of Interface
com.hybris.datahub.core.services.DataHubOutboundService
-
-
Uses of DataHubOutboundService in com.hybris.datahub.core.services.impl
Classes in com.hybris.datahub.core.services.impl that implement DataHubOutboundService Modifier and Type Class Description classDefaultDataHubOutboundServiceImplementation of the outbound service based on a REST client. -
Uses of DataHubOutboundService in com.sap.hybris.sapcustomerb2b.outbound
Methods in com.sap.hybris.sapcustomerb2b.outbound that return DataHubOutboundService Modifier and Type Method Description DataHubOutboundServiceB2BCustomerExportService. getDataHubOutboundService()return Data Hub Outbound ServiceMethods in com.sap.hybris.sapcustomerb2b.outbound with parameters of type DataHubOutboundService Modifier and Type Method Description voidB2BCustomerExportService. setDataHubOutboundService(DataHubOutboundService dataHubOutboundService)set Data Hub Outbound Service -
Uses of DataHubOutboundService in com.sap.hybris.sapcustomerb2c.outbound
Methods in com.sap.hybris.sapcustomerb2c.outbound that return DataHubOutboundService Modifier and Type Method Description DataHubOutboundServiceCustomerExportService. getDataHubOutboundService()return Data Hub Outbound ServiceMethods in com.sap.hybris.sapcustomerb2c.outbound with parameters of type DataHubOutboundService Modifier and Type Method Description voidCustomerExportService. setDataHubOutboundService(DataHubOutboundService dataHubOutboundService)set Data Hub Outbound Service -
Uses of DataHubOutboundService in de.hybris.platform.sap.core.configuration.datahub
Methods in de.hybris.platform.sap.core.configuration.datahub with parameters of type DataHubOutboundService Modifier and Type Method Description voidDataHubTransferHandler. setDataHubOutboundService(DataHubOutboundService outboundService)Injection setter forDataHubOutboundService -
Uses of DataHubOutboundService in de.hybris.platform.sap.orderexchange.outbound.impl
Methods in de.hybris.platform.sap.orderexchange.outbound.impl that return DataHubOutboundService Modifier and Type Method Description DataHubOutboundServiceAbstractSendToDataHubHelper. getDataHubOutboundService()Methods in de.hybris.platform.sap.orderexchange.outbound.impl with parameters of type DataHubOutboundService Modifier and Type Method Description voidAbstractSendToDataHubHelper. setDataHubOutboundService(DataHubOutboundService dataHubOutboundService)
-