Interface SalesQuotationServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SalesQuotationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SalesQuotationServiceBatch>
- All Known Implementing Classes:
DefaultSalesQuotationServiceBatchChangeSet
public interface SalesQuotationServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SalesQuotationServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SalesQuotationServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SalesQuotationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSalesQuotation(SalesQuotation salesQuotation) Create a newSalesQuotationentity and save it to the S/4HANA system.createSalesQuotationItem(SalesQuotationItem salesQuotationItem) Create a newSalesQuotationItementity and save it to the S/4HANA system.createSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) Create a newSalesQuotationRelatedObjectentity and save it to the S/4HANA system.createSlsQtanItemRelatedObject(SlsQtanItemRelatedObject slsQtanItemRelatedObject) Create a newSlsQtanItemRelatedObjectentity and save it to the S/4HANA system.deleteSalesQuotation(SalesQuotation salesQuotation) Deletes an existingSalesQuotationentity in the S/4HANA system.deleteSalesQuotationItem(SalesQuotationItem salesQuotationItem) Deletes an existingSalesQuotationItementity in the S/4HANA system.deleteSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) Deletes an existingSalesQuotationItemPartnerentity in the S/4HANA system.deleteSalesQuotationItemPrcgElmnt(SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt) Deletes an existingSalesQuotationItemPrcgElmntentity in the S/4HANA system.deleteSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) Deletes an existingSalesQuotationItemTextentity in the S/4HANA system.deleteSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) Deletes an existingSalesQuotationPartnerentity in the S/4HANA system.deleteSalesQuotationPrcgElmnt(SalesQuotationPrcgElmnt salesQuotationPrcgElmnt) Deletes an existingSalesQuotationPrcgElmntentity in the S/4HANA system.deleteSalesQuotationRelatedObject(SalesQuotationRelatedObject salesQuotationRelatedObject) Deletes an existingSalesQuotationRelatedObjectentity in the S/4HANA system.deleteSalesQuotationText(SalesQuotationText salesQuotationText) Deletes an existingSalesQuotationTextentity in the S/4HANA system.deleteSlsQtanItemRelatedObject(SlsQtanItemRelatedObject slsQtanItemRelatedObject) Deletes an existingSlsQtanItemRelatedObjectentity in the S/4HANA system.updateSalesQuotation(SalesQuotation salesQuotation) Update an existingSalesQuotationentity and save it to the S/4HANA system.updateSalesQuotationItem(SalesQuotationItem salesQuotationItem) Update an existingSalesQuotationItementity and save it to the S/4HANA system.updateSalesQuotationItemPartner(SalesQuotationItemPartner salesQuotationItemPartner) Update an existingSalesQuotationItemPartnerentity and save it to the S/4HANA system.updateSalesQuotationItemPrcgElmnt(SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt) Update an existingSalesQuotationItemPrcgElmntentity and save it to the S/4HANA system.updateSalesQuotationItemText(SalesQuotationItemText salesQuotationItemText) Update an existingSalesQuotationItemTextentity and save it to the S/4HANA system.updateSalesQuotationPartner(SalesQuotationPartner salesQuotationPartner) Update an existingSalesQuotationPartnerentity and save it to the S/4HANA system.updateSalesQuotationPrcgElmnt(SalesQuotationPrcgElmnt salesQuotationPrcgElmnt) Update an existingSalesQuotationPrcgElmntentity and save it to the S/4HANA system.updateSalesQuotationText(SalesQuotationText salesQuotationText) Update an existingSalesQuotationTextentity 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
-
createSalesQuotation
@Nonnull SalesQuotationServiceBatchChangeSet createSalesQuotation(@Nonnull SalesQuotation salesQuotation) Create a newSalesQuotationentity and save it to the S/4HANA system.- Parameters:
salesQuotation-SalesQuotationentity 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.
-
updateSalesQuotation
@Nonnull SalesQuotationServiceBatchChangeSet updateSalesQuotation(@Nonnull SalesQuotation salesQuotation) Update an existingSalesQuotationentity and save it to the S/4HANA system.- Parameters:
salesQuotation-SalesQuotationentity 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.
-
deleteSalesQuotation
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotation(@Nonnull SalesQuotation salesQuotation) Deletes an existingSalesQuotationentity in the S/4HANA system.- Parameters:
salesQuotation-SalesQuotationentity 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.
-
createSalesQuotationItem
@Nonnull SalesQuotationServiceBatchChangeSet createSalesQuotationItem(@Nonnull SalesQuotationItem salesQuotationItem) Create a newSalesQuotationItementity and save it to the S/4HANA system.- Parameters:
salesQuotationItem-SalesQuotationItementity 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.
-
updateSalesQuotationItem
@Nonnull SalesQuotationServiceBatchChangeSet updateSalesQuotationItem(@Nonnull SalesQuotationItem salesQuotationItem) Update an existingSalesQuotationItementity and save it to the S/4HANA system.- Parameters:
salesQuotationItem-SalesQuotationItementity 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.
-
deleteSalesQuotationItem
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotationItem(@Nonnull SalesQuotationItem salesQuotationItem) Deletes an existingSalesQuotationItementity in the S/4HANA system.- Parameters:
salesQuotationItem-SalesQuotationItementity 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.
-
updateSalesQuotationItemPartner
@Nonnull SalesQuotationServiceBatchChangeSet updateSalesQuotationItemPartner(@Nonnull SalesQuotationItemPartner salesQuotationItemPartner) Update an existingSalesQuotationItemPartnerentity and save it to the S/4HANA system.- Parameters:
salesQuotationItemPartner-SalesQuotationItemPartnerentity 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.
-
deleteSalesQuotationItemPartner
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotationItemPartner(@Nonnull SalesQuotationItemPartner salesQuotationItemPartner) Deletes an existingSalesQuotationItemPartnerentity in the S/4HANA system.- Parameters:
salesQuotationItemPartner-SalesQuotationItemPartnerentity 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.
-
updateSalesQuotationItemPrcgElmnt
@Nonnull SalesQuotationServiceBatchChangeSet updateSalesQuotationItemPrcgElmnt(@Nonnull SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt) Update an existingSalesQuotationItemPrcgElmntentity and save it to the S/4HANA system.- Parameters:
salesQuotationItemPrcgElmnt-SalesQuotationItemPrcgElmntentity 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.
-
deleteSalesQuotationItemPrcgElmnt
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotationItemPrcgElmnt(@Nonnull SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt) Deletes an existingSalesQuotationItemPrcgElmntentity in the S/4HANA system.- Parameters:
salesQuotationItemPrcgElmnt-SalesQuotationItemPrcgElmntentity 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.
-
updateSalesQuotationItemText
@Nonnull SalesQuotationServiceBatchChangeSet updateSalesQuotationItemText(@Nonnull SalesQuotationItemText salesQuotationItemText) Update an existingSalesQuotationItemTextentity and save it to the S/4HANA system.- Parameters:
salesQuotationItemText-SalesQuotationItemTextentity 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.
-
deleteSalesQuotationItemText
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotationItemText(@Nonnull SalesQuotationItemText salesQuotationItemText) Deletes an existingSalesQuotationItemTextentity in the S/4HANA system.- Parameters:
salesQuotationItemText-SalesQuotationItemTextentity 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.
-
updateSalesQuotationPartner
@Nonnull SalesQuotationServiceBatchChangeSet updateSalesQuotationPartner(@Nonnull SalesQuotationPartner salesQuotationPartner) Update an existingSalesQuotationPartnerentity and save it to the S/4HANA system.- Parameters:
salesQuotationPartner-SalesQuotationPartnerentity 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.
-
deleteSalesQuotationPartner
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotationPartner(@Nonnull SalesQuotationPartner salesQuotationPartner) Deletes an existingSalesQuotationPartnerentity in the S/4HANA system.- Parameters:
salesQuotationPartner-SalesQuotationPartnerentity 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.
-
updateSalesQuotationPrcgElmnt
@Nonnull SalesQuotationServiceBatchChangeSet updateSalesQuotationPrcgElmnt(@Nonnull SalesQuotationPrcgElmnt salesQuotationPrcgElmnt) Update an existingSalesQuotationPrcgElmntentity and save it to the S/4HANA system.- Parameters:
salesQuotationPrcgElmnt-SalesQuotationPrcgElmntentity 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.
-
deleteSalesQuotationPrcgElmnt
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotationPrcgElmnt(@Nonnull SalesQuotationPrcgElmnt salesQuotationPrcgElmnt) Deletes an existingSalesQuotationPrcgElmntentity in the S/4HANA system.- Parameters:
salesQuotationPrcgElmnt-SalesQuotationPrcgElmntentity 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.
-
createSalesQuotationRelatedObject
@Nonnull SalesQuotationServiceBatchChangeSet createSalesQuotationRelatedObject(@Nonnull SalesQuotationRelatedObject salesQuotationRelatedObject) Create a newSalesQuotationRelatedObjectentity and save it to the S/4HANA system.- Parameters:
salesQuotationRelatedObject-SalesQuotationRelatedObjectentity 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.
-
deleteSalesQuotationRelatedObject
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotationRelatedObject(@Nonnull SalesQuotationRelatedObject salesQuotationRelatedObject) Deletes an existingSalesQuotationRelatedObjectentity in the S/4HANA system.- Parameters:
salesQuotationRelatedObject-SalesQuotationRelatedObjectentity 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.
-
updateSalesQuotationText
@Nonnull SalesQuotationServiceBatchChangeSet updateSalesQuotationText(@Nonnull SalesQuotationText salesQuotationText) Update an existingSalesQuotationTextentity and save it to the S/4HANA system.- Parameters:
salesQuotationText-SalesQuotationTextentity 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.
-
deleteSalesQuotationText
@Nonnull SalesQuotationServiceBatchChangeSet deleteSalesQuotationText(@Nonnull SalesQuotationText salesQuotationText) Deletes an existingSalesQuotationTextentity in the S/4HANA system.- Parameters:
salesQuotationText-SalesQuotationTextentity 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.
-
createSlsQtanItemRelatedObject
@Nonnull SalesQuotationServiceBatchChangeSet createSlsQtanItemRelatedObject(@Nonnull SlsQtanItemRelatedObject slsQtanItemRelatedObject) Create a newSlsQtanItemRelatedObjectentity and save it to the S/4HANA system.- Parameters:
slsQtanItemRelatedObject-SlsQtanItemRelatedObjectentity 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.
-
deleteSlsQtanItemRelatedObject
@Nonnull SalesQuotationServiceBatchChangeSet deleteSlsQtanItemRelatedObject(@Nonnull SlsQtanItemRelatedObject slsQtanItemRelatedObject) Deletes an existingSlsQtanItemRelatedObjectentity in the S/4HANA system.- Parameters:
slsQtanItemRelatedObject-SlsQtanItemRelatedObjectentity 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.
-