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 |
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 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 © 2020 SAP SE. All rights reserved.