Interface PlannedOrderServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<PlannedOrderServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PlannedOrderServiceBatch>
All Known Implementing Classes:
DefaultPlannedOrderServiceBatchChangeSet

This interface enables you to combine multiple operations into one change set. For further information have a look into the PlannedOrderService.
  • Method Details

    • createPlannedOrder

      @Nonnull PlannedOrderServiceBatchChangeSet createPlannedOrder(@Nonnull PlannedOrder plannedOrder)
      Create a new PlannedOrder entity and save it to the S/4HANA system.
      Parameters:
      plannedOrder - PlannedOrder entity 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 endChangeSet on the returned fluent helper object.
    • updatePlannedOrder

      @Nonnull PlannedOrderServiceBatchChangeSet updatePlannedOrder(@Nonnull PlannedOrder plannedOrder)
      Update an existing PlannedOrder entity and save it to the S/4HANA system.
      Parameters:
      plannedOrder - PlannedOrder entity 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 endChangeSet on the returned fluent helper object.
    • deletePlannedOrder

      @Nonnull PlannedOrderServiceBatchChangeSet deletePlannedOrder(@Nonnull PlannedOrder plannedOrder)
      Deletes an existing PlannedOrder entity in the S/4HANA system.
      Parameters:
      plannedOrder - PlannedOrder entity 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 endChangeSet on the returned fluent helper object.
    • createPlannedOrderComponent

      @Nonnull PlannedOrderServiceBatchChangeSet createPlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent)
      Create a new PlannedOrderComponent entity and save it to the S/4HANA system.
      Parameters:
      plannedOrderComponent - PlannedOrderComponent entity 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 endChangeSet on the returned fluent helper object.
    • updatePlannedOrderComponent

      @Nonnull PlannedOrderServiceBatchChangeSet updatePlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent)
      Update an existing PlannedOrderComponent entity and save it to the S/4HANA system.
      Parameters:
      plannedOrderComponent - PlannedOrderComponent entity 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 endChangeSet on the returned fluent helper object.
    • deletePlannedOrderComponent

      @Nonnull PlannedOrderServiceBatchChangeSet deletePlannedOrderComponent(@Nonnull PlannedOrderComponent plannedOrderComponent)
      Deletes an existing PlannedOrderComponent entity in the S/4HANA system.
      Parameters:
      plannedOrderComponent - PlannedOrderComponent entity 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 endChangeSet on the returned fluent helper object.