Class DefaultCentralOrderService
java.lang.Object
com.sap.sapcentralorderservices.services.impl.DefaultCentralOrderService
- All Implemented Interfaces:
CentralOrderService
@Deprecated(since="2211 FP3")
public class DefaultCentralOrderService
extends Object
implements CentralOrderService
Deprecated.
use DefaultCentralOrderServiceV2 instead
DefaultCentralOrderService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CentralOrderDetailsResponse>getCentalOrderDetailsForCode(CustomerModel currentCustomer, String orderCode, String sourceSystemId) Deprecated.gets order detail from centralorder.org.springframework.http.ResponseEntity<CentralOrderDetailsResponse>getCentalOrderDetailsForGuid(CustomerModel currentCustomer, String guid, String sourceSystemId) Deprecated.gets order detail from centralorder.org.springframework.http.ResponseEntity<CentralOrderListResponse[]>getCentalOrderList(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData, String sourceSystemId) Deprecated.gets the list of orders from centralorder.Deprecated.voidsetCentralOrderApiClient(CentralOrderApiClient centralOrderApiClient) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.sapcentralorderservices.services.CentralOrderService
sendOrderToCentralOrderSystem
-
Constructor Details
-
DefaultCentralOrderService
public DefaultCentralOrderService()Deprecated.
-
-
Method Details
-
getCentralOrderApiClient
Deprecated.- Returns:
- the centralOrderApiClient
-
setCentralOrderApiClient
Deprecated.- Parameters:
centralOrderApiClient- the centralOrderApiClient to set
-
getCentalOrderList
public org.springframework.http.ResponseEntity<CentralOrderListResponse[]> getCentalOrderList(CustomerModel customerModel, BaseStoreModel store, OrderStatus[] status, PageableData pageableData, String sourceSystemId) Deprecated.Description copied from interface:CentralOrderServicegets the list of orders from centralorder.- Specified by:
getCentalOrderListin interfaceCentralOrderService- Parameters:
customerModel- contains the customer detailsstore- contains the store detailsstatus- order statuspageableData- the pageable datasourceSystemId- Commerce System Id- Returns:
org.springframework.http.ResponseEntity<CentralOrderListResponse[]>
-
getCentalOrderDetailsForCode
public org.springframework.http.ResponseEntity<CentralOrderDetailsResponse> getCentalOrderDetailsForCode(CustomerModel currentCustomer, String orderCode, String sourceSystemId) Deprecated.Description copied from interface:CentralOrderServicegets order detail from centralorder.- Specified by:
getCentalOrderDetailsForCodein interfaceCentralOrderService- Parameters:
currentCustomer- contains the customer detailsorderCode- order CodesourceSystemId- Commerce System Id- Returns:
org.springframework.http.ResponseEntity<CentralOrderDetailsResponse[]>
-
getCentalOrderDetailsForGuid
public org.springframework.http.ResponseEntity<CentralOrderDetailsResponse> getCentalOrderDetailsForGuid(CustomerModel currentCustomer, String guid, String sourceSystemId) Deprecated.Description copied from interface:CentralOrderServicegets order detail from centralorder.- Specified by:
getCentalOrderDetailsForGuidin interfaceCentralOrderService- Parameters:
currentCustomer- contains the customer detailsguid- unique guidsourceSystemId- Commerce System Id- Returns:
org.springframework.http.ResponseEntity<CentralOrderDetailsResponse>
-