Class DefaultOrderBillOfMaterialServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<OrderBillOfMaterialServiceBatch,OrderBillOfMaterialServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.orderbillofmaterial.batch.DefaultOrderBillOfMaterialServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<OrderBillOfMaterialServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<OrderBillOfMaterialServiceBatch>,OrderBillOfMaterialServiceBatchChangeSet
public class DefaultOrderBillOfMaterialServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<OrderBillOfMaterialServiceBatch,OrderBillOfMaterialServiceBatchChangeSet>
implements OrderBillOfMaterialServiceBatchChangeSet
Implementation of the
OrderBillOfMaterialServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
OrderBillOfMaterialService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSalesOrderBOM(SalesOrderBOM salesOrderBOM) Create a newSalesOrderBOMentity and save it to the S/4HANA system.createSalesOrderBOMItem(SalesOrderBOMItem salesOrderBOMItem) Create a newSalesOrderBOMItementity and save it to the S/4HANA system.deleteSalesOrderBOM(SalesOrderBOM salesOrderBOM) Deletes an existingSalesOrderBOMentity in the S/4HANA system.deleteSalesOrderBOMItem(SalesOrderBOMItem salesOrderBOMItem) Deletes an existingSalesOrderBOMItementity in the S/4HANA system.getThis()updateSalesOrderBOM(SalesOrderBOM salesOrderBOM) Update an existingSalesOrderBOMentity and save it to the S/4HANA system.updateSalesOrderBOMItem(SalesOrderBOMItem salesOrderBOMItem) Update an existingSalesOrderBOMItementity 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
-
createSalesOrderBOMItem
@Nonnull public OrderBillOfMaterialServiceBatchChangeSet createSalesOrderBOMItem(@Nonnull SalesOrderBOMItem salesOrderBOMItem) Description copied from interface:OrderBillOfMaterialServiceBatchChangeSetCreate a newSalesOrderBOMItementity and save it to the S/4HANA system.- Specified by:
createSalesOrderBOMItemin interfaceOrderBillOfMaterialServiceBatchChangeSet- Parameters:
salesOrderBOMItem-SalesOrderBOMItementity 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.
-
updateSalesOrderBOMItem
@Nonnull public OrderBillOfMaterialServiceBatchChangeSet updateSalesOrderBOMItem(@Nonnull SalesOrderBOMItem salesOrderBOMItem) Description copied from interface:OrderBillOfMaterialServiceBatchChangeSetUpdate an existingSalesOrderBOMItementity and save it to the S/4HANA system.- Specified by:
updateSalesOrderBOMItemin interfaceOrderBillOfMaterialServiceBatchChangeSet- Parameters:
salesOrderBOMItem-SalesOrderBOMItementity 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.
-
deleteSalesOrderBOMItem
@Nonnull public OrderBillOfMaterialServiceBatchChangeSet deleteSalesOrderBOMItem(@Nonnull SalesOrderBOMItem salesOrderBOMItem) Description copied from interface:OrderBillOfMaterialServiceBatchChangeSetDeletes an existingSalesOrderBOMItementity in the S/4HANA system.- Specified by:
deleteSalesOrderBOMItemin interfaceOrderBillOfMaterialServiceBatchChangeSet- Parameters:
salesOrderBOMItem-SalesOrderBOMItementity 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.
-
createSalesOrderBOM
@Nonnull public OrderBillOfMaterialServiceBatchChangeSet createSalesOrderBOM(@Nonnull SalesOrderBOM salesOrderBOM) Description copied from interface:OrderBillOfMaterialServiceBatchChangeSetCreate a newSalesOrderBOMentity and save it to the S/4HANA system.- Specified by:
createSalesOrderBOMin interfaceOrderBillOfMaterialServiceBatchChangeSet- Parameters:
salesOrderBOM-SalesOrderBOMentity 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.
-
updateSalesOrderBOM
@Nonnull public OrderBillOfMaterialServiceBatchChangeSet updateSalesOrderBOM(@Nonnull SalesOrderBOM salesOrderBOM) Description copied from interface:OrderBillOfMaterialServiceBatchChangeSetUpdate an existingSalesOrderBOMentity and save it to the S/4HANA system.- Specified by:
updateSalesOrderBOMin interfaceOrderBillOfMaterialServiceBatchChangeSet- Parameters:
salesOrderBOM-SalesOrderBOMentity 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.
-
deleteSalesOrderBOM
@Nonnull public OrderBillOfMaterialServiceBatchChangeSet deleteSalesOrderBOM(@Nonnull SalesOrderBOM salesOrderBOM) Description copied from interface:OrderBillOfMaterialServiceBatchChangeSetDeletes an existingSalesOrderBOMentity in the S/4HANA system.- Specified by:
deleteSalesOrderBOMin interfaceOrderBillOfMaterialServiceBatchChangeSet- Parameters:
salesOrderBOM-SalesOrderBOMentity 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.
-