Interface FundServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<FundServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<FundServiceBatch>
All Known Implementing Classes:
DefaultFundServiceBatchChangeSet

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

    • createFundCore

      @Nonnull FundServiceBatchChangeSet createFundCore(@Nonnull FundCore fundCore)
      Create a new FundCore entity and save it to the S/4HANA system.
      Parameters:
      fundCore - FundCore 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.
    • updateFundCore

      @Nonnull FundServiceBatchChangeSet updateFundCore(@Nonnull FundCore fundCore)
      Update an existing FundCore entity and save it to the S/4HANA system.
      Parameters:
      fundCore - FundCore 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.
    • deleteFundCore

      @Nonnull FundServiceBatchChangeSet deleteFundCore(@Nonnull FundCore fundCore)
      Deletes an existing FundCore entity in the S/4HANA system.
      Parameters:
      fundCore - FundCore 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.
    • updateFundText

      @Nonnull FundServiceBatchChangeSet updateFundText(@Nonnull FundText fundText)
      Update an existing FundText entity and save it to the S/4HANA system.
      Parameters:
      fundText - FundText 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.