Interface BufferSizingServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<BufferSizingServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<BufferSizingServiceBatch>
All Known Implementing Classes:
DefaultBufferSizingServiceBatchChangeSet

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

    • updateDemandAdjustments

      @Nonnull BufferSizingServiceBatchChangeSet updateDemandAdjustments(@Nonnull DemandAdjustments demandAdjustments)
      Update an existing DemandAdjustments entity and save it to the S/4HANA system.
      Parameters:
      demandAdjustments - DemandAdjustments 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.
    • updateDemandAdjustmentFactors

      @Nonnull BufferSizingServiceBatchChangeSet updateDemandAdjustmentFactors(@Nonnull DemandAdjustmentFactors demandAdjustmentFactors)
      Update an existing DemandAdjustmentFactors entity and save it to the S/4HANA system.
      Parameters:
      demandAdjustmentFactors - DemandAdjustmentFactors 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.
    • updateZoneAdjustments

      @Nonnull BufferSizingServiceBatchChangeSet updateZoneAdjustments(@Nonnull ZoneAdjustments zoneAdjustments)
      Update an existing ZoneAdjustments entity and save it to the S/4HANA system.
      Parameters:
      zoneAdjustments - ZoneAdjustments 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.
    • createProposalHeader

      @Nonnull BufferSizingServiceBatchChangeSet createProposalHeader(@Nonnull ProposalHeader proposalHeader)
      Create a new ProposalHeader entity and save it to the S/4HANA system.
      Parameters:
      proposalHeader - ProposalHeader 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.