Interface ProductionSupplyAreaServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ProductionSupplyAreaServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ProductionSupplyAreaServiceBatch>
- All Known Implementing Classes:
DefaultProductionSupplyAreaServiceBatchChangeSet
public interface ProductionSupplyAreaServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ProductionSupplyAreaServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ProductionSupplyAreaServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ProductionSupplyAreaService.-
Method Summary
Modifier and TypeMethodDescriptioncreateProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Create a newProductionSupplyAreaentity and save it to the S/4HANA system.createProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) Create a newProductionSupplyAreaAddressentity and save it to the S/4HANA system.createProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) Create a newProductionSupplyAreaTextentity and save it to the S/4HANA system.deleteProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deletes an existingProductionSupplyAreaentity in the S/4HANA system.deleteProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) Deletes an existingProductionSupplyAreaAddressentity in the S/4HANA system.deleteProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) Deletes an existingProductionSupplyAreaTextentity in the S/4HANA system.updateProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Update an existingProductionSupplyAreaentity and save it to the S/4HANA system.updateProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) Update an existingProductionSupplyAreaAddressentity and save it to the S/4HANA system.updateProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) Update an existingProductionSupplyAreaTextentity 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
-
createProductionSupplyArea
@Nonnull ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea) Create a newProductionSupplyAreaentity and save it to the S/4HANA system.- Parameters:
productionSupplyArea-ProductionSupplyAreaentity 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.
-
updateProductionSupplyArea
@Nonnull ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea) Update an existingProductionSupplyAreaentity and save it to the S/4HANA system.- Parameters:
productionSupplyArea-ProductionSupplyAreaentity 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.
-
deleteProductionSupplyArea
@Nonnull ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyArea(@Nonnull ProductionSupplyArea productionSupplyArea) Deletes an existingProductionSupplyAreaentity in the S/4HANA system.- Parameters:
productionSupplyArea-ProductionSupplyAreaentity 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.
-
createProductionSupplyAreaAddress
@Nonnull ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress) Create a newProductionSupplyAreaAddressentity and save it to the S/4HANA system.- Parameters:
productionSupplyAreaAddress-ProductionSupplyAreaAddressentity 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.
-
updateProductionSupplyAreaAddress
@Nonnull ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress) Update an existingProductionSupplyAreaAddressentity and save it to the S/4HANA system.- Parameters:
productionSupplyAreaAddress-ProductionSupplyAreaAddressentity 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.
-
deleteProductionSupplyAreaAddress
@Nonnull ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyAreaAddress(@Nonnull ProductionSupplyAreaAddress productionSupplyAreaAddress) Deletes an existingProductionSupplyAreaAddressentity in the S/4HANA system.- Parameters:
productionSupplyAreaAddress-ProductionSupplyAreaAddressentity 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.
-
createProductionSupplyAreaText
@Nonnull ProductionSupplyAreaServiceBatchChangeSet createProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText) Create a newProductionSupplyAreaTextentity and save it to the S/4HANA system.- Parameters:
productionSupplyAreaText-ProductionSupplyAreaTextentity 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.
-
updateProductionSupplyAreaText
@Nonnull ProductionSupplyAreaServiceBatchChangeSet updateProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText) Update an existingProductionSupplyAreaTextentity and save it to the S/4HANA system.- Parameters:
productionSupplyAreaText-ProductionSupplyAreaTextentity 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.
-
deleteProductionSupplyAreaText
@Nonnull ProductionSupplyAreaServiceBatchChangeSet deleteProductionSupplyAreaText(@Nonnull ProductionSupplyAreaText productionSupplyAreaText) Deletes an existingProductionSupplyAreaTextentity in the S/4HANA system.- Parameters:
productionSupplyAreaText-ProductionSupplyAreaTextentity 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.
-