Class DefaultAwardingScenarioService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultAwardingScenarioService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,AwardingScenarioService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultAwardingScenarioService")
@Deprecated
public class DefaultAwardingScenarioService
extends Object
implements ServiceWithNavigableEntities, AwardingScenarioService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to create, update, and delete awarding scenarios for sourcing projects. You can also submit awarding scenarios for and withdraw them from approval..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_SRCGPROJAWARDINGSCENARIO_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Sourcing Integration(SAP_COM_0910) |
| Scope Items: | Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SRCGPROJAWARDINGSCEN |
| Business Object: | Sourcing Project Awarding Scenario |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.AwardingScenarioService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingAwardingScenarioService.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 theSrcgProjectAwardingScenarioentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSrcgProjAwardingScenNoteentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSrcgProjectAwardingScenarioQtnentity collection matching the filter and search expressions.createSrcgProjAwardingScenario(SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Create a newSrcgProjectAwardingScenarioentity and save it to the S/4HANA system.deleteSrcgProjAwardingScenario(SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Deletes an existingSrcgProjectAwardingScenarioentity in the S/4HANA system.deleteSrcgProjAwardingScenarioNote(SrcgProjAwardingScenNote srcgProjAwardingScenNote) Deprecated.Deletes an existingSrcgProjAwardingScenNoteentity in the S/4HANA system.deleteSrcgProjAwardingScenQtn(SrcgProjectAwardingScenarioQtn srcgProjectAwardingScenarioQtn) Deprecated.Deletes an existingSrcgProjectAwardingScenarioQtnentity in the S/4HANA system.Deprecated.Fetch multipleSrcgProjectAwardingScenarioentities.Deprecated.Fetch multipleSrcgProjAwardingScenNoteentities.Deprecated.Fetch multipleSrcgProjectAwardingScenarioQtnentities.Deprecated.getSrcgProjAwardingScenarioByKey(UUID srcgProjAwardingScenarioUUID) Deprecated.Fetch a singleSrcgProjectAwardingScenarioentity using key fields.getSrcgProjAwardingScenarioNoteByKey(UUID noteBasicUUID) Deprecated.Fetch a singleSrcgProjAwardingScenNoteentity using key fields.getSrcgProjAwardingScenQtnByKey(UUID srcgProjAwardingScenQtnUUID) Deprecated.Fetch a singleSrcgProjectAwardingScenarioQtnentity using key fields.updateSrcgProjAwardingScenario(SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Update an existingSrcgProjectAwardingScenarioentity and save it to the S/4HANA system.updateSrcgProjAwardingScenarioNote(SrcgProjAwardingScenNote srcgProjAwardingScenNote) Deprecated.Update an existingSrcgProjAwardingScenNoteentity 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
-
DefaultAwardingScenarioService
public DefaultAwardingScenarioService()Deprecated.Creates a service usingAwardingScenarioService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:AwardingScenarioServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceAwardingScenarioService- 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:AwardingScenarioServiceCreates a batch request builder object.- Specified by:
batchin interfaceAwardingScenarioService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSrcgProjAwardingScenario
Deprecated.Description copied from interface:AwardingScenarioServiceFetch multipleSrcgProjectAwardingScenarioentities.- Specified by:
getAllSrcgProjAwardingScenarioin interfaceAwardingScenarioService- Returns:
- A request builder to fetch multiple
SrcgProjectAwardingScenarioentities. 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.
-
countSrcgProjAwardingScenario
Deprecated.Description copied from interface:AwardingScenarioServiceFetch the number of entries from theSrcgProjectAwardingScenarioentity collection matching the filter and search expressions.- Specified by:
countSrcgProjAwardingScenarioin interfaceAwardingScenarioService- Returns:
- A request builder to fetch the count of
SrcgProjectAwardingScenarioentities. 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.
-
getSrcgProjAwardingScenarioByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjectAwardingScenario> getSrcgProjAwardingScenarioByKey(UUID srcgProjAwardingScenarioUUID) Deprecated.Description copied from interface:AwardingScenarioServiceFetch a singleSrcgProjectAwardingScenarioentity using key fields.- Specified by:
getSrcgProjAwardingScenarioByKeyin interfaceAwardingScenarioService- Parameters:
srcgProjAwardingScenarioUUID- Awarding Scenario UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SrcgProjectAwardingScenarioentity 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.
-
createSrcgProjAwardingScenario
@Nonnull public CreateRequestBuilder<SrcgProjectAwardingScenario> createSrcgProjAwardingScenario(@Nonnull SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Description copied from interface:AwardingScenarioServiceCreate a newSrcgProjectAwardingScenarioentity and save it to the S/4HANA system.- Specified by:
createSrcgProjAwardingScenarioin interfaceAwardingScenarioService- Parameters:
srcgProjectAwardingScenario-SrcgProjectAwardingScenarioentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SrcgProjectAwardingScenarioentity. To perform execution, call theexecutemethod on the request builder object.
-
updateSrcgProjAwardingScenario
@Nonnull public UpdateRequestBuilder<SrcgProjectAwardingScenario> updateSrcgProjAwardingScenario(@Nonnull SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Description copied from interface:AwardingScenarioServiceUpdate an existingSrcgProjectAwardingScenarioentity and save it to the S/4HANA system.- Specified by:
updateSrcgProjAwardingScenarioin interfaceAwardingScenarioService- Parameters:
srcgProjectAwardingScenario-SrcgProjectAwardingScenarioentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SrcgProjectAwardingScenarioentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSrcgProjAwardingScenario
@Nonnull public DeleteRequestBuilder<SrcgProjectAwardingScenario> deleteSrcgProjAwardingScenario(@Nonnull SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Description copied from interface:AwardingScenarioServiceDeletes an existingSrcgProjectAwardingScenarioentity in the S/4HANA system.- Specified by:
deleteSrcgProjAwardingScenarioin interfaceAwardingScenarioService- Parameters:
srcgProjectAwardingScenario-SrcgProjectAwardingScenarioentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SrcgProjectAwardingScenarioentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSrcgProjAwardingScenarioNote
Deprecated.Description copied from interface:AwardingScenarioServiceFetch multipleSrcgProjAwardingScenNoteentities.- Specified by:
getAllSrcgProjAwardingScenarioNotein interfaceAwardingScenarioService- Returns:
- A request builder to fetch multiple
SrcgProjAwardingScenNoteentities. 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.
-
countSrcgProjAwardingScenarioNote
Deprecated.Description copied from interface:AwardingScenarioServiceFetch the number of entries from theSrcgProjAwardingScenNoteentity collection matching the filter and search expressions.- Specified by:
countSrcgProjAwardingScenarioNotein interfaceAwardingScenarioService- Returns:
- A request builder to fetch the count of
SrcgProjAwardingScenNoteentities. 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.
-
getSrcgProjAwardingScenarioNoteByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjAwardingScenNote> getSrcgProjAwardingScenarioNoteByKey(UUID noteBasicUUID) Deprecated.Description copied from interface:AwardingScenarioServiceFetch a singleSrcgProjAwardingScenNoteentity using key fields.- Specified by:
getSrcgProjAwardingScenarioNoteByKeyin interfaceAwardingScenarioService- Parameters:
noteBasicUUID- Note IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SrcgProjAwardingScenNoteentity 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.
-
updateSrcgProjAwardingScenarioNote
@Nonnull public UpdateRequestBuilder<SrcgProjAwardingScenNote> updateSrcgProjAwardingScenarioNote(@Nonnull SrcgProjAwardingScenNote srcgProjAwardingScenNote) Deprecated.Description copied from interface:AwardingScenarioServiceUpdate an existingSrcgProjAwardingScenNoteentity and save it to the S/4HANA system.- Specified by:
updateSrcgProjAwardingScenarioNotein interfaceAwardingScenarioService- Parameters:
srcgProjAwardingScenNote-SrcgProjAwardingScenNoteentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SrcgProjAwardingScenNoteentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSrcgProjAwardingScenarioNote
@Nonnull public DeleteRequestBuilder<SrcgProjAwardingScenNote> deleteSrcgProjAwardingScenarioNote(@Nonnull SrcgProjAwardingScenNote srcgProjAwardingScenNote) Deprecated.Description copied from interface:AwardingScenarioServiceDeletes an existingSrcgProjAwardingScenNoteentity in the S/4HANA system.- Specified by:
deleteSrcgProjAwardingScenarioNotein interfaceAwardingScenarioService- Parameters:
srcgProjAwardingScenNote-SrcgProjAwardingScenNoteentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SrcgProjAwardingScenNoteentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSrcgProjAwardingScenQtn
@Nonnull public GetAllRequestBuilder<SrcgProjectAwardingScenarioQtn> getAllSrcgProjAwardingScenQtn()Deprecated.Description copied from interface:AwardingScenarioServiceFetch multipleSrcgProjectAwardingScenarioQtnentities.- Specified by:
getAllSrcgProjAwardingScenQtnin interfaceAwardingScenarioService- Returns:
- A request builder to fetch multiple
SrcgProjectAwardingScenarioQtnentities. 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.
-
countSrcgProjAwardingScenQtn
Deprecated.Description copied from interface:AwardingScenarioServiceFetch the number of entries from theSrcgProjectAwardingScenarioQtnentity collection matching the filter and search expressions.- Specified by:
countSrcgProjAwardingScenQtnin interfaceAwardingScenarioService- Returns:
- A request builder to fetch the count of
SrcgProjectAwardingScenarioQtnentities. 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.
-
getSrcgProjAwardingScenQtnByKey
@Nonnull public GetByKeyRequestBuilder<SrcgProjectAwardingScenarioQtn> getSrcgProjAwardingScenQtnByKey(UUID srcgProjAwardingScenQtnUUID) Deprecated.Description copied from interface:AwardingScenarioServiceFetch a singleSrcgProjectAwardingScenarioQtnentity using key fields.- Specified by:
getSrcgProjAwardingScenQtnByKeyin interfaceAwardingScenarioService- Parameters:
srcgProjAwardingScenQtnUUID- UUID of Supplier Quotation in Awarding ScenarioConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SrcgProjectAwardingScenarioQtnentity 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.
-
deleteSrcgProjAwardingScenQtn
@Nonnull public DeleteRequestBuilder<SrcgProjectAwardingScenarioQtn> deleteSrcgProjAwardingScenQtn(@Nonnull SrcgProjectAwardingScenarioQtn srcgProjectAwardingScenarioQtn) Deprecated.Description copied from interface:AwardingScenarioServiceDeletes an existingSrcgProjectAwardingScenarioQtnentity in the S/4HANA system.- Specified by:
deleteSrcgProjAwardingScenQtnin interfaceAwardingScenarioService- Parameters:
srcgProjectAwardingScenarioQtn-SrcgProjectAwardingScenarioQtnentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SrcgProjectAwardingScenarioQtnentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-