Interface SalesContractServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SalesContractServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SalesContractServiceBatch>
- All Known Implementing Classes:
DefaultSalesContractServiceBatchChangeSet
public interface SalesContractServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SalesContractServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SalesContractServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SalesContractService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSalesContract(SalesContract salesContract) Create a newSalesContractentity and save it to the S/4HANA system.createSalesContractItem(SalesContractItem salesContractItem) Create a newSalesContractItementity and save it to the S/4HANA system.createSalesContractPartner(SalesContractPartner salesContractPartner) Create a newSalesContractPartnerentity and save it to the S/4HANA system.deleteSalesContract(SalesContract salesContract) Deletes an existingSalesContractentity in the S/4HANA system.deleteSalesContractItem(SalesContractItem salesContractItem) Deletes an existingSalesContractItementity in the S/4HANA system.deleteSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Deletes an existingSalesContractItemPartnerentity in the S/4HANA system.deleteSalesContractItemPrcgElmnt(SalesContractItemPrcgElmnt salesContractItemPrcgElmnt) Deletes an existingSalesContractItemPrcgElmntentity in the S/4HANA system.deleteSalesContractItemText(SalesContractItemText salesContractItemText) Deletes an existingSalesContractItemTextentity in the S/4HANA system.deleteSalesContractPartner(SalesContractPartner salesContractPartner) Deletes an existingSalesContractPartnerentity in the S/4HANA system.deleteSalesContractPrcgElmnt(SalesContractPrcgElmnt salesContractPrcgElmnt) Deletes an existingSalesContractPrcgElmntentity in the S/4HANA system.deleteSalesContractText(SalesContractText salesContractText) Deletes an existingSalesContractTextentity in the S/4HANA system.updateSalesContract(SalesContract salesContract) Update an existingSalesContractentity and save it to the S/4HANA system.updateSalesContractItem(SalesContractItem salesContractItem) Update an existingSalesContractItementity and save it to the S/4HANA system.updateSalesContractItemPartner(SalesContractItemPartner salesContractItemPartner) Update an existingSalesContractItemPartnerentity and save it to the S/4HANA system.updateSalesContractItemPrcgElmnt(SalesContractItemPrcgElmnt salesContractItemPrcgElmnt) Update an existingSalesContractItemPrcgElmntentity and save it to the S/4HANA system.updateSalesContractItemText(SalesContractItemText salesContractItemText) Update an existingSalesContractItemTextentity and save it to the S/4HANA system.updateSalesContractPartner(SalesContractPartner salesContractPartner) Update an existingSalesContractPartnerentity and save it to the S/4HANA system.updateSalesContractPrcgElmnt(SalesContractPrcgElmnt salesContractPrcgElmnt) Update an existingSalesContractPrcgElmntentity and save it to the S/4HANA system.updateSalesContractText(SalesContractText salesContractText) Update an existingSalesContractTextentity 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
-
createSalesContract
@Nonnull SalesContractServiceBatchChangeSet createSalesContract(@Nonnull SalesContract salesContract) Create a newSalesContractentity and save it to the S/4HANA system.- Parameters:
salesContract-SalesContractentity 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.
-
updateSalesContract
@Nonnull SalesContractServiceBatchChangeSet updateSalesContract(@Nonnull SalesContract salesContract) Update an existingSalesContractentity and save it to the S/4HANA system.- Parameters:
salesContract-SalesContractentity 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.
-
deleteSalesContract
@Nonnull SalesContractServiceBatchChangeSet deleteSalesContract(@Nonnull SalesContract salesContract) Deletes an existingSalesContractentity in the S/4HANA system.- Parameters:
salesContract-SalesContractentity 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.
-
createSalesContractItem
@Nonnull SalesContractServiceBatchChangeSet createSalesContractItem(@Nonnull SalesContractItem salesContractItem) Create a newSalesContractItementity and save it to the S/4HANA system.- Parameters:
salesContractItem-SalesContractItementity 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.
-
updateSalesContractItem
@Nonnull SalesContractServiceBatchChangeSet updateSalesContractItem(@Nonnull SalesContractItem salesContractItem) Update an existingSalesContractItementity and save it to the S/4HANA system.- Parameters:
salesContractItem-SalesContractItementity 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.
-
deleteSalesContractItem
@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractItem(@Nonnull SalesContractItem salesContractItem) Deletes an existingSalesContractItementity in the S/4HANA system.- Parameters:
salesContractItem-SalesContractItementity 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.
-
updateSalesContractItemPartner
@Nonnull SalesContractServiceBatchChangeSet updateSalesContractItemPartner(@Nonnull SalesContractItemPartner salesContractItemPartner) Update an existingSalesContractItemPartnerentity and save it to the S/4HANA system.- Parameters:
salesContractItemPartner-SalesContractItemPartnerentity 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.
-
deleteSalesContractItemPartner
@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractItemPartner(@Nonnull SalesContractItemPartner salesContractItemPartner) Deletes an existingSalesContractItemPartnerentity in the S/4HANA system.- Parameters:
salesContractItemPartner-SalesContractItemPartnerentity 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.
-
updateSalesContractItemPrcgElmnt
@Nonnull SalesContractServiceBatchChangeSet updateSalesContractItemPrcgElmnt(@Nonnull SalesContractItemPrcgElmnt salesContractItemPrcgElmnt) Update an existingSalesContractItemPrcgElmntentity and save it to the S/4HANA system.- Parameters:
salesContractItemPrcgElmnt-SalesContractItemPrcgElmntentity 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.
-
deleteSalesContractItemPrcgElmnt
@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractItemPrcgElmnt(@Nonnull SalesContractItemPrcgElmnt salesContractItemPrcgElmnt) Deletes an existingSalesContractItemPrcgElmntentity in the S/4HANA system.- Parameters:
salesContractItemPrcgElmnt-SalesContractItemPrcgElmntentity 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.
-
updateSalesContractItemText
@Nonnull SalesContractServiceBatchChangeSet updateSalesContractItemText(@Nonnull SalesContractItemText salesContractItemText) Update an existingSalesContractItemTextentity and save it to the S/4HANA system.- Parameters:
salesContractItemText-SalesContractItemTextentity 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.
-
deleteSalesContractItemText
@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractItemText(@Nonnull SalesContractItemText salesContractItemText) Deletes an existingSalesContractItemTextentity in the S/4HANA system.- Parameters:
salesContractItemText-SalesContractItemTextentity 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.
-
createSalesContractPartner
@Nonnull SalesContractServiceBatchChangeSet createSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner) Create a newSalesContractPartnerentity and save it to the S/4HANA system.- Parameters:
salesContractPartner-SalesContractPartnerentity 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.
-
updateSalesContractPartner
@Nonnull SalesContractServiceBatchChangeSet updateSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner) Update an existingSalesContractPartnerentity and save it to the S/4HANA system.- Parameters:
salesContractPartner-SalesContractPartnerentity 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.
-
deleteSalesContractPartner
@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner) Deletes an existingSalesContractPartnerentity in the S/4HANA system.- Parameters:
salesContractPartner-SalesContractPartnerentity 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.
-
updateSalesContractPrcgElmnt
@Nonnull SalesContractServiceBatchChangeSet updateSalesContractPrcgElmnt(@Nonnull SalesContractPrcgElmnt salesContractPrcgElmnt) Update an existingSalesContractPrcgElmntentity and save it to the S/4HANA system.- Parameters:
salesContractPrcgElmnt-SalesContractPrcgElmntentity 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.
-
deleteSalesContractPrcgElmnt
@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractPrcgElmnt(@Nonnull SalesContractPrcgElmnt salesContractPrcgElmnt) Deletes an existingSalesContractPrcgElmntentity in the S/4HANA system.- Parameters:
salesContractPrcgElmnt-SalesContractPrcgElmntentity 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.
-
updateSalesContractText
@Nonnull SalesContractServiceBatchChangeSet updateSalesContractText(@Nonnull SalesContractText salesContractText) Update an existingSalesContractTextentity and save it to the S/4HANA system.- Parameters:
salesContractText-SalesContractTextentity 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.
-
deleteSalesContractText
@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractText(@Nonnull SalesContractText salesContractText) Deletes an existingSalesContractTextentity in the S/4HANA system.- Parameters:
salesContractText-SalesContractTextentity 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.
-