Class DefaultMaintenanceBillOfMaterialServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<MaintenanceBillOfMaterialServiceBatch,MaintenanceBillOfMaterialServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancebillofmaterial.batch.DefaultMaintenanceBillOfMaterialServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<MaintenanceBillOfMaterialServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<MaintenanceBillOfMaterialServiceBatch>,MaintenanceBillOfMaterialServiceBatchChangeSet
public class DefaultMaintenanceBillOfMaterialServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<MaintenanceBillOfMaterialServiceBatch,MaintenanceBillOfMaterialServiceBatchChangeSet>
implements MaintenanceBillOfMaterialServiceBatchChangeSet
Implementation of the
MaintenanceBillOfMaterialServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
MaintenanceBillOfMaterialService.-
Method Summary
Modifier and TypeMethodDescriptioncreateBOMItem(BOMItem bOMItem) Create a newBOMItementity and save it to the S/4HANA system.createMaintBOMHeader(MaintBOMHeader maintBOMHeader) Create a newMaintBOMHeaderentity and save it to the S/4HANA system.deleteBOMItem(BOMItem bOMItem) Deletes an existingBOMItementity in the S/4HANA system.deleteMaintBOMHeader(MaintBOMHeader maintBOMHeader) Deletes an existingMaintBOMHeaderentity in the S/4HANA system.getThis()updateBOMItem(BOMItem bOMItem) Update an existingBOMItementity and save it to the S/4HANA system.updateMaintBOMHeader(MaintBOMHeader maintBOMHeader) Update an existingMaintBOMHeaderentity 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
-
createBOMItem
@Nonnull public MaintenanceBillOfMaterialServiceBatchChangeSet createBOMItem(@Nonnull BOMItem bOMItem) Description copied from interface:MaintenanceBillOfMaterialServiceBatchChangeSetCreate a newBOMItementity and save it to the S/4HANA system.- Specified by:
createBOMItemin interfaceMaintenanceBillOfMaterialServiceBatchChangeSet- Parameters:
bOMItem-BOMItementity 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.
-
updateBOMItem
@Nonnull public MaintenanceBillOfMaterialServiceBatchChangeSet updateBOMItem(@Nonnull BOMItem bOMItem) Description copied from interface:MaintenanceBillOfMaterialServiceBatchChangeSetUpdate an existingBOMItementity and save it to the S/4HANA system.- Specified by:
updateBOMItemin interfaceMaintenanceBillOfMaterialServiceBatchChangeSet- Parameters:
bOMItem-BOMItementity 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.
-
deleteBOMItem
@Nonnull public MaintenanceBillOfMaterialServiceBatchChangeSet deleteBOMItem(@Nonnull BOMItem bOMItem) Description copied from interface:MaintenanceBillOfMaterialServiceBatchChangeSetDeletes an existingBOMItementity in the S/4HANA system.- Specified by:
deleteBOMItemin interfaceMaintenanceBillOfMaterialServiceBatchChangeSet- Parameters:
bOMItem-BOMItementity 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.
-
createMaintBOMHeader
@Nonnull public MaintenanceBillOfMaterialServiceBatchChangeSet createMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader) Description copied from interface:MaintenanceBillOfMaterialServiceBatchChangeSetCreate a newMaintBOMHeaderentity and save it to the S/4HANA system.- Specified by:
createMaintBOMHeaderin interfaceMaintenanceBillOfMaterialServiceBatchChangeSet- Parameters:
maintBOMHeader-MaintBOMHeaderentity 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.
-
updateMaintBOMHeader
@Nonnull public MaintenanceBillOfMaterialServiceBatchChangeSet updateMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader) Description copied from interface:MaintenanceBillOfMaterialServiceBatchChangeSetUpdate an existingMaintBOMHeaderentity and save it to the S/4HANA system.- Specified by:
updateMaintBOMHeaderin interfaceMaintenanceBillOfMaterialServiceBatchChangeSet- Parameters:
maintBOMHeader-MaintBOMHeaderentity 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.
-
deleteMaintBOMHeader
@Nonnull public MaintenanceBillOfMaterialServiceBatchChangeSet deleteMaintBOMHeader(@Nonnull MaintBOMHeader maintBOMHeader) Description copied from interface:MaintenanceBillOfMaterialServiceBatchChangeSetDeletes an existingMaintBOMHeaderentity in the S/4HANA system.- Specified by:
deleteMaintBOMHeaderin interfaceMaintenanceBillOfMaterialServiceBatchChangeSet- Parameters:
maintBOMHeader-MaintBOMHeaderentity 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.
-