Class DefaultSalesQuotationServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<SalesQuotationServiceBatch,SalesQuotationServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesquotation.batch.DefaultSalesQuotationServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<SalesQuotationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SalesQuotationServiceBatch>,SalesQuotationServiceBatchChangeSet
public class DefaultSalesQuotationServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<SalesQuotationServiceBatch,SalesQuotationServiceBatchChangeSet>
implements SalesQuotationServiceBatchChangeSet
Implementation of the
SalesQuotationServiceBatchChangeSet interface, enabling you to combine multiple
operations into one changeset. 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.getThis()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 class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
addFunctionImport, addRequest, addRequest, addRequest, addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
getThis
- Specified by:
getThisin classBatchChangeSetFluentHelperBasic<SalesQuotationServiceBatch,SalesQuotationServiceBatchChangeSet>
-
createSalesQuotation
@Nonnull public SalesQuotationServiceBatchChangeSet createSalesQuotation(@Nonnull SalesQuotation salesQuotation) Description copied from interface:SalesQuotationServiceBatchChangeSetCreate a newSalesQuotationentity and save it to the S/4HANA system.- Specified by:
createSalesQuotationin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet updateSalesQuotation(@Nonnull SalesQuotation salesQuotation) Description copied from interface:SalesQuotationServiceBatchChangeSetUpdate an existingSalesQuotationentity and save it to the S/4HANA system.- Specified by:
updateSalesQuotationin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotation(@Nonnull SalesQuotation salesQuotation) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationentity in the S/4HANA system.- Specified by:
deleteSalesQuotationin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet createSalesQuotationItem(@Nonnull SalesQuotationItem salesQuotationItem) Description copied from interface:SalesQuotationServiceBatchChangeSetCreate a newSalesQuotationItementity and save it to the S/4HANA system.- Specified by:
createSalesQuotationItemin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet updateSalesQuotationItem(@Nonnull SalesQuotationItem salesQuotationItem) Description copied from interface:SalesQuotationServiceBatchChangeSetUpdate an existingSalesQuotationItementity and save it to the S/4HANA system.- Specified by:
updateSalesQuotationItemin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotationItem(@Nonnull SalesQuotationItem salesQuotationItem) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationItementity in the S/4HANA system.- Specified by:
deleteSalesQuotationItemin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet updateSalesQuotationItemPartner(@Nonnull SalesQuotationItemPartner salesQuotationItemPartner) Description copied from interface:SalesQuotationServiceBatchChangeSetUpdate an existingSalesQuotationItemPartnerentity and save it to the S/4HANA system.- Specified by:
updateSalesQuotationItemPartnerin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotationItemPartner(@Nonnull SalesQuotationItemPartner salesQuotationItemPartner) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationItemPartnerentity in the S/4HANA system.- Specified by:
deleteSalesQuotationItemPartnerin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet updateSalesQuotationItemPrcgElmnt(@Nonnull SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt) Description copied from interface:SalesQuotationServiceBatchChangeSetUpdate an existingSalesQuotationItemPrcgElmntentity and save it to the S/4HANA system.- Specified by:
updateSalesQuotationItemPrcgElmntin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotationItemPrcgElmnt(@Nonnull SalesQuotationItemPrcgElmnt salesQuotationItemPrcgElmnt) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationItemPrcgElmntentity in the S/4HANA system.- Specified by:
deleteSalesQuotationItemPrcgElmntin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet updateSalesQuotationItemText(@Nonnull SalesQuotationItemText salesQuotationItemText) Description copied from interface:SalesQuotationServiceBatchChangeSetUpdate an existingSalesQuotationItemTextentity and save it to the S/4HANA system.- Specified by:
updateSalesQuotationItemTextin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotationItemText(@Nonnull SalesQuotationItemText salesQuotationItemText) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationItemTextentity in the S/4HANA system.- Specified by:
deleteSalesQuotationItemTextin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet updateSalesQuotationPartner(@Nonnull SalesQuotationPartner salesQuotationPartner) Description copied from interface:SalesQuotationServiceBatchChangeSetUpdate an existingSalesQuotationPartnerentity and save it to the S/4HANA system.- Specified by:
updateSalesQuotationPartnerin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotationPartner(@Nonnull SalesQuotationPartner salesQuotationPartner) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationPartnerentity in the S/4HANA system.- Specified by:
deleteSalesQuotationPartnerin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet updateSalesQuotationPrcgElmnt(@Nonnull SalesQuotationPrcgElmnt salesQuotationPrcgElmnt) Description copied from interface:SalesQuotationServiceBatchChangeSetUpdate an existingSalesQuotationPrcgElmntentity and save it to the S/4HANA system.- Specified by:
updateSalesQuotationPrcgElmntin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotationPrcgElmnt(@Nonnull SalesQuotationPrcgElmnt salesQuotationPrcgElmnt) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationPrcgElmntentity in the S/4HANA system.- Specified by:
deleteSalesQuotationPrcgElmntin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet createSalesQuotationRelatedObject(@Nonnull SalesQuotationRelatedObject salesQuotationRelatedObject) Description copied from interface:SalesQuotationServiceBatchChangeSetCreate a newSalesQuotationRelatedObjectentity and save it to the S/4HANA system.- Specified by:
createSalesQuotationRelatedObjectin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotationRelatedObject(@Nonnull SalesQuotationRelatedObject salesQuotationRelatedObject) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationRelatedObjectentity in the S/4HANA system.- Specified by:
deleteSalesQuotationRelatedObjectin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet updateSalesQuotationText(@Nonnull SalesQuotationText salesQuotationText) Description copied from interface:SalesQuotationServiceBatchChangeSetUpdate an existingSalesQuotationTextentity and save it to the S/4HANA system.- Specified by:
updateSalesQuotationTextin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSalesQuotationText(@Nonnull SalesQuotationText salesQuotationText) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSalesQuotationTextentity in the S/4HANA system.- Specified by:
deleteSalesQuotationTextin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet createSlsQtanItemRelatedObject(@Nonnull SlsQtanItemRelatedObject slsQtanItemRelatedObject) Description copied from interface:SalesQuotationServiceBatchChangeSetCreate a newSlsQtanItemRelatedObjectentity and save it to the S/4HANA system.- Specified by:
createSlsQtanItemRelatedObjectin interfaceSalesQuotationServiceBatchChangeSet- 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 public SalesQuotationServiceBatchChangeSet deleteSlsQtanItemRelatedObject(@Nonnull SlsQtanItemRelatedObject slsQtanItemRelatedObject) Description copied from interface:SalesQuotationServiceBatchChangeSetDeletes an existingSlsQtanItemRelatedObjectentity in the S/4HANA system.- Specified by:
deleteSlsQtanItemRelatedObjectin interfaceSalesQuotationServiceBatchChangeSet- 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.
-