Interface ServiceQuotationServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ServiceQuotationServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ServiceQuotationServiceBatch>
- All Known Implementing Classes:
DefaultServiceQuotationServiceBatchChangeSet
public interface ServiceQuotationServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ServiceQuotationServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ServiceQuotationServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ServiceQuotationService.-
Method Summary
Modifier and TypeMethodDescriptioncreateServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement) Create a newServiceQtanItemPriceElemententity and save it to the S/4HANA system.createServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) Create a newServiceQtanItemRefObjectentity and save it to the S/4HANA system.createServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp) Create a newServiceQtanPersonRespentity and save it to the S/4HANA system.createServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement) Create a newServiceQtanPriceElemententity and save it to the S/4HANA system.createServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) Create a newServiceQtanRefObjectentity and save it to the S/4HANA system.createServiceQuotation(ServiceQuotation serviceQuotation) Create a newServiceQuotationentity and save it to the S/4HANA system.createServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Create a newServiceQuotationItementity and save it to the S/4HANA system.createServiceQuotationItemText(ServiceQuotationItemText serviceQuotationItemText) Create a newServiceQuotationItemTextentity and save it to the S/4HANA system.createServiceQuotationText(ServiceQuotationText serviceQuotationText) Create a newServiceQuotationTextentity and save it to the S/4HANA system.deleteServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement) Deletes an existingServiceQtanItemPriceElemententity in the S/4HANA system.deleteServiceQtanItemRefObject(ServiceQtanItemRefObject serviceQtanItemRefObject) Deletes an existingServiceQtanItemRefObjectentity in the S/4HANA system.deleteServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp) Deletes an existingServiceQtanPersonRespentity in the S/4HANA system.deleteServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement) Deletes an existingServiceQtanPriceElemententity in the S/4HANA system.deleteServiceQtanRefObject(ServiceQtanRefObject serviceQtanRefObject) Deletes an existingServiceQtanRefObjectentity in the S/4HANA system.deleteServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Deletes an existingServiceQuotationItementity in the S/4HANA system.deleteServiceQuotationItemText(ServiceQuotationItemText serviceQuotationItemText) Deletes an existingServiceQuotationItemTextentity in the S/4HANA system.deleteServiceQuotationText(ServiceQuotationText serviceQuotationText) Deletes an existingServiceQuotationTextentity in the S/4HANA system.updateServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement) Update an existingServiceQtanItemPriceElemententity and save it to the S/4HANA system.updateServiceQtanPersonResp(ServiceQtanPersonResp serviceQtanPersonResp) Update an existingServiceQtanPersonRespentity and save it to the S/4HANA system.updateServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement) Update an existingServiceQtanPriceElemententity and save it to the S/4HANA system.updateServiceQuotation(ServiceQuotation serviceQuotation) Update an existingServiceQuotationentity and save it to the S/4HANA system.updateServiceQuotationItem(ServiceQuotationItem serviceQuotationItem) Update an existingServiceQuotationItementity and save it to the S/4HANA system.updateServiceQuotationItemText(ServiceQuotationItemText serviceQuotationItemText) Update an existingServiceQuotationItemTextentity and save it to the S/4HANA system.updateServiceQuotationText(ServiceQuotationText serviceQuotationText) Update an existingServiceQuotationTextentity 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
-
createServiceQtanItemPriceElement
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQtanItemPriceElement(@Nonnull ServiceQtanItemPriceElement serviceQtanItemPriceElement) Create a newServiceQtanItemPriceElemententity and save it to the S/4HANA system.- Parameters:
serviceQtanItemPriceElement-ServiceQtanItemPriceElemententity 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.
-
updateServiceQtanItemPriceElement
@Nonnull ServiceQuotationServiceBatchChangeSet updateServiceQtanItemPriceElement(@Nonnull ServiceQtanItemPriceElement serviceQtanItemPriceElement) Update an existingServiceQtanItemPriceElemententity and save it to the S/4HANA system.- Parameters:
serviceQtanItemPriceElement-ServiceQtanItemPriceElemententity 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.
-
deleteServiceQtanItemPriceElement
@Nonnull ServiceQuotationServiceBatchChangeSet deleteServiceQtanItemPriceElement(@Nonnull ServiceQtanItemPriceElement serviceQtanItemPriceElement) Deletes an existingServiceQtanItemPriceElemententity in the S/4HANA system.- Parameters:
serviceQtanItemPriceElement-ServiceQtanItemPriceElemententity 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.
-
createServiceQtanItemRefObject
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQtanItemRefObject(@Nonnull ServiceQtanItemRefObject serviceQtanItemRefObject) Create a newServiceQtanItemRefObjectentity and save it to the S/4HANA system.- Parameters:
serviceQtanItemRefObject-ServiceQtanItemRefObjectentity 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.
-
deleteServiceQtanItemRefObject
@Nonnull ServiceQuotationServiceBatchChangeSet deleteServiceQtanItemRefObject(@Nonnull ServiceQtanItemRefObject serviceQtanItemRefObject) Deletes an existingServiceQtanItemRefObjectentity in the S/4HANA system.- Parameters:
serviceQtanItemRefObject-ServiceQtanItemRefObjectentity 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.
-
createServiceQtanPersonResp
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQtanPersonResp(@Nonnull ServiceQtanPersonResp serviceQtanPersonResp) Create a newServiceQtanPersonRespentity and save it to the S/4HANA system.- Parameters:
serviceQtanPersonResp-ServiceQtanPersonRespentity 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.
-
updateServiceQtanPersonResp
@Nonnull ServiceQuotationServiceBatchChangeSet updateServiceQtanPersonResp(@Nonnull ServiceQtanPersonResp serviceQtanPersonResp) Update an existingServiceQtanPersonRespentity and save it to the S/4HANA system.- Parameters:
serviceQtanPersonResp-ServiceQtanPersonRespentity 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.
-
deleteServiceQtanPersonResp
@Nonnull ServiceQuotationServiceBatchChangeSet deleteServiceQtanPersonResp(@Nonnull ServiceQtanPersonResp serviceQtanPersonResp) Deletes an existingServiceQtanPersonRespentity in the S/4HANA system.- Parameters:
serviceQtanPersonResp-ServiceQtanPersonRespentity 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.
-
createServiceQtanPriceElement
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQtanPriceElement(@Nonnull ServiceQtanPriceElement serviceQtanPriceElement) Create a newServiceQtanPriceElemententity and save it to the S/4HANA system.- Parameters:
serviceQtanPriceElement-ServiceQtanPriceElemententity 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.
-
updateServiceQtanPriceElement
@Nonnull ServiceQuotationServiceBatchChangeSet updateServiceQtanPriceElement(@Nonnull ServiceQtanPriceElement serviceQtanPriceElement) Update an existingServiceQtanPriceElemententity and save it to the S/4HANA system.- Parameters:
serviceQtanPriceElement-ServiceQtanPriceElemententity 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.
-
deleteServiceQtanPriceElement
@Nonnull ServiceQuotationServiceBatchChangeSet deleteServiceQtanPriceElement(@Nonnull ServiceQtanPriceElement serviceQtanPriceElement) Deletes an existingServiceQtanPriceElemententity in the S/4HANA system.- Parameters:
serviceQtanPriceElement-ServiceQtanPriceElemententity 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.
-
createServiceQtanRefObject
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQtanRefObject(@Nonnull ServiceQtanRefObject serviceQtanRefObject) Create a newServiceQtanRefObjectentity and save it to the S/4HANA system.- Parameters:
serviceQtanRefObject-ServiceQtanRefObjectentity 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.
-
deleteServiceQtanRefObject
@Nonnull ServiceQuotationServiceBatchChangeSet deleteServiceQtanRefObject(@Nonnull ServiceQtanRefObject serviceQtanRefObject) Deletes an existingServiceQtanRefObjectentity in the S/4HANA system.- Parameters:
serviceQtanRefObject-ServiceQtanRefObjectentity 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.
-
createServiceQuotation
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQuotation(@Nonnull ServiceQuotation serviceQuotation) Create a newServiceQuotationentity and save it to the S/4HANA system.- Parameters:
serviceQuotation-ServiceQuotationentity 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.
-
updateServiceQuotation
@Nonnull ServiceQuotationServiceBatchChangeSet updateServiceQuotation(@Nonnull ServiceQuotation serviceQuotation) Update an existingServiceQuotationentity and save it to the S/4HANA system.- Parameters:
serviceQuotation-ServiceQuotationentity 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.
-
createServiceQuotationItem
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQuotationItem(@Nonnull ServiceQuotationItem serviceQuotationItem) Create a newServiceQuotationItementity and save it to the S/4HANA system.- Parameters:
serviceQuotationItem-ServiceQuotationItementity 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.
-
updateServiceQuotationItem
@Nonnull ServiceQuotationServiceBatchChangeSet updateServiceQuotationItem(@Nonnull ServiceQuotationItem serviceQuotationItem) Update an existingServiceQuotationItementity and save it to the S/4HANA system.- Parameters:
serviceQuotationItem-ServiceQuotationItementity 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.
-
deleteServiceQuotationItem
@Nonnull ServiceQuotationServiceBatchChangeSet deleteServiceQuotationItem(@Nonnull ServiceQuotationItem serviceQuotationItem) Deletes an existingServiceQuotationItementity in the S/4HANA system.- Parameters:
serviceQuotationItem-ServiceQuotationItementity 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.
-
createServiceQuotationItemText
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQuotationItemText(@Nonnull ServiceQuotationItemText serviceQuotationItemText) Create a newServiceQuotationItemTextentity and save it to the S/4HANA system.- Parameters:
serviceQuotationItemText-ServiceQuotationItemTextentity 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.
-
updateServiceQuotationItemText
@Nonnull ServiceQuotationServiceBatchChangeSet updateServiceQuotationItemText(@Nonnull ServiceQuotationItemText serviceQuotationItemText) Update an existingServiceQuotationItemTextentity and save it to the S/4HANA system.- Parameters:
serviceQuotationItemText-ServiceQuotationItemTextentity 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.
-
deleteServiceQuotationItemText
@Nonnull ServiceQuotationServiceBatchChangeSet deleteServiceQuotationItemText(@Nonnull ServiceQuotationItemText serviceQuotationItemText) Deletes an existingServiceQuotationItemTextentity in the S/4HANA system.- Parameters:
serviceQuotationItemText-ServiceQuotationItemTextentity 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.
-
createServiceQuotationText
@Nonnull ServiceQuotationServiceBatchChangeSet createServiceQuotationText(@Nonnull ServiceQuotationText serviceQuotationText) Create a newServiceQuotationTextentity and save it to the S/4HANA system.- Parameters:
serviceQuotationText-ServiceQuotationTextentity 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.
-
updateServiceQuotationText
@Nonnull ServiceQuotationServiceBatchChangeSet updateServiceQuotationText(@Nonnull ServiceQuotationText serviceQuotationText) Update an existingServiceQuotationTextentity and save it to the S/4HANA system.- Parameters:
serviceQuotationText-ServiceQuotationTextentity 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.
-
deleteServiceQuotationText
@Nonnull ServiceQuotationServiceBatchChangeSet deleteServiceQuotationText(@Nonnull ServiceQuotationText serviceQuotationText) Deletes an existingServiceQuotationTextentity in the S/4HANA system.- Parameters:
serviceQuotationText-ServiceQuotationTextentity 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.
-