Class DefaultSupplierEvaluationScorecardService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultSupplierEvaluationScorecardService
- All Implemented Interfaces:
BatchService<SupplierEvaluationScorecardServiceBatch>,SupplierEvaluationScorecardService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultSupplierEvaluationScorecardService")
@Deprecated
public class DefaultSupplierEvaluationScorecardService
extends Object
implements SupplierEvaluationScorecardService
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 supplier evaluation scorecards that contain the results of the supplier evaluations per supplier.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_SUPLR_EVAL_SCORECARD_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Supplier Evaluation Scorecard Integration(SAP_COM_0122) |
| Scope Items: | Supplier Evaluation and Performance Monitoring(SL4) |
| Authentication Methods: | x509 |
| Business Object: | Supplier Evaluation Scorecard |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.SupplierEvaluationScorecardService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSupplierEvaluationScorecardService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleSuplrEvalSccrdPurchaserRespentities.Deprecated.Fetch multipleSuplrEvalSccrdQuestionentities.Deprecated.Fetch multipleSuplrEvalSccrdSectionentities.Deprecated.Fetch multipleSuplrEvalSccrdStrucQnaireentities.Deprecated.Fetch multipleSuplrEvalSccrdSupplierentities.Deprecated.Fetch multipleSuplrEvalScorecardentities.Deprecated.Fetch multipleSuplrEvalScorecardRootQnaireentities.getSuplrEvalSccrdPurchaserRespByKey(UUID suplrEvalScorecardPtyUUID) Deprecated.Fetch a singleSuplrEvalSccrdPurchaserRespentity using key fields.getSuplrEvalSccrdQuestionByKey(UUID suplrEvalSccrdQuestionUUID) Deprecated.Fetch a singleSuplrEvalSccrdQuestionentity using key fields.getSuplrEvalSccrdSectionByKey(UUID suplrEvalSccrdSectionUUID) Deprecated.Fetch a singleSuplrEvalSccrdSectionentity using key fields.getSuplrEvalSccrdStrucQnaireByKey(UUID suplrEvalScorecardQnaireUUID) Deprecated.Fetch a singleSuplrEvalSccrdStrucQnaireentity using key fields.getSuplrEvalSccrdSupplierByKey(UUID suplrEvalScorecardPtyUUID) Deprecated.Fetch a singleSuplrEvalSccrdSupplierentity using key fields.getSuplrEvalScorecardByKey(UUID suplrEvalScorecardUUID) Deprecated.Fetch a singleSuplrEvalScorecardentity using key fields.getSuplrEvalScorecardRootQnaireByKey(UUID suplrEvalScorecardQnaireUUID) Deprecated.Fetch a singleSuplrEvalScorecardRootQnaireentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultSupplierEvaluationScorecardService
public DefaultSupplierEvaluationScorecardService()Deprecated.Creates a service usingSupplierEvaluationScorecardService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultSupplierEvaluationScorecardService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSupplierEvaluationScorecardService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<SupplierEvaluationScorecardServiceBatch>
-
getAllSuplrEvalSccrdPurchaserResp
Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch multipleSuplrEvalSccrdPurchaserRespentities.- Specified by:
getAllSuplrEvalSccrdPurchaserRespin interfaceSupplierEvaluationScorecardService- Returns:
- A fluent helper to fetch multiple
SuplrEvalSccrdPurchaserRespentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSuplrEvalSccrdPurchaserRespByKey
@Nonnull public SuplrEvalSccrdPurchaserRespByKeyFluentHelper getSuplrEvalSccrdPurchaserRespByKey(UUID suplrEvalScorecardPtyUUID) Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch a singleSuplrEvalSccrdPurchaserRespentity using key fields.- Specified by:
getSuplrEvalSccrdPurchaserRespByKeyin interfaceSupplierEvaluationScorecardService- Parameters:
suplrEvalScorecardPtyUUID- Evaluation Response Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalSccrdPurchaserRespentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrEvalSccrdQuestion
Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch multipleSuplrEvalSccrdQuestionentities.- Specified by:
getAllSuplrEvalSccrdQuestionin interfaceSupplierEvaluationScorecardService- Returns:
- A fluent helper to fetch multiple
SuplrEvalSccrdQuestionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSuplrEvalSccrdQuestionByKey
@Nonnull public SuplrEvalSccrdQuestionByKeyFluentHelper getSuplrEvalSccrdQuestionByKey(UUID suplrEvalSccrdQuestionUUID) Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch a singleSuplrEvalSccrdQuestionentity using key fields.- Specified by:
getSuplrEvalSccrdQuestionByKeyin interfaceSupplierEvaluationScorecardService- Parameters:
suplrEvalSccrdQuestionUUID- Evaluation Scorecard Question UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalSccrdQuestionentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrEvalSccrdSection
Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch multipleSuplrEvalSccrdSectionentities.- Specified by:
getAllSuplrEvalSccrdSectionin interfaceSupplierEvaluationScorecardService- Returns:
- A fluent helper to fetch multiple
SuplrEvalSccrdSectionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSuplrEvalSccrdSectionByKey
@Nonnull public SuplrEvalSccrdSectionByKeyFluentHelper getSuplrEvalSccrdSectionByKey(UUID suplrEvalSccrdSectionUUID) Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch a singleSuplrEvalSccrdSectionentity using key fields.- Specified by:
getSuplrEvalSccrdSectionByKeyin interfaceSupplierEvaluationScorecardService- Parameters:
suplrEvalSccrdSectionUUID- Evaluation Scorecard Section UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalSccrdSectionentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrEvalSccrdStrucQnaire
Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch multipleSuplrEvalSccrdStrucQnaireentities.- Specified by:
getAllSuplrEvalSccrdStrucQnairein interfaceSupplierEvaluationScorecardService- Returns:
- A fluent helper to fetch multiple
SuplrEvalSccrdStrucQnaireentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSuplrEvalSccrdStrucQnaireByKey
@Nonnull public SuplrEvalSccrdStrucQnaireByKeyFluentHelper getSuplrEvalSccrdStrucQnaireByKey(UUID suplrEvalScorecardQnaireUUID) Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch a singleSuplrEvalSccrdStrucQnaireentity using key fields.- Specified by:
getSuplrEvalSccrdStrucQnaireByKeyin interfaceSupplierEvaluationScorecardService- Parameters:
suplrEvalScorecardQnaireUUID- Evaluation Scorecard Questionnaire UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalSccrdStrucQnaireentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrEvalSccrdSupplier
Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch multipleSuplrEvalSccrdSupplierentities.- Specified by:
getAllSuplrEvalSccrdSupplierin interfaceSupplierEvaluationScorecardService- Returns:
- A fluent helper to fetch multiple
SuplrEvalSccrdSupplierentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSuplrEvalSccrdSupplierByKey
@Nonnull public SuplrEvalSccrdSupplierByKeyFluentHelper getSuplrEvalSccrdSupplierByKey(UUID suplrEvalScorecardPtyUUID) Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch a singleSuplrEvalSccrdSupplierentity using key fields.- Specified by:
getSuplrEvalSccrdSupplierByKeyin interfaceSupplierEvaluationScorecardService- Parameters:
suplrEvalScorecardPtyUUID- Evaluation Response Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalSccrdSupplierentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrEvalScorecard
Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch multipleSuplrEvalScorecardentities.- Specified by:
getAllSuplrEvalScorecardin interfaceSupplierEvaluationScorecardService- Returns:
- A fluent helper to fetch multiple
SuplrEvalScorecardentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSuplrEvalScorecardByKey
@Nonnull public SuplrEvalScorecardByKeyFluentHelper getSuplrEvalScorecardByKey(UUID suplrEvalScorecardUUID) Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch a singleSuplrEvalScorecardentity using key fields.- Specified by:
getSuplrEvalScorecardByKeyin interfaceSupplierEvaluationScorecardService- Parameters:
suplrEvalScorecardUUID- Evaluation Scorecard UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalScorecardentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllSuplrEvalScorecardRootQnaire
Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch multipleSuplrEvalScorecardRootQnaireentities.- Specified by:
getAllSuplrEvalScorecardRootQnairein interfaceSupplierEvaluationScorecardService- Returns:
- A fluent helper to fetch multiple
SuplrEvalScorecardRootQnaireentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getSuplrEvalScorecardRootQnaireByKey
@Nonnull public SuplrEvalScorecardRootQnaireByKeyFluentHelper getSuplrEvalScorecardRootQnaireByKey(UUID suplrEvalScorecardQnaireUUID) Deprecated.Description copied from interface:SupplierEvaluationScorecardServiceFetch a singleSuplrEvalScorecardRootQnaireentity using key fields.- Specified by:
getSuplrEvalScorecardRootQnaireByKeyin interfaceSupplierEvaluationScorecardService- Parameters:
suplrEvalScorecardQnaireUUID- Evaluation Scorecard Questionnaire UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalScorecardRootQnaireentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-