Interface RequestsForQuotationServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<RequestsForQuotationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<RequestsForQuotationServiceBatch>
- All Known Implementing Classes:
DefaultRequestsForQuotationServiceBatchChangeSet
public interface RequestsForQuotationServiceBatchChangeSet
extends FluentHelperBatchChangeSet<RequestsForQuotationServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<RequestsForQuotationServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
RequestsForQuotationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateRequestForQuotation(RequestForQuotation requestForQuotation) Create a newRequestForQuotationentity and save it to the S/4HANA system.createRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Create a newRequestForQuotationBidderentity and save it to the S/4HANA system.createRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Create a newRequestForQuotationItementity and save it to the S/4HANA system.deleteRequestForQuotation(RequestForQuotation requestForQuotation) Deletes an existingRequestForQuotationentity in the S/4HANA system.deleteRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Deletes an existingRequestForQuotationBidderentity in the S/4HANA system.deleteRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Deletes an existingRequestForQuotationItementity in the S/4HANA system.updateRequestForQuotation(RequestForQuotation requestForQuotation) Update an existingRequestForQuotationentity and save it to the S/4HANA system.updateRequestForQuotationBidder(RequestForQuotationBidder requestForQuotationBidder) Update an existingRequestForQuotationBidderentity and save it to the S/4HANA system.updateRequestForQuotationItem(RequestForQuotationItem requestForQuotationItem) Update an existingRequestForQuotationItementity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createRequestForQuotation
@Nonnull RequestsForQuotationServiceBatchChangeSet createRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Create a newRequestForQuotationentity and save it to the S/4HANA system.- Parameters:
requestForQuotation-RequestForQuotationentity 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
endChangeSeton the returned fluent helper object.
-
updateRequestForQuotation
@Nonnull RequestsForQuotationServiceBatchChangeSet updateRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Update an existingRequestForQuotationentity and save it to the S/4HANA system.- Parameters:
requestForQuotation-RequestForQuotationentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteRequestForQuotation
@Nonnull RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotation(@Nonnull RequestForQuotation requestForQuotation) Deletes an existingRequestForQuotationentity in the S/4HANA system.- Parameters:
requestForQuotation-RequestForQuotationentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createRequestForQuotationBidder
@Nonnull RequestsForQuotationServiceBatchChangeSet createRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Create a newRequestForQuotationBidderentity and save it to the S/4HANA system.- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity 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
endChangeSeton the returned fluent helper object.
-
updateRequestForQuotationBidder
@Nonnull RequestsForQuotationServiceBatchChangeSet updateRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Update an existingRequestForQuotationBidderentity and save it to the S/4HANA system.- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteRequestForQuotationBidder
@Nonnull RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotationBidder(@Nonnull RequestForQuotationBidder requestForQuotationBidder) Deletes an existingRequestForQuotationBidderentity in the S/4HANA system.- Parameters:
requestForQuotationBidder-RequestForQuotationBidderentity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createRequestForQuotationItem
@Nonnull RequestsForQuotationServiceBatchChangeSet createRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Create a newRequestForQuotationItementity and save it to the S/4HANA system.- Parameters:
requestForQuotationItem-RequestForQuotationItementity 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
endChangeSeton the returned fluent helper object.
-
updateRequestForQuotationItem
@Nonnull RequestsForQuotationServiceBatchChangeSet updateRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Update an existingRequestForQuotationItementity and save it to the S/4HANA system.- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be updated in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
deleteRequestForQuotationItem
@Nonnull RequestsForQuotationServiceBatchChangeSet deleteRequestForQuotationItem(@Nonnull RequestForQuotationItem requestForQuotationItem) Deletes an existingRequestForQuotationItementity in the S/4HANA system.- Parameters:
requestForQuotationItem-RequestForQuotationItementity object that will be deleted in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-