Interface QualityInfoRecordServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<QualityInfoRecordServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<QualityInfoRecordServiceBatch>
- All Known Implementing Classes:
DefaultQualityInfoRecordServiceBatchChangeSet
public interface QualityInfoRecordServiceBatchChangeSet
extends FluentHelperBatchChangeSet<QualityInfoRecordServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<QualityInfoRecordServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
QualityInfoRecordService.-
Method Summary
Modifier and TypeMethodDescriptioncreateQualityFirstArticleInspection(QualityFirstArticleInspection qualityFirstArticleInspection) Create a newQualityFirstArticleInspectionentity and save it to the S/4HANA system.createQualityInProcurement(QualityInProcurement qualityInProcurement) Create a newQualityInProcuremententity and save it to the S/4HANA system.deleteQualityFirstArticleInspection(QualityFirstArticleInspection qualityFirstArticleInspection) Deletes an existingQualityFirstArticleInspectionentity in the S/4HANA system.deleteQualityInProcurement(QualityInProcurement qualityInProcurement) Deletes an existingQualityInProcuremententity in the S/4HANA system.updateQualityFirstArticleInspection(QualityFirstArticleInspection qualityFirstArticleInspection) Update an existingQualityFirstArticleInspectionentity and save it to the S/4HANA system.updateQualityInProcurement(QualityInProcurement qualityInProcurement) Update an existingQualityInProcuremententity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createQualityFirstArticleInspection
@Nonnull QualityInfoRecordServiceBatchChangeSet createQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection) Create a newQualityFirstArticleInspectionentity and save it to the S/4HANA system.- Parameters:
qualityFirstArticleInspection-QualityFirstArticleInspectionentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateQualityFirstArticleInspection
@Nonnull QualityInfoRecordServiceBatchChangeSet updateQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection) Update an existingQualityFirstArticleInspectionentity and save it to the S/4HANA system.- Parameters:
qualityFirstArticleInspection-QualityFirstArticleInspectionentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteQualityFirstArticleInspection
@Nonnull QualityInfoRecordServiceBatchChangeSet deleteQualityFirstArticleInspection(@Nonnull QualityFirstArticleInspection qualityFirstArticleInspection) Deletes an existingQualityFirstArticleInspectionentity in the S/4HANA system.- Parameters:
qualityFirstArticleInspection-QualityFirstArticleInspectionentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createQualityInProcurement
@Nonnull QualityInfoRecordServiceBatchChangeSet createQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement) Create a newQualityInProcuremententity and save it to the S/4HANA system.- Parameters:
qualityInProcurement-QualityInProcuremententity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
updateQualityInProcurement
@Nonnull QualityInfoRecordServiceBatchChangeSet updateQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement) Update an existingQualityInProcuremententity and save it to the S/4HANA system.- Parameters:
qualityInProcurement-QualityInProcuremententity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteQualityInProcurement
@Nonnull QualityInfoRecordServiceBatchChangeSet deleteQualityInProcurement(@Nonnull QualityInProcurement qualityInProcurement) Deletes an existingQualityInProcuremententity in the S/4HANA system.- Parameters:
qualityInProcurement-QualityInProcuremententity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-