public class DefaultLegalDocumentServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<LegalDocumentServiceBatch,LegalDocumentServiceBatchChangeSet> implements LegalDocumentServiceBatchChangeSet
LegalDocumentServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
LegalDocumentService
.Modifier and Type | Method and Description |
---|---|
LegalDocumentServiceBatchChangeSet |
createLegalDocument(LegalDocument legalDocument)
Create a new
LegalDocument entity and save it to the S/4HANA system. |
LegalDocumentServiceBatchChangeSet |
createLglCntntMDocCategory(LglCntntMDocCategory lglCntntMDocCategory)
Create a new
LglCntntMDocCategory entity and save it to the S/4HANA system. |
LegalDocumentServiceBatchChangeSet |
createLglCntntMDocParCategory(LglCntntMDocParCategory lglCntntMDocParCategory)
Create a new
LglCntntMDocParCategory entity and save it to the S/4HANA system. |
LegalDocumentServiceBatchChangeSet |
createLglDocStamp(LglDocStamp lglDocStamp)
Create a new
LglDocStamp
entity and save it to the S/4HANA system. |
protected DefaultLegalDocumentServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultLegalDocumentServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<LegalDocumentServiceBatch,LegalDocumentServiceBatchChangeSet>
@Nonnull public LegalDocumentServiceBatchChangeSet createLegalDocument(@Nonnull LegalDocument legalDocument)
LegalDocument
entity and save it to the S/4HANA system.createLegalDocument
in interface LegalDocumentServiceBatchChangeSet
legalDocument
- LegalDocument
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public LegalDocumentServiceBatchChangeSet createLglCntntMDocCategory(@Nonnull LglCntntMDocCategory lglCntntMDocCategory)
LglCntntMDocCategory
entity and save it to the S/4HANA system.createLglCntntMDocCategory
in interface LegalDocumentServiceBatchChangeSet
lglCntntMDocCategory
- LglCntntMDocCategory
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public LegalDocumentServiceBatchChangeSet createLglCntntMDocParCategory(@Nonnull LglCntntMDocParCategory lglCntntMDocParCategory)
LglCntntMDocParCategory
entity and save it to the S/4HANA system.createLglCntntMDocParCategory
in interface LegalDocumentServiceBatchChangeSet
lglCntntMDocParCategory
- LglCntntMDocParCategory
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public LegalDocumentServiceBatchChangeSet createLglDocStamp(@Nonnull LglDocStamp lglDocStamp)
LglDocStamp
entity and save it to the S/4HANA system.createLglDocStamp
in interface LegalDocumentServiceBatchChangeSet
lglDocStamp
- LglDocStamp
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.