Interface GrantServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<GrantServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<GrantServiceBatch>
All Known Implementing Classes:
DefaultGrantServiceBatchChangeSet

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

    • updateGrantBdgtValidityLink

      @Nonnull GrantServiceBatchChangeSet updateGrantBdgtValidityLink(@Nonnull GrantBdgtValidityLink grantBdgtValidityLink)
      Update an existing GrantBdgtValidityLink entity and save it to the S/4HANA system.
      Parameters:
      grantBdgtValidityLink - GrantBdgtValidityLink 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.
    • deleteGrantBdgtValidityLink

      @Nonnull GrantServiceBatchChangeSet deleteGrantBdgtValidityLink(@Nonnull GrantBdgtValidityLink grantBdgtValidityLink)
      Deletes an existing GrantBdgtValidityLink entity in the S/4HANA system.
      Parameters:
      grantBdgtValidityLink - GrantBdgtValidityLink 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.
    • createGrantCore

      @Nonnull GrantServiceBatchChangeSet createGrantCore(@Nonnull GrantCore grantCore)
      Create a new GrantCore entity and save it to the S/4HANA system.
      Parameters:
      grantCore - GrantCore 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.
    • updateGrantCore

      @Nonnull GrantServiceBatchChangeSet updateGrantCore(@Nonnull GrantCore grantCore)
      Update an existing GrantCore entity and save it to the S/4HANA system.
      Parameters:
      grantCore - GrantCore 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.
    • deleteGrantCore

      @Nonnull GrantServiceBatchChangeSet deleteGrantCore(@Nonnull GrantCore grantCore)
      Deletes an existing GrantCore entity in the S/4HANA system.
      Parameters:
      grantCore - GrantCore 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.
    • updateGrantCoreText

      @Nonnull GrantServiceBatchChangeSet updateGrantCoreText(@Nonnull GrantCoreText grantCoreText)
      Update an existing GrantCoreText entity and save it to the S/4HANA system.
      Parameters:
      grantCoreText - GrantCoreText 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.
    • updateGrantCostSharingLink

      @Nonnull GrantServiceBatchChangeSet updateGrantCostSharingLink(@Nonnull GrantCostSharingLink grantCostSharingLink)
      Update an existing GrantCostSharingLink entity and save it to the S/4HANA system.
      Parameters:
      grantCostSharingLink - GrantCostSharingLink 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.
    • deleteGrantCostSharingLink

      @Nonnull GrantServiceBatchChangeSet deleteGrantCostSharingLink(@Nonnull GrantCostSharingLink grantCostSharingLink)
      Deletes an existing GrantCostSharingLink entity in the S/4HANA system.
      Parameters:
      grantCostSharingLink - GrantCostSharingLink 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.
    • updateGrantFundsLink

      @Nonnull GrantServiceBatchChangeSet updateGrantFundsLink(@Nonnull GrantFundsLink grantFundsLink)
      Update an existing GrantFundsLink entity and save it to the S/4HANA system.
      Parameters:
      grantFundsLink - GrantFundsLink 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.
    • deleteGrantFundsLink

      @Nonnull GrantServiceBatchChangeSet deleteGrantFundsLink(@Nonnull GrantFundsLink grantFundsLink)
      Deletes an existing GrantFundsLink entity in the S/4HANA system.
      Parameters:
      grantFundsLink - GrantFundsLink 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.
    • updateGrantObjOvrHeadCostCapLink

      @Nonnull GrantServiceBatchChangeSet updateGrantObjOvrHeadCostCapLink(@Nonnull GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink)
      Update an existing GrantObjOvrHeadCostCapLink entity and save it to the S/4HANA system.
      Parameters:
      grantObjOvrHeadCostCapLink - GrantObjOvrHeadCostCapLink 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.
    • deleteGrantObjOvrHeadCostCapLink

      @Nonnull GrantServiceBatchChangeSet deleteGrantObjOvrHeadCostCapLink(@Nonnull GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink)
      Deletes an existing GrantObjOvrHeadCostCapLink entity in the S/4HANA system.
      Parameters:
      grantObjOvrHeadCostCapLink - GrantObjOvrHeadCostCapLink 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.
    • updateGrantOverHeadCostCapLink

      @Nonnull GrantServiceBatchChangeSet updateGrantOverHeadCostCapLink(@Nonnull GrantOverHeadCostCapLink grantOverHeadCostCapLink)
      Update an existing GrantOverHeadCostCapLink entity and save it to the S/4HANA system.
      Parameters:
      grantOverHeadCostCapLink - GrantOverHeadCostCapLink 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.
    • deleteGrantOverHeadCostCapLink

      @Nonnull GrantServiceBatchChangeSet deleteGrantOverHeadCostCapLink(@Nonnull GrantOverHeadCostCapLink grantOverHeadCostCapLink)
      Deletes an existing GrantOverHeadCostCapLink entity in the S/4HANA system.
      Parameters:
      grantOverHeadCostCapLink - GrantOverHeadCostCapLink 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.
    • updateGrantOverHeadCostLink

      @Nonnull GrantServiceBatchChangeSet updateGrantOverHeadCostLink(@Nonnull GrantOverHeadCostLink grantOverHeadCostLink)
      Update an existing GrantOverHeadCostLink entity and save it to the S/4HANA system.
      Parameters:
      grantOverHeadCostLink - GrantOverHeadCostLink 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.
    • deleteGrantOverHeadCostLink

      @Nonnull GrantServiceBatchChangeSet deleteGrantOverHeadCostLink(@Nonnull GrantOverHeadCostLink grantOverHeadCostLink)
      Deletes an existing GrantOverHeadCostLink entity in the S/4HANA system.
      Parameters:
      grantOverHeadCostLink - GrantOverHeadCostLink 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.
    • updateGrantSponsoredClassesLink

      @Nonnull GrantServiceBatchChangeSet updateGrantSponsoredClassesLink(@Nonnull GrantSponsoredClassesLink grantSponsoredClassesLink)
      Update an existing GrantSponsoredClassesLink entity and save it to the S/4HANA system.
      Parameters:
      grantSponsoredClassesLink - GrantSponsoredClassesLink 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.
    • deleteGrantSponsoredClassesLink

      @Nonnull GrantServiceBatchChangeSet deleteGrantSponsoredClassesLink(@Nonnull GrantSponsoredClassesLink grantSponsoredClassesLink)
      Deletes an existing GrantSponsoredClassesLink entity in the S/4HANA system.
      Parameters:
      grantSponsoredClassesLink - GrantSponsoredClassesLink 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.
    • updateGrantSponsoredProgramsLink

      @Nonnull GrantServiceBatchChangeSet updateGrantSponsoredProgramsLink(@Nonnull GrantSponsoredProgramsLink grantSponsoredProgramsLink)
      Update an existing GrantSponsoredProgramsLink entity and save it to the S/4HANA system.
      Parameters:
      grantSponsoredProgramsLink - GrantSponsoredProgramsLink 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.
    • deleteGrantSponsoredProgramsLink

      @Nonnull GrantServiceBatchChangeSet deleteGrantSponsoredProgramsLink(@Nonnull GrantSponsoredProgramsLink grantSponsoredProgramsLink)
      Deletes an existing GrantSponsoredProgramsLink entity in the S/4HANA system.
      Parameters:
      grantSponsoredProgramsLink - GrantSponsoredProgramsLink 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.