Class DefaultSapCpiOutboundService
java.lang.Object
de.hybris.platform.sap.sapcpiadapter.service.impl.SapCpiOutboundServiceImpl
de.hybris.platform.sap.sapcpiorderexchange.service.impl.DefaultSapCpiOutboundService
- All Implemented Interfaces:
SapCpiOutboundService
This class contains the wrapper definition of overridden methods.
-
Field Summary
FieldsFields inherited from interface de.hybris.platform.sap.sapcpiadapter.service.SapCpiOutboundService
RESPONSE_MESSAGE, RESPONSE_STATUS, SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.store.services.BaseStoreServiceprotected <T extends SapCpiOutboundService>
TgetBeanById(String beanId) rx.Observable<org.springframework.http.ResponseEntity<Map>>sendB2BCustomer(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomerModel) Send B2B Customerrx.Observable<org.springframework.http.ResponseEntity<Map>>sendCustomer(SAPCpiOutboundCustomerModel sapCpiOutboundCustomerModel) Send customerrx.Observable<org.springframework.http.ResponseEntity<Map>>sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Send orderrx.Observable<org.springframework.http.ResponseEntity<Map>>sendOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel) Send order cancellationvoidsetBaseStoreService(de.hybris.platform.store.services.BaseStoreService baseStoreService) voidsetSapBeanConfigurationFactory(SapBeanConfigurationFactory sapBeanConfigurationFactory) voidsetSapCpiOutboundServiceHooks(List<SapBeanConfigurationHook> sapCpiOutboundServiceHooks) Methods inherited from class de.hybris.platform.sap.sapcpiadapter.service.impl.SapCpiOutboundServiceImpl
getOutboundServiceFacade, setOutboundServiceFacade
-
Field Details
-
SAP_CPI_DEFAULT_OUTBOUND_SERVICE
- See Also:
-
-
Constructor Details
-
DefaultSapCpiOutboundService
public DefaultSapCpiOutboundService()
-
-
Method Details
-
sendOrder
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendOrder(SAPCpiOutboundOrderModel sapCpiOutboundOrderModel) Description copied from interface:SapCpiOutboundServiceSend order- Specified by:
sendOrderin interfaceSapCpiOutboundService- Overrides:
sendOrderin classSapCpiOutboundServiceImpl- Parameters:
sapCpiOutboundOrderModel- SAPCpiOutboundOrderModel- Returns:
- Observable<ResponseEntity < Map>>
-
sendOrderCancellation
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendOrderCancellation(SAPCpiOutboundOrderCancellationModel sapCpiOutboundOrderCancellationModel) Description copied from interface:SapCpiOutboundServiceSend order cancellation- Specified by:
sendOrderCancellationin interfaceSapCpiOutboundService- Overrides:
sendOrderCancellationin classSapCpiOutboundServiceImpl- Parameters:
sapCpiOutboundOrderCancellationModel- SAPCpiOutboundOrderCancellationModel- Returns:
- Observable<ResponseEntity < Map>>
-
sendCustomer
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendCustomer(SAPCpiOutboundCustomerModel sapCpiOutboundCustomerModel) Description copied from interface:SapCpiOutboundServiceSend customer- Specified by:
sendCustomerin interfaceSapCpiOutboundService- Overrides:
sendCustomerin classSapCpiOutboundServiceImpl- Parameters:
sapCpiOutboundCustomerModel- SAPCpiOutboundCustomerModel- Returns:
- Observable<ResponseEntity < Map>>
-
sendB2BCustomer
public rx.Observable<org.springframework.http.ResponseEntity<Map>> sendB2BCustomer(SAPCpiOutboundB2BCustomerModel sapCpiOutboundB2BCustomerModel) Description copied from interface:SapCpiOutboundServiceSend B2B Customer- Specified by:
sendB2BCustomerin interfaceSapCpiOutboundService- Overrides:
sendB2BCustomerin classSapCpiOutboundServiceImpl- Parameters:
sapCpiOutboundB2BCustomerModel- SAPCpiOutboundB2BCustomerModel- Returns:
- Observable<ResponseEntity < Map>>
-
getBeanById
-
getSapCpiOutboundServiceHooks
-
setSapCpiOutboundServiceHooks
public void setSapCpiOutboundServiceHooks(List<SapBeanConfigurationHook> sapCpiOutboundServiceHooks) -
getSapBeanConfigurationFactory
-
setSapBeanConfigurationFactory
-
getBaseStoreService
public de.hybris.platform.store.services.BaseStoreService getBaseStoreService() -
setBaseStoreService
public void setBaseStoreService(de.hybris.platform.store.services.BaseStoreService baseStoreService)
-