Class DefaultProductionOrderV2ServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorderv2.batch.DefaultProductionOrderV2ServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ProductionOrderV2ServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductionOrderV2ServiceBatch>,ProductionOrderV2ServiceBatchChangeSet
public class DefaultProductionOrderV2ServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet>
implements ProductionOrderV2ServiceBatchChangeSet
Implementation of the
ProductionOrderV2ServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ProductionOrderV2Service.-
Method Summary
Modifier and TypeMethodDescriptioncreateProductionOrder_2(ProductionOrder_2 productionOrder_2) Create a newProductionOrder_2entity and save it to the S/4HANA system.getThis()updateProductionOrder_2(ProductionOrder_2 productionOrder_2) Update an existingProductionOrder_2entity and save it to the S/4HANA system.updateProductionOrderComponent_3(ProductionOrderComponent_3 productionOrderComponent_3) Update an existingProductionOrderComponent_3entity and save it to the S/4HANA system.updateProductionOrderComponent_4(ProductionOrderComponent_4 productionOrderComponent_4) Update an existingProductionOrderComponent_4entity and save it to the S/4HANA system.Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods 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.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
getThis
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<ProductionOrderV2ServiceBatch,ProductionOrderV2ServiceBatchChangeSet>
-
updateProductionOrderComponent_3
@Nonnull public ProductionOrderV2ServiceBatchChangeSet updateProductionOrderComponent_3(@Nonnull ProductionOrderComponent_3 productionOrderComponent_3) Description copied from interface:ProductionOrderV2ServiceBatchChangeSetUpdate an existingProductionOrderComponent_3entity and save it to the S/4HANA system.- Specified by:
updateProductionOrderComponent_3in interfaceProductionOrderV2ServiceBatchChangeSet- Parameters:
productionOrderComponent_3-ProductionOrderComponent_3entity 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.
-
updateProductionOrderComponent_4
@Nonnull public ProductionOrderV2ServiceBatchChangeSet updateProductionOrderComponent_4(@Nonnull ProductionOrderComponent_4 productionOrderComponent_4) Description copied from interface:ProductionOrderV2ServiceBatchChangeSetUpdate an existingProductionOrderComponent_4entity and save it to the S/4HANA system.- Specified by:
updateProductionOrderComponent_4in interfaceProductionOrderV2ServiceBatchChangeSet- Parameters:
productionOrderComponent_4-ProductionOrderComponent_4entity 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.
-
createProductionOrder_2
@Nonnull public ProductionOrderV2ServiceBatchChangeSet createProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2) Description copied from interface:ProductionOrderV2ServiceBatchChangeSetCreate a newProductionOrder_2entity and save it to the S/4HANA system.- Specified by:
createProductionOrder_2in interfaceProductionOrderV2ServiceBatchChangeSet- Parameters:
productionOrder_2-ProductionOrder_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.
-
updateProductionOrder_2
@Nonnull public ProductionOrderV2ServiceBatchChangeSet updateProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2) Description copied from interface:ProductionOrderV2ServiceBatchChangeSetUpdate an existingProductionOrder_2entity and save it to the S/4HANA system.- Specified by:
updateProductionOrder_2in interfaceProductionOrderV2ServiceBatchChangeSet- Parameters:
productionOrder_2-ProductionOrder_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.
-