Interface ProcessOrderV2ServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProcessOrderV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProcessOrderV2ServiceBatch>
- All Known Implementing Classes:
DefaultProcessOrderV2ServiceBatchChangeSet
public interface ProcessOrderV2ServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProcessOrderV2ServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProcessOrderV2ServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProcessOrderV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateProcessOrder_2(ProcessOrder_2 processOrder_2) Create a newProcessOrder_2entity and save it to the S/4HANA system.updateProcessOrder_2(ProcessOrder_2 processOrder_2) Update an existingProcessOrder_2entity and save it to the S/4HANA system.updateProcessOrderComponent_2(ProcessOrderComponent_2 processOrderComponent_2) Update an existingProcessOrderComponent_2entity 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
-
updateProcessOrderComponent_2
@Nonnull ProcessOrderV2ServiceBatchChangeSet updateProcessOrderComponent_2(@Nonnull ProcessOrderComponent_2 processOrderComponent_2) Update an existingProcessOrderComponent_2entity and save it to the S/4HANA system.- Parameters:
processOrderComponent_2-ProcessOrderComponent_2entity 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.
-
createProcessOrder_2
@Nonnull ProcessOrderV2ServiceBatchChangeSet createProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2) Create a newProcessOrder_2entity and save it to the S/4HANA system.- Parameters:
processOrder_2-ProcessOrder_2entity 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.
-
updateProcessOrder_2
@Nonnull ProcessOrderV2ServiceBatchChangeSet updateProcessOrder_2(@Nonnull ProcessOrder_2 processOrder_2) Update an existingProcessOrder_2entity and save it to the S/4HANA system.- Parameters:
processOrder_2-ProcessOrder_2entity 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.
-