Class DefaultSourcingProjectNegotiationService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,SourcingProjectNegotiationService
This service enables you to create, read, update and delete negotiations from an external system in the SAP S/4HANA Cloud system. The service contains a header, sourcing project, negotiation quotation and item, demand distribution and distribution details. The information is sent in the request as a payload. All information is utilized when creating a negotiation with appropriate checks for restricted values and authorizations. You can also create a negotiation, publish, complete, cancel, copy and end the negotiation and also you can add a sourcing project quotation, update target price, target quantity and toggle include or exclude items. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_SOURCINGPROJECTNEGOTIATION_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Procurement - Supplier Quotation Management Integration(SAP_COM_0760), Product Sourcing Integration(SAP_COM_0910) |
| Scope Items: | Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SRCGPROJECTNEGOTIATION |
| Business Object: | Sourcing Project Negotiation |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.SourcingProjectNegotiationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSourcingProjectNegotiationService.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 theSourcingProjectentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSourcingProjectNegotiationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSPNegttnQtnItemDemandDistrentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSPNegttnQtnItmDmndDistrDetentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSrcgProjNegotiationQuotationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSrcgProjNegotiationQuotationItementity collection matching the filter and search expressions.createSourcingProject(SourcingProject sourcingProject) Deprecated.Create a newSourcingProjectentity and save it to the S/4HANA system.createSourcingProjectNegotiation(SourcingProjectNegotiation sourcingProjectNegotiation) Deprecated.Create a newSourcingProjectNegotiationentity and save it to the S/4HANA system.createSPNegttnQtnItemDemandDistr(SPNegttnQtnItemDemandDistr sPNegttnQtnItemDemandDistr) Deprecated.Create a newSPNegttnQtnItemDemandDistrentity and save it to the S/4HANA system.createSrcgProjNegotiationQuotation(SrcgProjNegotiationQuotation srcgProjNegotiationQuotation) Deprecated.Create a newSrcgProjNegotiationQuotationentity and save it to the S/4HANA system.createSrcgProjNegttnQuotationItem(SrcgProjNegotiationQuotationItem srcgProjNegotiationQuotationItem) Deprecated.Create a newSrcgProjNegotiationQuotationItementity and save it to the S/4HANA system.deleteSourcingProject(SourcingProject sourcingProject) Deprecated.Deletes an existingSourcingProjectentity in the S/4HANA system.deleteSourcingProjectNegotiation(SourcingProjectNegotiation sourcingProjectNegotiation) Deprecated.Deletes an existingSourcingProjectNegotiationentity in the S/4HANA system.deleteSrcgProjNegotiationQuotation(SrcgProjNegotiationQuotation srcgProjNegotiationQuotation) Deprecated.Deletes an existingSrcgProjNegotiationQuotationentity in the S/4HANA system.Deprecated.Fetch multipleSourcingProjectentities.Deprecated.Fetch multipleSourcingProjectNegotiationentities.Deprecated.Fetch multipleSPNegttnQtnItemDemandDistrentities.Deprecated.Fetch multipleSPNegttnQtnItmDmndDistrDetentities.Deprecated.Fetch multipleSrcgProjNegotiationQuotationentities.Deprecated.Fetch multipleSrcgProjNegotiationQuotationItementities.Deprecated.getSourcingProjectByKey(UUID sourcingProjectUUID) Deprecated.Fetch a singleSourcingProjectentity using key fields.getSourcingProjectNegotiationByKey(UUID sourcingProjectNegotiationUUID) Deprecated.Fetch a singleSourcingProjectNegotiationentity using key fields.getSPNegttnQtnItemDemandDistrByKey(UUID sPNegttnQtnItemDemandDistrUUID) Deprecated.Fetch a singleSPNegttnQtnItemDemandDistrentity using key fields.getSPNegttnQtnItmDmndDistrDetByKey(UUID sPNegttnQtnItmDmndDistrDetUUID) Deprecated.Fetch a singleSPNegttnQtnItmDmndDistrDetentity using key fields.getSrcgProjNegotiationQuotationByKey(UUID srcgProjNegttnQuotationUUID) Deprecated.Fetch a singleSrcgProjNegotiationQuotationentity using key fields.getSrcgProjNegttnQuotationItemByKey(UUID srcgProjNegttnQtanItemUUID) Deprecated.Fetch a singleSrcgProjNegotiationQuotationItementity using key fields.updateSourcingProject(SourcingProject sourcingProject) Deprecated.Update an existingSourcingProjectentity and save it to the S/4HANA system.updateSourcingProjectNegotiation(SourcingProjectNegotiation sourcingProjectNegotiation) Deprecated.Update an existingSourcingProjectNegotiationentity and save it to the S/4HANA system.updateSPNegttnQtnItmDmndDistrDet(SPNegttnQtnItmDmndDistrDet sPNegttnQtnItmDmndDistrDet) Deprecated.Update an existingSPNegttnQtnItmDmndDistrDetentity and save it to the S/4HANA system.updateSrcgProjNegttnQuotationItem(SrcgProjNegotiationQuotationItem srcgProjNegotiationQuotationItem) Deprecated.Update an existingSrcgProjNegotiationQuotationItementity 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
-
DefaultSourcingProjectNegotiationService
public DefaultSourcingProjectNegotiationService()Deprecated.Creates a service usingSourcingProjectNegotiationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultSourcingProjectNegotiationService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSourcingProjectNegotiationService- 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:SourcingProjectNegotiationServiceCreates a batch request builder object.- Specified by:
batchin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSourcingProject
Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch multipleSourcingProjectentities.- Specified by:
getAllSourcingProjectin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch multiple
SourcingProjectentities. 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.
-
countSourcingProject
Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch the number of entries from theSourcingProjectentity collection matching the filter and search expressions.- Specified by:
countSourcingProjectin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch the count of
SourcingProjectentities. 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.
-
getSourcingProjectByKey
@Nonnull public GetByKeyRequestBuilder<SourcingProject> getSourcingProjectByKey(UUID sourcingProjectUUID) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch a singleSourcingProjectentity using key fields.- Specified by:
getSourcingProjectByKeyin interfaceSourcingProjectNegotiationService- Parameters:
sourcingProjectUUID- Sourcing Project UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SourcingProjectentity 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.
-
createSourcingProject
@Nonnull public CreateRequestBuilder<SourcingProject> createSourcingProject(@Nonnull SourcingProject sourcingProject) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceCreate a newSourcingProjectentity and save it to the S/4HANA system.- Specified by:
createSourcingProjectin interfaceSourcingProjectNegotiationService- Parameters:
sourcingProject-SourcingProjectentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SourcingProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
updateSourcingProject
@Nonnull public UpdateRequestBuilder<SourcingProject> updateSourcingProject(@Nonnull SourcingProject sourcingProject) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceUpdate an existingSourcingProjectentity and save it to the S/4HANA system.- Specified by:
updateSourcingProjectin interfaceSourcingProjectNegotiationService- Parameters:
sourcingProject-SourcingProjectentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SourcingProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSourcingProject
@Nonnull public DeleteRequestBuilder<SourcingProject> deleteSourcingProject(@Nonnull SourcingProject sourcingProject) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceDeletes an existingSourcingProjectentity in the S/4HANA system.- Specified by:
deleteSourcingProjectin interfaceSourcingProjectNegotiationService- Parameters:
sourcingProject-SourcingProjectentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SourcingProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSourcingProjectNegotiation
Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch multipleSourcingProjectNegotiationentities.- Specified by:
getAllSourcingProjectNegotiationin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch multiple
SourcingProjectNegotiationentities. 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.
-
countSourcingProjectNegotiation
Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch the number of entries from theSourcingProjectNegotiationentity collection matching the filter and search expressions.- Specified by:
countSourcingProjectNegotiationin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch the count of
SourcingProjectNegotiationentities. 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.
-
getSourcingProjectNegotiationByKey
@Nonnull public GetByKeyRequestBuilder<SourcingProjectNegotiation> getSourcingProjectNegotiationByKey(UUID sourcingProjectNegotiationUUID) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch a singleSourcingProjectNegotiationentity using key fields.- Specified by:
getSourcingProjectNegotiationByKeyin interfaceSourcingProjectNegotiationService- Parameters:
sourcingProjectNegotiationUUID- Negotiation UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SourcingProjectNegotiationentity 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.
-
createSourcingProjectNegotiation
@Nonnull public CreateRequestBuilder<SourcingProjectNegotiation> createSourcingProjectNegotiation(@Nonnull SourcingProjectNegotiation sourcingProjectNegotiation) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceCreate a newSourcingProjectNegotiationentity and save it to the S/4HANA system.- Specified by:
createSourcingProjectNegotiationin interfaceSourcingProjectNegotiationService- Parameters:
sourcingProjectNegotiation-SourcingProjectNegotiationentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SourcingProjectNegotiationentity. To perform execution, call theexecutemethod on the request builder object.
-
updateSourcingProjectNegotiation
@Nonnull public UpdateRequestBuilder<SourcingProjectNegotiation> updateSourcingProjectNegotiation(@Nonnull SourcingProjectNegotiation sourcingProjectNegotiation) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceUpdate an existingSourcingProjectNegotiationentity and save it to the S/4HANA system.- Specified by:
updateSourcingProjectNegotiationin interfaceSourcingProjectNegotiationService- Parameters:
sourcingProjectNegotiation-SourcingProjectNegotiationentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SourcingProjectNegotiationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSourcingProjectNegotiation
@Nonnull public DeleteRequestBuilder<SourcingProjectNegotiation> deleteSourcingProjectNegotiation(@Nonnull SourcingProjectNegotiation sourcingProjectNegotiation) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceDeletes an existingSourcingProjectNegotiationentity in the S/4HANA system.- Specified by:
deleteSourcingProjectNegotiationin interfaceSourcingProjectNegotiationService- Parameters:
sourcingProjectNegotiation-SourcingProjectNegotiationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SourcingProjectNegotiationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSPNegttnQtnItemDemandDistr
Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch multipleSPNegttnQtnItemDemandDistrentities.- Specified by:
getAllSPNegttnQtnItemDemandDistrin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch multiple
SPNegttnQtnItemDemandDistrentities. 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.
-
countSPNegttnQtnItemDemandDistr
Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch the number of entries from theSPNegttnQtnItemDemandDistrentity collection matching the filter and search expressions.- Specified by:
countSPNegttnQtnItemDemandDistrin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch the count of
SPNegttnQtnItemDemandDistrentities. 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.
-
getSPNegttnQtnItemDemandDistrByKey
@Nonnull public GetByKeyRequestBuilder<SPNegttnQtnItemDemandDistr> getSPNegttnQtnItemDemandDistrByKey(UUID sPNegttnQtnItemDemandDistrUUID) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch a singleSPNegttnQtnItemDemandDistrentity using key fields.- Specified by:
getSPNegttnQtnItemDemandDistrByKeyin interfaceSourcingProjectNegotiationService- Parameters:
sPNegttnQtnItemDemandDistrUUID- Demand Distribution UUID of Quotation Item in NegotiationConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SPNegttnQtnItemDemandDistrentity 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.
-
createSPNegttnQtnItemDemandDistr
@Nonnull public CreateRequestBuilder<SPNegttnQtnItemDemandDistr> createSPNegttnQtnItemDemandDistr(@Nonnull SPNegttnQtnItemDemandDistr sPNegttnQtnItemDemandDistr) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceCreate a newSPNegttnQtnItemDemandDistrentity and save it to the S/4HANA system.- Specified by:
createSPNegttnQtnItemDemandDistrin interfaceSourcingProjectNegotiationService- Parameters:
sPNegttnQtnItemDemandDistr-SPNegttnQtnItemDemandDistrentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SPNegttnQtnItemDemandDistrentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSPNegttnQtnItmDmndDistrDet
Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch multipleSPNegttnQtnItmDmndDistrDetentities.- Specified by:
getAllSPNegttnQtnItmDmndDistrDetin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch multiple
SPNegttnQtnItmDmndDistrDetentities. 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.
-
countSPNegttnQtnItmDmndDistrDet
Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch the number of entries from theSPNegttnQtnItmDmndDistrDetentity collection matching the filter and search expressions.- Specified by:
countSPNegttnQtnItmDmndDistrDetin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch the count of
SPNegttnQtnItmDmndDistrDetentities. 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.
-
getSPNegttnQtnItmDmndDistrDetByKey
@Nonnull public GetByKeyRequestBuilder<SPNegttnQtnItmDmndDistrDet> getSPNegttnQtnItmDmndDistrDetByKey(UUID sPNegttnQtnItmDmndDistrDetUUID) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch a singleSPNegttnQtnItmDmndDistrDetentity using key fields.- Specified by:
getSPNegttnQtnItmDmndDistrDetByKeyin interfaceSourcingProjectNegotiationService- Parameters:
sPNegttnQtnItmDmndDistrDetUUID- Negotiation Quotation Item Demand Distribution Detail UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SPNegttnQtnItmDmndDistrDetentity 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.
-
updateSPNegttnQtnItmDmndDistrDet
@Nonnull public UpdateRequestBuilder<SPNegttnQtnItmDmndDistrDet> updateSPNegttnQtnItmDmndDistrDet(@Nonnull SPNegttnQtnItmDmndDistrDet sPNegttnQtnItmDmndDistrDet) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceUpdate an existingSPNegttnQtnItmDmndDistrDetentity and save it to the S/4HANA system.- Specified by:
updateSPNegttnQtnItmDmndDistrDetin interfaceSourcingProjectNegotiationService- Parameters:
sPNegttnQtnItmDmndDistrDet-SPNegttnQtnItmDmndDistrDetentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SPNegttnQtnItmDmndDistrDetentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSrcgProjNegotiationQuotation
@Nonnull public GetAllRequestBuilder<SrcgProjNegotiationQuotation> getAllSrcgProjNegotiationQuotation()Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch multipleSrcgProjNegotiationQuotationentities.- Specified by:
getAllSrcgProjNegotiationQuotationin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch multiple
SrcgProjNegotiationQuotationentities. 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.
-
countSrcgProjNegotiationQuotation
@Nonnull public CountRequestBuilder<SrcgProjNegotiationQuotation> countSrcgProjNegotiationQuotation()Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch the number of entries from theSrcgProjNegotiationQuotationentity collection matching the filter and search expressions.- Specified by:
countSrcgProjNegotiationQuotationin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch the count of
SrcgProjNegotiationQuotationentities. 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.
-
getSrcgProjNegotiationQuotationByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjNegotiationQuotation> getSrcgProjNegotiationQuotationByKey(UUID srcgProjNegttnQuotationUUID) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch a singleSrcgProjNegotiationQuotationentity using key fields.- Specified by:
getSrcgProjNegotiationQuotationByKeyin interfaceSourcingProjectNegotiationService- Parameters:
srcgProjNegttnQuotationUUID- Negotiation Quotation UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SrcgProjNegotiationQuotationentity 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.
-
createSrcgProjNegotiationQuotation
@Nonnull public CreateRequestBuilder<SrcgProjNegotiationQuotation> createSrcgProjNegotiationQuotation(@Nonnull SrcgProjNegotiationQuotation srcgProjNegotiationQuotation) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceCreate a newSrcgProjNegotiationQuotationentity and save it to the S/4HANA system.- Specified by:
createSrcgProjNegotiationQuotationin interfaceSourcingProjectNegotiationService- Parameters:
srcgProjNegotiationQuotation-SrcgProjNegotiationQuotationentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SrcgProjNegotiationQuotationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSrcgProjNegotiationQuotation
@Nonnull public DeleteRequestBuilder<SrcgProjNegotiationQuotation> deleteSrcgProjNegotiationQuotation(@Nonnull SrcgProjNegotiationQuotation srcgProjNegotiationQuotation) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceDeletes an existingSrcgProjNegotiationQuotationentity in the S/4HANA system.- Specified by:
deleteSrcgProjNegotiationQuotationin interfaceSourcingProjectNegotiationService- Parameters:
srcgProjNegotiationQuotation-SrcgProjNegotiationQuotationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SrcgProjNegotiationQuotationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSrcgProjNegttnQuotationItem
@Nonnull public GetAllRequestBuilder<SrcgProjNegotiationQuotationItem> getAllSrcgProjNegttnQuotationItem()Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch multipleSrcgProjNegotiationQuotationItementities.- Specified by:
getAllSrcgProjNegttnQuotationItemin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch multiple
SrcgProjNegotiationQuotationItementities. 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.
-
countSrcgProjNegttnQuotationItem
@Nonnull public CountRequestBuilder<SrcgProjNegotiationQuotationItem> countSrcgProjNegttnQuotationItem()Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch the number of entries from theSrcgProjNegotiationQuotationItementity collection matching the filter and search expressions.- Specified by:
countSrcgProjNegttnQuotationItemin interfaceSourcingProjectNegotiationService- Returns:
- A request builder to fetch the count of
SrcgProjNegotiationQuotationItementities. 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.
-
getSrcgProjNegttnQuotationItemByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjNegotiationQuotationItem> getSrcgProjNegttnQuotationItemByKey(UUID srcgProjNegttnQtanItemUUID) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceFetch a singleSrcgProjNegotiationQuotationItementity using key fields.- Specified by:
getSrcgProjNegttnQuotationItemByKeyin interfaceSourcingProjectNegotiationService- Parameters:
srcgProjNegttnQtanItemUUID- UUID of Quotation Item in NegotiationConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SrcgProjNegotiationQuotationItementity 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.
-
createSrcgProjNegttnQuotationItem
@Nonnull public CreateRequestBuilder<SrcgProjNegotiationQuotationItem> createSrcgProjNegttnQuotationItem(@Nonnull SrcgProjNegotiationQuotationItem srcgProjNegotiationQuotationItem) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceCreate a newSrcgProjNegotiationQuotationItementity and save it to the S/4HANA system.- Specified by:
createSrcgProjNegttnQuotationItemin interfaceSourcingProjectNegotiationService- Parameters:
srcgProjNegotiationQuotationItem-SrcgProjNegotiationQuotationItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SrcgProjNegotiationQuotationItementity. To perform execution, call theexecutemethod on the request builder object.
-
updateSrcgProjNegttnQuotationItem
@Nonnull public UpdateRequestBuilder<SrcgProjNegotiationQuotationItem> updateSrcgProjNegttnQuotationItem(@Nonnull SrcgProjNegotiationQuotationItem srcgProjNegotiationQuotationItem) Deprecated.Description copied from interface:SourcingProjectNegotiationServiceUpdate an existingSrcgProjNegotiationQuotationItementity and save it to the S/4HANA system.- Specified by:
updateSrcgProjNegttnQuotationItemin interfaceSourcingProjectNegotiationService- Parameters:
srcgProjNegotiationQuotationItem-SrcgProjNegotiationQuotationItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SrcgProjNegotiationQuotationItementity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-