public class DefaultReservationDocumentServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ReservationDocumentServiceBatch,ReservationDocumentServiceBatchChangeSet> implements ReservationDocumentServiceBatchChangeSet
ReservationDocumentServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ReservationDocumentService
.Modifier and Type | Method and Description |
---|---|
ReservationDocumentServiceBatchChangeSet |
createReservationDocumentHeader(ReservationDocumentHeader reservationDocumentHeader)
Create a new
ReservationDocumentHeader entity and save it to the S/4HANA system. |
ReservationDocumentServiceBatchChangeSet |
deleteReservationDocumentHeader(ReservationDocumentHeader reservationDocumentHeader)
Deletes an existing
ReservationDocumentHeader entity in the S/4HANA system. |
protected DefaultReservationDocumentServiceBatchChangeSet |
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 DefaultReservationDocumentServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ReservationDocumentServiceBatch,ReservationDocumentServiceBatchChangeSet>
@Nonnull public ReservationDocumentServiceBatchChangeSet createReservationDocumentHeader(@Nonnull ReservationDocumentHeader reservationDocumentHeader)
ReservationDocumentHeader
entity and save it to the S/4HANA system.createReservationDocumentHeader
in interface ReservationDocumentServiceBatchChangeSet
reservationDocumentHeader
- ReservationDocumentHeader
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ReservationDocumentServiceBatchChangeSet deleteReservationDocumentHeader(@Nonnull ReservationDocumentHeader reservationDocumentHeader)
ReservationDocumentHeader
entity in the S/4HANA system.deleteReservationDocumentHeader
in interface ReservationDocumentServiceBatchChangeSet
reservationDocumentHeader
- ReservationDocumentHeader
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.