Class DefaultSupplierQuotationService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSupplierQuotationService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,SupplierQuotationService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultSupplierQuotationService")
@Deprecated
public class DefaultSupplierQuotationService
extends Object
implements ServiceWithNavigableEntities, SupplierQuotationService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to read, update, delete and create supplier quotations with reference to a request for quotation from an external system in the SAP S/4HANA Cloud system. The service contains header and item. The information is sent in the request as a payload. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_SUPPLIERQUOTATION_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Purchase Request for Quotation Integration(SAP_COM_0113) |
| Scope Items: | Consumable Purchasing(BNX), Consumable Purchasing(ONX), Sourcing with SAP Ariba Sourcing(1A0), Supplier Quote Automation with SAP Ariba Commerce Automation(1L2), Request for Price(1XF), Sourcing with SAP Ariba Sourcing(OA0), Request for Price(OXF) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SUPPLIERQUOTATION_2 |
| Business Object: | Supplier Quotation |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.SupplierQuotationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSupplierQuotationService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theSupplierQuotationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSupplierQuotationItementity collection matching the filter and search expressions.createSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Create a newSupplierQuotationentity and save it to the S/4HANA system.deleteSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Deletes an existingSupplierQuotationentity in the S/4HANA system.Deprecated.Fetch multipleSupplierQuotationentities.Deprecated.Fetch multipleSupplierQuotationItementities.Deprecated.getSupplierQuotationByKey(String supplierQuotation) Deprecated.Fetch a singleSupplierQuotationentity using key fields.getSupplierQuotationItemByKey(String supplierQuotation, String supplierQuotationItem) Deprecated.Fetch a singleSupplierQuotationItementity using key fields.updateSupplierQuotation(SupplierQuotation supplierQuotation) Deprecated.Update an existingSupplierQuotationentity and save it to the S/4HANA system.updateSupplierQuotationItem(SupplierQuotationItem supplierQuotationItem) Deprecated.Update an existingSupplierQuotationItementity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultSupplierQuotationService
public DefaultSupplierQuotationService()Deprecated.Creates a service usingSupplierQuotationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:SupplierQuotationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSupplierQuotationService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:SupplierQuotationServiceCreates a batch request builder object.- Specified by:
batchin interfaceSupplierQuotationService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSupplierQuotation
Deprecated.Description copied from interface:SupplierQuotationServiceFetch multipleSupplierQuotationentities.- Specified by:
getAllSupplierQuotationin interfaceSupplierQuotationService- Returns:
- A request builder to fetch multiple
SupplierQuotationentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSupplierQuotation
Deprecated.Description copied from interface:SupplierQuotationServiceFetch the number of entries from theSupplierQuotationentity collection matching the filter and search expressions.- Specified by:
countSupplierQuotationin interfaceSupplierQuotationService- Returns:
- A request builder to fetch the count of
SupplierQuotationentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSupplierQuotationByKey
@Nonnull public GetByKeyRequestBuilder<SupplierQuotation> getSupplierQuotationByKey(String supplierQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceFetch a singleSupplierQuotationentity using key fields.- Specified by:
getSupplierQuotationByKeyin interfaceSupplierQuotationService- Parameters:
supplierQuotation- Supplier Quotation NumberConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
SupplierQuotationentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createSupplierQuotation
@Nonnull public CreateRequestBuilder<SupplierQuotation> createSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceCreate a newSupplierQuotationentity and save it to the S/4HANA system.- Specified by:
createSupplierQuotationin interfaceSupplierQuotationService- Parameters:
supplierQuotation-SupplierQuotationentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SupplierQuotationentity. To perform execution, call theexecutemethod on the request builder object.
-
updateSupplierQuotation
@Nonnull public UpdateRequestBuilder<SupplierQuotation> updateSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceUpdate an existingSupplierQuotationentity and save it to the S/4HANA system.- Specified by:
updateSupplierQuotationin interfaceSupplierQuotationService- Parameters:
supplierQuotation-SupplierQuotationentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SupplierQuotationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSupplierQuotation
@Nonnull public DeleteRequestBuilder<SupplierQuotation> deleteSupplierQuotation(@Nonnull SupplierQuotation supplierQuotation) Deprecated.Description copied from interface:SupplierQuotationServiceDeletes an existingSupplierQuotationentity in the S/4HANA system.- Specified by:
deleteSupplierQuotationin interfaceSupplierQuotationService- Parameters:
supplierQuotation-SupplierQuotationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SupplierQuotationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSupplierQuotationItem
Deprecated.Description copied from interface:SupplierQuotationServiceFetch multipleSupplierQuotationItementities.- Specified by:
getAllSupplierQuotationItemin interfaceSupplierQuotationService- Returns:
- A request builder to fetch multiple
SupplierQuotationItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSupplierQuotationItem
Deprecated.Description copied from interface:SupplierQuotationServiceFetch the number of entries from theSupplierQuotationItementity collection matching the filter and search expressions.- Specified by:
countSupplierQuotationItemin interfaceSupplierQuotationService- Returns:
- A request builder to fetch the count of
SupplierQuotationItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSupplierQuotationItemByKey
@Nonnull public GetByKeyRequestBuilder<SupplierQuotationItem> getSupplierQuotationItemByKey(String supplierQuotation, String supplierQuotationItem) Deprecated.Description copied from interface:SupplierQuotationServiceFetch a singleSupplierQuotationItementity using key fields.- Specified by:
getSupplierQuotationItemByKeyin interfaceSupplierQuotationService- Parameters:
supplierQuotation- Purchasing Document NumberConstraints: Not nullable, Maximum length: 10
supplierQuotationItem- Item Number of Supplier QuotationConstraints: Not nullable, Maximum length: 5
- Returns:
- A request builder to fetch a single
SupplierQuotationItementity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateSupplierQuotationItem
@Nonnull public UpdateRequestBuilder<SupplierQuotationItem> updateSupplierQuotationItem(@Nonnull SupplierQuotationItem supplierQuotationItem) Deprecated.Description copied from interface:SupplierQuotationServiceUpdate an existingSupplierQuotationItementity and save it to the S/4HANA system.- Specified by:
updateSupplierQuotationItemin interfaceSupplierQuotationService- Parameters:
supplierQuotationItem-SupplierQuotationItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SupplierQuotationItementity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-