Interface CodesForUsageDecisionService
- All Known Implementing Classes:
DefaultCodesForUsageDecisionService
You can read data of selected sets for usage decisions and the codes of the selected sets. You can also read short texts of the selected sets, codes and code groups..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | USAGEDECISIONSELDCODESET_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Quality Inspection Process Integration(SAP_COM_0318) |
| 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 |
| Service Group Name: | API_USAGEDCSNSELDCODESET |
| Business Object: | Usage Decision Selected Code Set |
-
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 TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeGroupTextentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeSetTextentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeTextentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeSetentity collection matching the filter and search expressions.Deprecated.Fetch multipleUsageDecisionSelectedCodeGroupTextentities.Deprecated.Fetch multipleUsageDecisionSelectedCodeSetTextentities.Deprecated.Fetch multipleUsageDecisionSelectedCodeTextentities.Deprecated.Fetch multipleUsageDecisionSelectedCodeentities.Deprecated.Fetch multipleUsageDecisionSelectedCodeSetentities.getUsgeDcsnSeldCodeGroupTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String language) Deprecated.Fetch a singleUsageDecisionSelectedCodeGroupTextentity using key fields.getUsgeDcsnSeldCodeSetTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String language) Deprecated.Fetch a singleUsageDecisionSelectedCodeSetTextentity using key fields.getUsgeDcsnSeldCodeTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String usageDecisionCode, String language) Deprecated.Fetch a singleUsageDecisionSelectedCodeTextentity using key fields.getUsgeDcsnSelectedCodeByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String usageDecisionCode) Deprecated.Fetch a singleUsageDecisionSelectedCodeentity using key fields.getUsgeDcsnSelectedCodeSetByKey(String selectedCodeSetPlant, String selectedCodeSet) Deprecated.Fetch a singleUsageDecisionSelectedCodeSetentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
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.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllUsgeDcsnSeldCodeGroupText
Deprecated.Fetch multipleUsageDecisionSelectedCodeGroupTextentities.- Returns:
- A request builder to fetch multiple
UsageDecisionSelectedCodeGroupTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countUsgeDcsnSeldCodeGroupText
Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeGroupTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
UsageDecisionSelectedCodeGroupTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getUsgeDcsnSeldCodeGroupTextByKey
@Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCodeGroupText> getUsgeDcsnSeldCodeGroupTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String language) Deprecated.Fetch a singleUsageDecisionSelectedCodeGroupTextentity using key fields.- Parameters:
usageDecisionCodeGroup- Code GroupConstraints: Not nullable, Maximum length: 8
language- Language KeyConstraints: Not nullable, Maximum length: 2
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
UsageDecisionSelectedCodeGroupTextentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllUsgeDcsnSeldCodeSetText
Deprecated.Fetch multipleUsageDecisionSelectedCodeSetTextentities.- Returns:
- A request builder to fetch multiple
UsageDecisionSelectedCodeSetTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countUsgeDcsnSeldCodeSetText
Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeSetTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
UsageDecisionSelectedCodeSetTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getUsgeDcsnSeldCodeSetTextByKey
@Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCodeSetText> getUsgeDcsnSeldCodeSetTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String language) Deprecated.Fetch a singleUsageDecisionSelectedCodeSetTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
UsageDecisionSelectedCodeSetTextentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllUsgeDcsnSeldCodeText
Deprecated.Fetch multipleUsageDecisionSelectedCodeTextentities.- Returns:
- A request builder to fetch multiple
UsageDecisionSelectedCodeTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countUsgeDcsnSeldCodeText
Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
UsageDecisionSelectedCodeTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getUsgeDcsnSeldCodeTextByKey
@Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCodeText> getUsgeDcsnSeldCodeTextByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String usageDecisionCode, String language) Deprecated.Fetch a singleUsageDecisionSelectedCodeTextentity using key fields.- Parameters:
usageDecisionCode- CodeConstraints: Not nullable, Maximum length: 4
usageDecisionCodeGroup- Code GroupConstraints: Not nullable, Maximum length: 8
language- Language KeyConstraints: Not nullable, Maximum length: 2
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
UsageDecisionSelectedCodeTextentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllUsgeDcsnSelectedCode
Deprecated.Fetch multipleUsageDecisionSelectedCodeentities.- Returns:
- A request builder to fetch multiple
UsageDecisionSelectedCodeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countUsgeDcsnSelectedCode
Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
UsageDecisionSelectedCodeentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getUsgeDcsnSelectedCodeByKey
@Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCode> getUsgeDcsnSelectedCodeByKey(String selectedCodeSetPlant, String selectedCodeSet, String usageDecisionCodeGroup, String usageDecisionCode) Deprecated.Fetch a singleUsageDecisionSelectedCodeentity using key fields.- Parameters:
usageDecisionCode- CodeConstraints: Not nullable, Maximum length: 4
usageDecisionCodeGroup- Code GroupConstraints: Not nullable, Maximum length: 8
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
UsageDecisionSelectedCodeentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getAllUsgeDcsnSelectedCodeSet
Deprecated.Fetch multipleUsageDecisionSelectedCodeSetentities.- Returns:
- A request builder to fetch multiple
UsageDecisionSelectedCodeSetentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countUsgeDcsnSelectedCodeSet
Deprecated.Fetch the number of entries from theUsageDecisionSelectedCodeSetentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
UsageDecisionSelectedCodeSetentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getUsgeDcsnSelectedCodeSetByKey
@Nonnull GetByKeyRequestBuilder<UsageDecisionSelectedCodeSet> getUsgeDcsnSelectedCodeSetByKey(String selectedCodeSetPlant, String selectedCodeSet) Deprecated.Fetch a singleUsageDecisionSelectedCodeSetentity using key fields.- Parameters:
selectedCodeSetPlant- PlantConstraints: Not nullable, Maximum length: 4
selectedCodeSet- Selected SetConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
UsageDecisionSelectedCodeSetentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-