Interface PaymentAdviceServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<PaymentAdviceServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PaymentAdviceServiceBatch>
All Known Implementing Classes:
DefaultPaymentAdviceServiceBatchChangeSet

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

    • createPaymentAdvice

      @Nonnull PaymentAdviceServiceBatchChangeSet createPaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
      Create a new PaymentAdvice entity and save it to the S/4HANA system.
      Parameters:
      paymentAdvice - PaymentAdvice 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.
    • updatePaymentAdvice

      @Nonnull PaymentAdviceServiceBatchChangeSet updatePaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
      Update an existing PaymentAdvice entity and save it to the S/4HANA system.
      Parameters:
      paymentAdvice - PaymentAdvice 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.
    • deletePaymentAdvice

      @Nonnull PaymentAdviceServiceBatchChangeSet deletePaymentAdvice(@Nonnull PaymentAdvice paymentAdvice)
      Deletes an existing PaymentAdvice entity in the S/4HANA system.
      Parameters:
      paymentAdvice - PaymentAdvice 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.
    • createPaymentAdviceItem

      @Nonnull PaymentAdviceServiceBatchChangeSet createPaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
      Create a new PaymentAdviceItem entity and save it to the S/4HANA system.
      Parameters:
      paymentAdviceItem - PaymentAdviceItem 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.
    • updatePaymentAdviceItem

      @Nonnull PaymentAdviceServiceBatchChangeSet updatePaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
      Update an existing PaymentAdviceItem entity and save it to the S/4HANA system.
      Parameters:
      paymentAdviceItem - PaymentAdviceItem 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.
    • deletePaymentAdviceItem

      @Nonnull PaymentAdviceServiceBatchChangeSet deletePaymentAdviceItem(@Nonnull PaymentAdviceItem paymentAdviceItem)
      Deletes an existing PaymentAdviceItem entity in the S/4HANA system.
      Parameters:
      paymentAdviceItem - PaymentAdviceItem 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.