Class DefaultSupplierEvaluationResponseService
- All Implemented Interfaces:
BatchService<SupplierEvaluationResponseServiceBatch>,SupplierEvaluationResponseService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.SupplierEvaluationResponseService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingSupplierEvaluationResponseService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.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.
-
Constructor Details
-
DefaultSupplierEvaluationResponseService
public DefaultSupplierEvaluationResponseService()Deprecated.Creates a service usingSupplierEvaluationResponseService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultSupplierEvaluationResponseService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceSupplierEvaluationResponseService- 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<SupplierEvaluationResponseServiceBatch>
-
getAllSuplrEvalRspAppraiser
Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspAppraiserentities.- Specified by:
getAllSuplrEvalRspAppraiserin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspAppraiserByKeyFluentHelper getSuplrEvalRspAppraiserByKey(UUID suplrEvalRspPartyUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspAppraiserentity using key fields.- Specified by:
getSuplrEvalRspAppraiserByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspExplTextentities.- Specified by:
getAllSuplrEvalRspExplTextin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspExplTextByKeyFluentHelper getSuplrEvalRspExplTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspExplTextentity using key fields.- Specified by:
getSuplrEvalRspExplTextByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspExternalNameentities.- Specified by:
getAllSuplrEvalRspExternalNamein interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspExternalNameByKeyFluentHelper getSuplrEvalRspExternalNameByKey(UUID suplrEvalRspUUID, String language) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspExternalNameentity using key fields.- Specified by:
getSuplrEvalRspExternalNameByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspIntroductionentities.- Specified by:
getAllSuplrEvalRspIntroductionin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspIntroductionByKeyFluentHelper getSuplrEvalRspIntroductionByKey(UUID suplrEvalReqUUID, String language) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspIntroductionentity using key fields.- Specified by:
getSuplrEvalRspIntroductionByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspLanguageentities.- Specified by:
getAllSuplrEvalRspLanguagein interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspLanguageByKeyFluentHelper getSuplrEvalRspLanguageByKey(UUID suplrEvalRspLanguageUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspLanguageentity using key fields.- Specified by:
getSuplrEvalRspLanguageByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspPurchaserRespentities.- Specified by:
getAllSuplrEvalRspPurchaserRespin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspPurchaserRespByKeyFluentHelper getSuplrEvalRspPurchaserRespByKey(UUID suplrEvalRspPartyUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspPurchaserRespentity using key fields.- Specified by:
getSuplrEvalRspPurchaserRespByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspQuestionentities.- Specified by:
getAllSuplrEvalRspQuestionin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspQuestionByKeyFluentHelper getSuplrEvalRspQuestionByKey(UUID suplrEvalRspQuestionUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspQuestionentity using key fields.- Specified by:
getSuplrEvalRspQuestionByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspQuestionTextentities.- Specified by:
getAllSuplrEvalRspQuestionTextin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspQuestionTextByKeyFluentHelper getSuplrEvalRspQuestionTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspQuestionTextentity using key fields.- Specified by:
getSuplrEvalRspQuestionTextByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspRootQnaireentities.- Specified by:
getAllSuplrEvalRspRootQnairein interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspRootQnaireByKeyFluentHelper getSuplrEvalRspRootQnaireByKey(UUID suplrEvalRspQuestionnaireUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspRootQnaireentity using key fields.- Specified by:
getSuplrEvalRspRootQnaireByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspSectionentities.- Specified by:
getAllSuplrEvalRspSectionin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspSectionByKeyFluentHelper getSuplrEvalRspSectionByKey(UUID suplrEvalRspSectionUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspSectionentity using key fields.- Specified by:
getSuplrEvalRspSectionByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspSectionTextentities.- Specified by:
getAllSuplrEvalRspSectionTextin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspSectionTextByKeyFluentHelper getSuplrEvalRspSectionTextByKey(UUID suplrEvalReqUUID, String language) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspSectionTextentity using key fields.- Specified by:
getSuplrEvalRspSectionTextByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspStrucQnaireentities.- Specified by:
getAllSuplrEvalRspStrucQnairein interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspStrucQnaireByKeyFluentHelper getSuplrEvalRspStrucQnaireByKey(UUID suplrEvalRspQuestionnaireUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspStrucQnaireentity using key fields.- Specified by:
getSuplrEvalRspStrucQnaireByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSuplrEvalRspSupplierentities.- Specified by:
getAllSuplrEvalRspSupplierin interfaceSupplierEvaluationResponseService- 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 public SuplrEvalRspSupplierByKeyFluentHelper getSuplrEvalRspSupplierByKey(UUID suplrEvalRspPartyUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSuplrEvalRspSupplierentity using key fields.- Specified by:
getSuplrEvalRspSupplierByKeyin interfaceSupplierEvaluationResponseService- 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.Description copied from interface:SupplierEvaluationResponseServiceFetch multipleSupplierEvaluationResponseentities.- Specified by:
getAllSupplierEvaluationResponsein interfaceSupplierEvaluationResponseService- 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 public SupplierEvaluationResponseByKeyFluentHelper getSupplierEvaluationResponseByKey(UUID suplrEvalRspUUID) Deprecated.Description copied from interface:SupplierEvaluationResponseServiceFetch a singleSupplierEvaluationResponseentity using key fields.- Specified by:
getSupplierEvaluationResponseByKeyin interfaceSupplierEvaluationResponseService- 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.
-