Interface SupplierEvaluationResponseService
- All Superinterfaces:
BatchService<SupplierEvaluationResponseServiceBatch>
- All Known Implementing Classes:
DefaultSupplierEvaluationResponseService
This service enables you to read supplier evaluation responses through an API call.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_SUPLR_EVAL_RESPONSE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Supplier Evaluation Response Integration(SAP_COM_0139) |
| Scope Items: | Supplier Evaluation and Performance Monitoring(SL4) |
| Authentication Methods: | x509 |
| Business Object: | Supplier Evaluation Response |
-
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 TypeMethodDescriptionDeprecated.Fetch multipleSuplrEvalRspAppraiserentities.Deprecated.Fetch multipleSuplrEvalRspExplTextentities.Deprecated.Fetch multipleSuplrEvalRspExternalNameentities.Deprecated.Fetch multipleSuplrEvalRspIntroductionentities.Deprecated.Fetch multipleSuplrEvalRspLanguageentities.Deprecated.Fetch multipleSuplrEvalRspPurchaserRespentities.Deprecated.Fetch multipleSuplrEvalRspQuestionentities.Deprecated.Fetch multipleSuplrEvalRspQuestionTextentities.Deprecated.Fetch multipleSuplrEvalRspRootQnaireentities.Deprecated.Fetch multipleSuplrEvalRspSectionentities.Deprecated.Fetch multipleSuplrEvalRspSectionTextentities.Deprecated.Fetch multipleSuplrEvalRspStrucQnaireentities.Deprecated.Fetch multipleSuplrEvalRspSupplierentities.Deprecated.Fetch multipleSupplierEvaluationResponseentities.getSuplrEvalRspAppraiserByKey(UUID suplrEvalRspPartyUUID) Deprecated.Fetch a singleSuplrEvalRspAppraiserentity using key fields.getSuplrEvalRspExplTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Fetch a singleSuplrEvalRspExplTextentity using key fields.getSuplrEvalRspExternalNameByKey(UUID suplrEvalRspUUID, String language) Deprecated.Fetch a singleSuplrEvalRspExternalNameentity using key fields.getSuplrEvalRspIntroductionByKey(UUID suplrEvalReqUUID, String language) Deprecated.Fetch a singleSuplrEvalRspIntroductionentity using key fields.getSuplrEvalRspLanguageByKey(UUID suplrEvalRspLanguageUUID) Deprecated.Fetch a singleSuplrEvalRspLanguageentity using key fields.getSuplrEvalRspPurchaserRespByKey(UUID suplrEvalRspPartyUUID) Deprecated.Fetch a singleSuplrEvalRspPurchaserRespentity using key fields.getSuplrEvalRspQuestionByKey(UUID suplrEvalRspQuestionUUID) Deprecated.Fetch a singleSuplrEvalRspQuestionentity using key fields.getSuplrEvalRspQuestionTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Fetch a singleSuplrEvalRspQuestionTextentity using key fields.getSuplrEvalRspRootQnaireByKey(UUID suplrEvalRspQuestionnaireUUID) Deprecated.Fetch a singleSuplrEvalRspRootQnaireentity using key fields.getSuplrEvalRspSectionByKey(UUID suplrEvalRspSectionUUID) Deprecated.Fetch a singleSuplrEvalRspSectionentity using key fields.getSuplrEvalRspSectionTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Fetch a singleSuplrEvalRspSectionTextentity using key fields.getSuplrEvalRspStrucQnaireByKey(UUID suplrEvalRspQuestionnaireUUID) Deprecated.Fetch a singleSuplrEvalRspStrucQnaireentity using key fields.getSuplrEvalRspSupplierByKey(UUID suplrEvalRspPartyUUID) Deprecated.Fetch a singleSuplrEvalRspSupplierentity using key fields.getSupplierEvaluationResponseByKey(UUID suplrEvalRspUUID) Deprecated.Fetch a singleSupplierEvaluationResponseentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
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.
-
getAllSuplrEvalRspAppraiser
Deprecated.Fetch multipleSuplrEvalRspAppraiserentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspAppraiserentities. 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.
-
getSuplrEvalRspAppraiserByKey
@Nonnull SuplrEvalRspAppraiserByKeyFluentHelper getSuplrEvalRspAppraiserByKey(UUID suplrEvalRspPartyUUID) Deprecated.Fetch a singleSuplrEvalRspAppraiserentity using key fields.- Parameters:
suplrEvalRspPartyUUID- Evaluation Response Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspAppraiserentity 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.
-
getAllSuplrEvalRspExplText
Deprecated.Fetch multipleSuplrEvalRspExplTextentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspExplTextentities. 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.
-
getSuplrEvalRspExplTextByKey
@Nonnull SuplrEvalRspExplTextByKeyFluentHelper getSuplrEvalRspExplTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Fetch a singleSuplrEvalRspExplTextentity using key fields.- Parameters:
suplrEvalReqUUID- Evaluation Request UUIDConstraints: Not nullable
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspExplTextentity 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.
-
getAllSuplrEvalRspExternalName
Deprecated.Fetch multipleSuplrEvalRspExternalNameentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspExternalNameentities. 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.
-
getSuplrEvalRspExternalNameByKey
@Nonnull SuplrEvalRspExternalNameByKeyFluentHelper getSuplrEvalRspExternalNameByKey(UUID suplrEvalRspUUID, String language) Deprecated.Fetch a singleSuplrEvalRspExternalNameentity using key fields.- Parameters:
suplrEvalRspUUID- Evaluation Response UUIDConstraints: Not nullable
language- LanguageConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspExternalNameentity 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.
-
getAllSuplrEvalRspIntroduction
Deprecated.Fetch multipleSuplrEvalRspIntroductionentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspIntroductionentities. 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.
-
getSuplrEvalRspIntroductionByKey
@Nonnull SuplrEvalRspIntroductionByKeyFluentHelper getSuplrEvalRspIntroductionByKey(UUID suplrEvalReqUUID, String language) Deprecated.Fetch a singleSuplrEvalRspIntroductionentity using key fields.- Parameters:
suplrEvalReqUUID- Evaluation Request UUIDConstraints: Not nullable
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspIntroductionentity 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.
-
getAllSuplrEvalRspLanguage
Deprecated.Fetch multipleSuplrEvalRspLanguageentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspLanguageentities. 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.
-
getSuplrEvalRspLanguageByKey
@Nonnull SuplrEvalRspLanguageByKeyFluentHelper getSuplrEvalRspLanguageByKey(UUID suplrEvalRspLanguageUUID) Deprecated.Fetch a singleSuplrEvalRspLanguageentity using key fields.- Parameters:
suplrEvalRspLanguageUUID- Evaluation Response Language UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspLanguageentity 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.
-
getAllSuplrEvalRspPurchaserResp
Deprecated.Fetch multipleSuplrEvalRspPurchaserRespentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspPurchaserRespentities. 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.
-
getSuplrEvalRspPurchaserRespByKey
@Nonnull SuplrEvalRspPurchaserRespByKeyFluentHelper getSuplrEvalRspPurchaserRespByKey(UUID suplrEvalRspPartyUUID) Deprecated.Fetch a singleSuplrEvalRspPurchaserRespentity using key fields.- Parameters:
suplrEvalRspPartyUUID- Evaluation Response Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspPurchaserRespentity 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.
-
getAllSuplrEvalRspQuestion
Deprecated.Fetch multipleSuplrEvalRspQuestionentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspQuestionentities. 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.
-
getSuplrEvalRspQuestionByKey
@Nonnull SuplrEvalRspQuestionByKeyFluentHelper getSuplrEvalRspQuestionByKey(UUID suplrEvalRspQuestionUUID) Deprecated.Fetch a singleSuplrEvalRspQuestionentity using key fields.- Parameters:
suplrEvalRspQuestionUUID- Evaluation Response Question UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspQuestionentity 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.
-
getAllSuplrEvalRspQuestionText
Deprecated.Fetch multipleSuplrEvalRspQuestionTextentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspQuestionTextentities. 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.
-
getSuplrEvalRspQuestionTextByKey
@Nonnull SuplrEvalRspQuestionTextByKeyFluentHelper getSuplrEvalRspQuestionTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Fetch a singleSuplrEvalRspQuestionTextentity using key fields.- Parameters:
suplrEvalReqUUID- Evaluation Request UUIDConstraints: Not nullable
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspQuestionTextentity 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.
-
getAllSuplrEvalRspRootQnaire
Deprecated.Fetch multipleSuplrEvalRspRootQnaireentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspRootQnaireentities. 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.
-
getSuplrEvalRspRootQnaireByKey
@Nonnull SuplrEvalRspRootQnaireByKeyFluentHelper getSuplrEvalRspRootQnaireByKey(UUID suplrEvalRspQuestionnaireUUID) Deprecated.Fetch a singleSuplrEvalRspRootQnaireentity using key fields.- Parameters:
suplrEvalRspQuestionnaireUUID- Evaluation Response Questionnaire UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspRootQnaireentity 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.
-
getAllSuplrEvalRspSection
Deprecated.Fetch multipleSuplrEvalRspSectionentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspSectionentities. 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.
-
getSuplrEvalRspSectionByKey
@Nonnull SuplrEvalRspSectionByKeyFluentHelper getSuplrEvalRspSectionByKey(UUID suplrEvalRspSectionUUID) Deprecated.Fetch a singleSuplrEvalRspSectionentity using key fields.- Parameters:
suplrEvalRspSectionUUID- Evaluation Response Section UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspSectionentity 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.
-
getAllSuplrEvalRspSectionText
Deprecated.Fetch multipleSuplrEvalRspSectionTextentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspSectionTextentities. 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.
-
getSuplrEvalRspSectionTextByKey
@Nonnull SuplrEvalRspSectionTextByKeyFluentHelper getSuplrEvalRspSectionTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Fetch a singleSuplrEvalRspSectionTextentity using key fields.- Parameters:
suplrEvalReqUUID- Evaluation Request UUIDConstraints: Not nullable
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspSectionTextentity 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.
-
getAllSuplrEvalRspStrucQnaire
Deprecated.Fetch multipleSuplrEvalRspStrucQnaireentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspStrucQnaireentities. 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.
-
getSuplrEvalRspStrucQnaireByKey
@Nonnull SuplrEvalRspStrucQnaireByKeyFluentHelper getSuplrEvalRspStrucQnaireByKey(UUID suplrEvalRspQuestionnaireUUID) Deprecated.Fetch a singleSuplrEvalRspStrucQnaireentity using key fields.- Parameters:
suplrEvalRspQuestionnaireUUID- Evaluation Response Questionnaire UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspStrucQnaireentity 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.
-
getAllSuplrEvalRspSupplier
Deprecated.Fetch multipleSuplrEvalRspSupplierentities.- Returns:
- A fluent helper to fetch multiple
SuplrEvalRspSupplierentities. 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.
-
getSuplrEvalRspSupplierByKey
@Nonnull SuplrEvalRspSupplierByKeyFluentHelper getSuplrEvalRspSupplierByKey(UUID suplrEvalRspPartyUUID) Deprecated.Fetch a singleSuplrEvalRspSupplierentity using key fields.- Parameters:
suplrEvalRspPartyUUID- Evaluation Response Party UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SuplrEvalRspSupplierentity 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.
-
getAllSupplierEvaluationResponse
Deprecated.Fetch multipleSupplierEvaluationResponseentities.- Returns:
- A fluent helper to fetch multiple
SupplierEvaluationResponseentities. 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.
-
getSupplierEvaluationResponseByKey
@Nonnull SupplierEvaluationResponseByKeyFluentHelper getSupplierEvaluationResponseByKey(UUID suplrEvalRspUUID) Deprecated.Fetch a singleSupplierEvaluationResponseentity using key fields.- Parameters:
suplrEvalRspUUID- Evaluation Response UUIDConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
SupplierEvaluationResponseentity 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.
-