@Named public class DefaultReadDefectClassesService extends Object implements ReadDefectClassesService
This service enables you to read defect classes and their language-dependent texts from the SAP S/4HANA Cloud system. It is part of the integration scenario Defect Processing Integration.
Reference: SAP API Business Hub
OData Service: | API_DEFECTCLASS_SRV |
API Version: | 1 |
Communication Scenario: | Defect Processing Integration (SAP_COM_0153) |
Scope Items: | Quality Management in Stock Handling (1MR) |
Constructor and Description |
---|
DefaultReadDefectClassesService() |
Modifier and Type | Method and Description |
---|---|
DefectClassFluentHelper |
getAllDefectClass()
Fetch multiple
DefectClass entities. |
DefectClassTextFluentHelper |
getAllDefectClassText()
Fetch multiple
DefectClassText entities. |
DefectClassByKeyFluentHelper |
getDefectClassByKey(String defectClass)
Fetch a single
DefectClass entity using key fields. |
DefectClassTextByKeyFluentHelper |
getDefectClassTextByKey(String defectClass,
String language)
Fetch a single
DefectClassText entity using key fields. |
public DefectClassFluentHelper getAllDefectClass()
ReadDefectClassesService
DefectClass
entities.getAllDefectClass
in interface ReadDefectClassesService
DefectClass
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public DefectClassByKeyFluentHelper getDefectClassByKey(String defectClass)
ReadDefectClassesService
DefectClass
entity using key fields.getDefectClassByKey
in interface ReadDefectClassesService
defectClass
- Defect ClassConstraints: Not nullable, Maximum length: 2
DefectClass
entity 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 the execute
method on the fluent helper object.public DefectClassTextFluentHelper getAllDefectClassText()
ReadDefectClassesService
DefectClassText
entities.getAllDefectClassText
in interface ReadDefectClassesService
DefectClassText
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.public DefectClassTextByKeyFluentHelper getDefectClassTextByKey(String defectClass, String language)
ReadDefectClassesService
DefectClassText
entity using key fields.getDefectClassTextByKey
in interface ReadDefectClassesService
defectClass
- Defect ClassConstraints: Not nullable, Maximum length: 2
language
- Language KeyConstraints: Not nullable, Maximum length: 2
DefectClassText
entity 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 the execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.