Class DefaultQualityTaskService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultQualityTaskService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,QualityTaskService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultQualityTaskService")
@Deprecated
public class DefaultQualityTaskService
extends Object
implements ServiceWithNavigableEntities, QualityTaskService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You can read the quality task header and long texts of kind detailed description and processor notes. You can create new or update existing instances with task origin defect. The usage of follow-up actions together with a task code is currently not supported via the API..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | QUALITYTASK_0001 |
| API Version: | 1.1.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 |
| Service Group Name: | API_QUALITYTASK |
| Business Object: | Quality Task |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.QualityTaskService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingQualityTaskService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theQualityTaskentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theQualityTaskLongTextentity collection matching the filter and search expressions.createQualityTask(QualityTask qualityTask) Deprecated.Create a newQualityTaskentity and save it to the S/4HANA system.Deprecated.Fetch multipleQualityTaskentities.Deprecated.Fetch multipleQualityTaskLongTextentities.getQualityTaskByKey(String qualityTaskInternalId) Deprecated.Fetch a singleQualityTaskentity using key fields.getQualityTaskLongTextByKey(String qualityTaskInternalId, Short longTextInternalNumber, String language) Deprecated.Fetch a singleQualityTaskLongTextentity using key fields.Deprecated.updateQualityTask(QualityTask qualityTask) Deprecated.Update an existingQualityTaskentity and save it to the S/4HANA system.updateQualityTaskLongText(QualityTaskLongText qualityTaskLongText) Deprecated.Update an existingQualityTaskLongTextentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultQualityTaskService
public DefaultQualityTaskService()Deprecated.Creates a service usingQualityTaskService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:QualityTaskServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceQualityTaskService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:QualityTaskServiceCreates a batch request builder object.- Specified by:
batchin interfaceQualityTaskService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllQualityTask
Deprecated.Description copied from interface:QualityTaskServiceFetch multipleQualityTaskentities.- Specified by:
getAllQualityTaskin interfaceQualityTaskService- Returns:
- A request builder to fetch multiple
QualityTaskentities. 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.
-
countQualityTask
Deprecated.Description copied from interface:QualityTaskServiceFetch the number of entries from theQualityTaskentity collection matching the filter and search expressions.- Specified by:
countQualityTaskin interfaceQualityTaskService- Returns:
- A request builder to fetch the count of
QualityTaskentities. 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.
-
getQualityTaskByKey
@Nonnull public GetByKeyRequestBuilder<QualityTask> getQualityTaskByKey(String qualityTaskInternalId) Deprecated.Description copied from interface:QualityTaskServiceFetch a singleQualityTaskentity using key fields.- Specified by:
getQualityTaskByKeyin interfaceQualityTaskService- Parameters:
qualityTaskInternalId- Quality Task Internal IDConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
QualityTaskentity 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.
-
createQualityTask
@Nonnull public CreateRequestBuilder<QualityTask> createQualityTask(@Nonnull QualityTask qualityTask) Deprecated.Description copied from interface:QualityTaskServiceCreate a newQualityTaskentity and save it to the S/4HANA system.- Specified by:
createQualityTaskin interfaceQualityTaskService- Parameters:
qualityTask-QualityTaskentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
QualityTaskentity. To perform execution, call theexecutemethod on the request builder object.
-
updateQualityTask
@Nonnull public UpdateRequestBuilder<QualityTask> updateQualityTask(@Nonnull QualityTask qualityTask) Deprecated.Description copied from interface:QualityTaskServiceUpdate an existingQualityTaskentity and save it to the S/4HANA system.- Specified by:
updateQualityTaskin interfaceQualityTaskService- Parameters:
qualityTask-QualityTaskentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
QualityTaskentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllQualityTaskLongText
Deprecated.Description copied from interface:QualityTaskServiceFetch multipleQualityTaskLongTextentities.- Specified by:
getAllQualityTaskLongTextin interfaceQualityTaskService- Returns:
- A request builder to fetch multiple
QualityTaskLongTextentities. 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.
-
countQualityTaskLongText
Deprecated.Description copied from interface:QualityTaskServiceFetch the number of entries from theQualityTaskLongTextentity collection matching the filter and search expressions.- Specified by:
countQualityTaskLongTextin interfaceQualityTaskService- Returns:
- A request builder to fetch the count of
QualityTaskLongTextentities. 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.
-
getQualityTaskLongTextByKey
@Nonnull public GetByKeyRequestBuilder<QualityTaskLongText> getQualityTaskLongTextByKey(String qualityTaskInternalId, Short longTextInternalNumber, String language) Deprecated.Description copied from interface:QualityTaskServiceFetch a singleQualityTaskLongTextentity using key fields.- Specified by:
getQualityTaskLongTextByKeyin interfaceQualityTaskService- Parameters:
qualityTaskInternalId- Notification NumberConstraints: Not nullable, Maximum length: 12
longTextInternalNumber- Long Text CounterConstraints: Not nullable
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
QualityTaskLongTextentity 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.
-
updateQualityTaskLongText
@Nonnull public UpdateRequestBuilder<QualityTaskLongText> updateQualityTaskLongText(@Nonnull QualityTaskLongText qualityTaskLongText) Deprecated.Description copied from interface:QualityTaskServiceUpdate an existingQualityTaskLongTextentity and save it to the S/4HANA system.- Specified by:
updateQualityTaskLongTextin interfaceQualityTaskService- Parameters:
qualityTaskLongText-QualityTaskLongTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
QualityTaskLongTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-