Class DefaultProcurementProjectService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProcurementProjectService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProcurementProjectService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProcurementProjectService")
@Deprecated
public class DefaultProcurementProjectService
extends Object
implements ServiceWithNavigableEntities, ProcurementProjectService
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, read, update, or delete procurement projects and plants. Furthermore, you can activate or deactivate procurement projects. If there are any issues during the execution of the actions, the system displays error messages in the response..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PROCUREMENTPROJECT_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_PROCUREMENTPROJECT |
| Business Object: | Procurement Project |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProcurementProjectService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProcurementProjectService.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 theProcurementProjectentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProcurementProjectPlantentity collection matching the filter and search expressions.createProcurementProject(ProcurementProject procurementProject) Deprecated.Create a newProcurementProjectentity and save it to the S/4HANA system.deleteProcurementProject(ProcurementProject procurementProject) Deprecated.Deletes an existingProcurementProjectentity in the S/4HANA system.deleteProcurementProjectPlant(ProcurementProjectPlant procurementProjectPlant) Deprecated.Deletes an existingProcurementProjectPlantentity in the S/4HANA system.Deprecated.Fetch multipleProcurementProjectentities.Deprecated.Fetch multipleProcurementProjectPlantentities.getProcurementProjectByKey(UUID procurementProjectUUID) Deprecated.Fetch a singleProcurementProjectentity using key fields.getProcurementProjectPlantByKey(UUID procmtProjectPlantUUID) Deprecated.Fetch a singleProcurementProjectPlantentity using key fields.Deprecated.updateProcurementProject(ProcurementProject procurementProject) Deprecated.Update an existingProcurementProjectentity and save it to the S/4HANA system.updateProcurementProjectPlant(ProcurementProjectPlant procurementProjectPlant) Deprecated.Update an existingProcurementProjectPlantentity 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
-
DefaultProcurementProjectService
public DefaultProcurementProjectService()Deprecated.Creates a service usingProcurementProjectService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ProcurementProjectServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProcurementProjectService- 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:ProcurementProjectServiceCreates a batch request builder object.- Specified by:
batchin interfaceProcurementProjectService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProcurementProject
Deprecated.Description copied from interface:ProcurementProjectServiceFetch multipleProcurementProjectentities.- Specified by:
getAllProcurementProjectin interfaceProcurementProjectService- Returns:
- A request builder to fetch multiple
ProcurementProjectentities. 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.
-
countProcurementProject
Deprecated.Description copied from interface:ProcurementProjectServiceFetch the number of entries from theProcurementProjectentity collection matching the filter and search expressions.- Specified by:
countProcurementProjectin interfaceProcurementProjectService- Returns:
- A request builder to fetch the count of
ProcurementProjectentities. 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.
-
getProcurementProjectByKey
@Nonnull public GetByKeyRequestBuilder<ProcurementProject> getProcurementProjectByKey(UUID procurementProjectUUID) Deprecated.Description copied from interface:ProcurementProjectServiceFetch a singleProcurementProjectentity using key fields.- Specified by:
getProcurementProjectByKeyin interfaceProcurementProjectService- Parameters:
procurementProjectUUID- Procurement Project UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProcurementProjectentity 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.
-
createProcurementProject
@Nonnull public CreateRequestBuilder<ProcurementProject> createProcurementProject(@Nonnull ProcurementProject procurementProject) Deprecated.Description copied from interface:ProcurementProjectServiceCreate a newProcurementProjectentity and save it to the S/4HANA system.- Specified by:
createProcurementProjectin interfaceProcurementProjectService- Parameters:
procurementProject-ProcurementProjectentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ProcurementProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
updateProcurementProject
@Nonnull public UpdateRequestBuilder<ProcurementProject> updateProcurementProject(@Nonnull ProcurementProject procurementProject) Deprecated.Description copied from interface:ProcurementProjectServiceUpdate an existingProcurementProjectentity and save it to the S/4HANA system.- Specified by:
updateProcurementProjectin interfaceProcurementProjectService- Parameters:
procurementProject-ProcurementProjectentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ProcurementProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteProcurementProject
@Nonnull public DeleteRequestBuilder<ProcurementProject> deleteProcurementProject(@Nonnull ProcurementProject procurementProject) Deprecated.Description copied from interface:ProcurementProjectServiceDeletes an existingProcurementProjectentity in the S/4HANA system.- Specified by:
deleteProcurementProjectin interfaceProcurementProjectService- Parameters:
procurementProject-ProcurementProjectentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ProcurementProjectentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllProcurementProjectPlant
Deprecated.Description copied from interface:ProcurementProjectServiceFetch multipleProcurementProjectPlantentities.- Specified by:
getAllProcurementProjectPlantin interfaceProcurementProjectService- Returns:
- A request builder to fetch multiple
ProcurementProjectPlantentities. 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.
-
countProcurementProjectPlant
Deprecated.Description copied from interface:ProcurementProjectServiceFetch the number of entries from theProcurementProjectPlantentity collection matching the filter and search expressions.- Specified by:
countProcurementProjectPlantin interfaceProcurementProjectService- Returns:
- A request builder to fetch the count of
ProcurementProjectPlantentities. 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.
-
getProcurementProjectPlantByKey
@Nonnull public GetByKeyRequestBuilder<ProcurementProjectPlant> getProcurementProjectPlantByKey(UUID procmtProjectPlantUUID) Deprecated.Description copied from interface:ProcurementProjectServiceFetch a singleProcurementProjectPlantentity using key fields.- Specified by:
getProcurementProjectPlantByKeyin interfaceProcurementProjectService- Parameters:
procmtProjectPlantUUID- UUID of Plant in Procurement ProjectConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProcurementProjectPlantentity 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.
-
updateProcurementProjectPlant
@Nonnull public UpdateRequestBuilder<ProcurementProjectPlant> updateProcurementProjectPlant(@Nonnull ProcurementProjectPlant procurementProjectPlant) Deprecated.Description copied from interface:ProcurementProjectServiceUpdate an existingProcurementProjectPlantentity and save it to the S/4HANA system.- Specified by:
updateProcurementProjectPlantin interfaceProcurementProjectService- Parameters:
procurementProjectPlant-ProcurementProjectPlantentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ProcurementProjectPlantentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteProcurementProjectPlant
@Nonnull public DeleteRequestBuilder<ProcurementProjectPlant> deleteProcurementProjectPlant(@Nonnull ProcurementProjectPlant procurementProjectPlant) Deprecated.Description copied from interface:ProcurementProjectServiceDeletes an existingProcurementProjectPlantentity in the S/4HANA system.- Specified by:
deleteProcurementProjectPlantin interfaceProcurementProjectService- Parameters:
procurementProjectPlant-ProcurementProjectPlantentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ProcurementProjectPlantentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-