Class DefaultProductionOrderServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<ProductionOrderServiceBatch,ProductionOrderServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.batch.DefaultProductionOrderServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<ProductionOrderServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductionOrderServiceBatch>,ProductionOrderServiceBatchChangeSet
public class DefaultProductionOrderServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<ProductionOrderServiceBatch,ProductionOrderServiceBatchChangeSet>
implements ProductionOrderServiceBatchChangeSet
Implementation of the
ProductionOrderServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ProductionOrderService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProductionOrder(ProductionOrder productionOrder) Create a newProductionOrderentity and save it to the S/4HANA system.getThis()updateProductionOrder(ProductionOrder productionOrder) Update an existingProductionOrderentity 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<ProductionOrderServiceBatch,ProductionOrderServiceBatchChangeSet>
-
createProductionOrder
@Nonnull public ProductionOrderServiceBatchChangeSet createProductionOrder(@Nonnull ProductionOrder productionOrder) Description copied from interface:ProductionOrderServiceBatchChangeSetCreate a newProductionOrderentity and save it to the S/4HANA system.- Specified by:
createProductionOrderin interfaceProductionOrderServiceBatchChangeSet- Parameters:
productionOrder-ProductionOrderentity 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
@Nonnull public ProductionOrderServiceBatchChangeSet updateProductionOrder(@Nonnull ProductionOrder productionOrder) Description copied from interface:ProductionOrderServiceBatchChangeSetUpdate an existingProductionOrderentity and save it to the S/4HANA system.- Specified by:
updateProductionOrderin interfaceProductionOrderServiceBatchChangeSet- Parameters:
productionOrder-ProductionOrderentity 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.
-