Interface UserDefinedCriteriaService
- All Known Implementing Classes:
DefaultUserDefinedCriteriaService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This inbound service enables consumers to create, update, read, and delete the user-defined criteria for supplier evaluation in the SAP S/4HANA Cloud system. This service is based on the OData protocol, and can be consumed by apps and other interfaces. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | MANAGEUSERDEFINEDCRITERIA_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Manage User-Defined Criteria Integration(SAP_COM_0765) |
| Scope Items: | Supplier Evaluation and Performance Monitoring(SL4) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SUPLREVALUSRDFNDCRITRA |
| Business Object: | Supplier Evaluation User Defined Criteria |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theSuplrEvalUserDefinedCriteriaentity collection matching the filter and search expressions.createSuplrEvalUserDefinedCriterion(SuplrEvalUserDefinedCriteria suplrEvalUserDefinedCriteria) Deprecated.Create a newSuplrEvalUserDefinedCriteriaentity and save it to the S/4HANA system.deleteSuplrEvalUserDefinedCriterion(SuplrEvalUserDefinedCriteria suplrEvalUserDefinedCriteria) Deprecated.Deletes an existingSuplrEvalUserDefinedCriteriaentity in the S/4HANA system.Deprecated.Fetch multipleSuplrEvalUserDefinedCriteriaentities.getSuplrEvalUserDefinedCriterionByKey(UUID suplrEvalUsrDfndCritraUUID) Deprecated.Fetch a singleSuplrEvalUserDefinedCriteriaentity using key fields.updateSuplrEvalUserDefinedCriterion(SuplrEvalUserDefinedCriteria suplrEvalUserDefinedCriteria) Deprecated.Update an existingSuplrEvalUserDefinedCriteriaentity 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.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSuplrEvalUserDefinedCriterion
Deprecated.Fetch multipleSuplrEvalUserDefinedCriteriaentities.- Returns:
- A request builder to fetch multiple
SuplrEvalUserDefinedCriteriaentities. 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.
-
countSuplrEvalUserDefinedCriterion
Deprecated.Fetch the number of entries from theSuplrEvalUserDefinedCriteriaentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SuplrEvalUserDefinedCriteriaentities. 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.
-
getSuplrEvalUserDefinedCriterionByKey
@Nonnull GetByKeyRequestBuilder<SuplrEvalUserDefinedCriteria> getSuplrEvalUserDefinedCriterionByKey(UUID suplrEvalUsrDfndCritraUUID) Deprecated.Fetch a singleSuplrEvalUserDefinedCriteriaentity using key fields.- Parameters:
suplrEvalUsrDfndCritraUUID- Unique Idenitifier for User-Defined CriteriaConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SuplrEvalUserDefinedCriteriaentity 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.
-
createSuplrEvalUserDefinedCriterion
@Nonnull CreateRequestBuilder<SuplrEvalUserDefinedCriteria> createSuplrEvalUserDefinedCriterion(@Nonnull SuplrEvalUserDefinedCriteria suplrEvalUserDefinedCriteria) Deprecated.Create a newSuplrEvalUserDefinedCriteriaentity and save it to the S/4HANA system.- Parameters:
suplrEvalUserDefinedCriteria-SuplrEvalUserDefinedCriteriaentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SuplrEvalUserDefinedCriteriaentity. To perform execution, call theexecutemethod on the request builder object.
-
updateSuplrEvalUserDefinedCriterion
@Nonnull UpdateRequestBuilder<SuplrEvalUserDefinedCriteria> updateSuplrEvalUserDefinedCriterion(@Nonnull SuplrEvalUserDefinedCriteria suplrEvalUserDefinedCriteria) Deprecated.Update an existingSuplrEvalUserDefinedCriteriaentity and save it to the S/4HANA system.- Parameters:
suplrEvalUserDefinedCriteria-SuplrEvalUserDefinedCriteriaentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SuplrEvalUserDefinedCriteriaentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSuplrEvalUserDefinedCriterion
@Nonnull DeleteRequestBuilder<SuplrEvalUserDefinedCriteria> deleteSuplrEvalUserDefinedCriterion(@Nonnull SuplrEvalUserDefinedCriteria suplrEvalUserDefinedCriteria) Deprecated.Deletes an existingSuplrEvalUserDefinedCriteriaentity in the S/4HANA system.- Parameters:
suplrEvalUserDefinedCriteria-SuplrEvalUserDefinedCriteriaentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SuplrEvalUserDefinedCriteriaentity. To perform execution, call theexecutemethod on the request builder object.
-