Interface LegalDocumentServiceBatchChangeSet

All Superinterfaces:
FluentHelperBatchChangeSet<LegalDocumentServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<LegalDocumentServiceBatch>
All Known Implementing Classes:
DefaultLegalDocumentServiceBatchChangeSet

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

    • createLegalDocument

      @Nonnull LegalDocumentServiceBatchChangeSet createLegalDocument(@Nonnull LegalDocument legalDocument)
      Create a new LegalDocument entity and save it to the S/4HANA system.
      Parameters:
      legalDocument - LegalDocument 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.
    • createLglCntntMDocCategory

      @Nonnull LegalDocumentServiceBatchChangeSet createLglCntntMDocCategory(@Nonnull LglCntntMDocCategory lglCntntMDocCategory)
      Create a new LglCntntMDocCategory entity and save it to the S/4HANA system.
      Parameters:
      lglCntntMDocCategory - LglCntntMDocCategory 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.
    • createLglCntntMDocParCategory

      @Nonnull LegalDocumentServiceBatchChangeSet createLglCntntMDocParCategory(@Nonnull LglCntntMDocParCategory lglCntntMDocParCategory)
      Create a new LglCntntMDocParCategory entity and save it to the S/4HANA system.
      Parameters:
      lglCntntMDocParCategory - LglCntntMDocParCategory 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.
    • createLglDocStamp

      @Nonnull LegalDocumentServiceBatchChangeSet createLglDocStamp(@Nonnull LglDocStamp lglDocStamp)
      Create a new LglDocStamp entity and save it to the S/4HANA system.
      Parameters:
      lglDocStamp - LglDocStamp 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.