Interface DefectCodeAndCodeGroupService
- All Superinterfaces:
BatchService<DefectCodeAndCodeGroupServiceBatch>
- All Known Implementing Classes:
DefaultDefectCodeAndCodeGroupService
This service is related to the business object Defect. The combination of defect code group and code uniquely identifies the type of the defect in Quality Management in a coded format..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_DEFECTCODE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Quality Notification and Defect Processing Integration(SAP_COM_0153) |
| Scope Items: | Quality Management in Discrete Manufacturing(1E1), Quality Management in Procurement(1FM), Quality Management in Sales(1MP), Quality Management in Stock Handling(1MR), Nonconformance Management(2QN) |
| Authentication Methods: | x509 |
| Business Object: | Defect |
-
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 multipleDefectCodeentities.Deprecated.Fetch multipleDefectCodeGroupentities.Deprecated.Fetch multipleDefectCodeGroupTextentities.Deprecated.Fetch multipleDefectCodeTextentities.getDefectCodeByKey(String defectCodeGroup, String defectCode) Deprecated.Fetch a singleDefectCodeentity using key fields.getDefectCodeGroupByKey(String defectCodeGroup) Deprecated.Fetch a singleDefectCodeGroupentity using key fields.getDefectCodeGroupTextByKey(String defectCodeGroup, String language) Deprecated.Fetch a singleDefectCodeGroupTextentity using key fields.getDefectCodeTextByKey(String defectCodeGroup, String defectCode, String language) Deprecated.Fetch a singleDefectCodeTextentity 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.
-
getAllDefectCode
Deprecated.Fetch multipleDefectCodeentities.- Returns:
- A fluent helper to fetch multiple
DefectCodeentities. 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.
-
getDefectCodeByKey
Deprecated.Fetch a singleDefectCodeentity using key fields.- Parameters:
defectCode- Defect CodeConstraints: Not nullable, Maximum length: 4
defectCodeGroup- Defect Code GroupConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
DefectCodeentity 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.
-
getAllDefectCodeGroup
Deprecated.Fetch multipleDefectCodeGroupentities.- Returns:
- A fluent helper to fetch multiple
DefectCodeGroupentities. 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.
-
getDefectCodeGroupByKey
Deprecated.Fetch a singleDefectCodeGroupentity using key fields.- Parameters:
defectCodeGroup- Defect Code GroupConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
DefectCodeGroupentity 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.
-
getAllDefectCodeGroupText
Deprecated.Fetch multipleDefectCodeGroupTextentities.- Returns:
- A fluent helper to fetch multiple
DefectCodeGroupTextentities. 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.
-
getDefectCodeGroupTextByKey
@Nonnull DefectCodeGroupTextByKeyFluentHelper getDefectCodeGroupTextByKey(String defectCodeGroup, String language) Deprecated.Fetch a singleDefectCodeGroupTextentity using key fields.- Parameters:
defectCodeGroup- Defect Code GroupConstraints: Not nullable, Maximum length: 8
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
DefectCodeGroupTextentity 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.
-
getAllDefectCodeText
Deprecated.Fetch multipleDefectCodeTextentities.- Returns:
- A fluent helper to fetch multiple
DefectCodeTextentities. 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.
-
getDefectCodeTextByKey
@Nonnull DefectCodeTextByKeyFluentHelper getDefectCodeTextByKey(String defectCodeGroup, String defectCode, String language) Deprecated.Fetch a singleDefectCodeTextentity using key fields.- Parameters:
defectCode- Defect CodeConstraints: Not nullable, Maximum length: 4
defectCodeGroup- Defect Code GroupConstraints: Not nullable, Maximum length: 8
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
DefectCodeTextentity 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.
-