public class DefaultRequestsForQuotationServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<RequestsForQuotationServiceBatch,RequestsForQuotationServiceBatchChangeSet> implements RequestsForQuotationServiceBatchChangeSet
RequestsForQuotationServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
RequestsForQuotationService
.addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultRequestsForQuotationServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<RequestsForQuotationServiceBatch,RequestsForQuotationServiceBatchChangeSet>
@Nonnull public RequestsForQuotationServiceBatchChangeSet createRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity and save it to the S/4HANA system.createRequestForQuotation
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotation
- RequestForQuotation
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RequestsForQuotationServiceBatchChangeSet updateRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity and save it to the S/4HANA system.updateRequestForQuotation
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotation
- RequestForQuotation
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation)
RequestForQuotation
entity in the S/4HANA system.deleteRequestForQuotation
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotation
- RequestForQuotation
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RequestsForQuotationServiceBatchChangeSet createRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity and save it to the S/4HANA system.createRequestForQuotationBidder
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RequestsForQuotationServiceBatchChangeSet updateRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity and save it to the S/4HANA system.updateRequestForQuotationBidder
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder)
RequestForQuotationBidder
entity in the S/4HANA system.deleteRequestForQuotationBidder
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotationBidder
- RequestForQuotationBidder
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RequestsForQuotationServiceBatchChangeSet createRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity and save it to the S/4HANA system.createRequestForQuotationItem
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotationItem
- RequestForQuotationItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RequestsForQuotationServiceBatchChangeSet updateRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity and save it to the S/4HANA system.updateRequestForQuotationItem
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotationItem
- RequestForQuotationItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem)
RequestForQuotationItem
entity in the S/4HANA system.deleteRequestForQuotationItem
in interface RequestsForQuotationServiceBatchChangeSet
requestForQuotationItem
- RequestForQuotationItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.