Class DefaultSalesSchedulingAgreementServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<SalesSchedulingAgreementServiceBatch,SalesSchedulingAgreementServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesschedulingagreement.batch.DefaultSalesSchedulingAgreementServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<SalesSchedulingAgreementServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SalesSchedulingAgreementServiceBatch>,SalesSchedulingAgreementServiceBatchChangeSet
public class DefaultSalesSchedulingAgreementServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<SalesSchedulingAgreementServiceBatch,SalesSchedulingAgreementServiceBatchChangeSet>
implements SalesSchedulingAgreementServiceBatchChangeSet
Implementation of the
SalesSchedulingAgreementServiceBatchChangeSet interface, enabling you to combine
multiple operations into one changeset. For further information have a look into the
SalesSchedulingAgreementService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSalesSchedgAgrmt(SalesSchedgAgrmt salesSchedgAgrmt) Create a newSalesSchedgAgrmtentity and save it to the S/4HANA system.createSalesSchedgAgrmtItem(SalesSchedgAgrmtItem salesSchedgAgrmtItem) Create a newSalesSchedgAgrmtItementity and save it to the S/4HANA system.deleteSalesSchedgAgrmt(SalesSchedgAgrmt salesSchedgAgrmt) Deletes an existingSalesSchedgAgrmtentity in the S/4HANA system.deleteSalesSchedgAgrmtItem(SalesSchedgAgrmtItem salesSchedgAgrmtItem) Deletes an existingSalesSchedgAgrmtItementity in the S/4HANA system.deleteSalesSchedgAgrmtItemPartner(SalesSchedgAgrmtItemPartner salesSchedgAgrmtItemPartner) Deletes an existingSalesSchedgAgrmtItemPartnerentity in the S/4HANA system.deleteSalesSchedgAgrmtItemText(SalesSchedgAgrmtItemText salesSchedgAgrmtItemText) Deletes an existingSalesSchedgAgrmtItemTextentity in the S/4HANA system.deleteSalesSchedgAgrmtItmPrcgElmnt(SalesSchedgAgrmtItmPrcgElmnt salesSchedgAgrmtItmPrcgElmnt) Deletes an existingSalesSchedgAgrmtItmPrcgElmntentity in the S/4HANA system.deleteSalesSchedgAgrmtPartner(SalesSchedgAgrmtPartner salesSchedgAgrmtPartner) Deletes an existingSalesSchedgAgrmtPartnerentity in the S/4HANA system.deleteSalesSchedgAgrmtPrcgElement(SalesSchedgAgrmtPrcgElement salesSchedgAgrmtPrcgElement) Deletes an existingSalesSchedgAgrmtPrcgElemententity in the S/4HANA system.deleteSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Deletes an existingSalesSchedgAgrmtTextentity in the S/4HANA system.getThis()updateSalesSchedgAgrmt(SalesSchedgAgrmt salesSchedgAgrmt) Update an existingSalesSchedgAgrmtentity and save it to the S/4HANA system.updateSalesSchedgAgrmtItem(SalesSchedgAgrmtItem salesSchedgAgrmtItem) Update an existingSalesSchedgAgrmtItementity and save it to the S/4HANA system.updateSalesSchedgAgrmtItemPartner(SalesSchedgAgrmtItemPartner salesSchedgAgrmtItemPartner) Update an existingSalesSchedgAgrmtItemPartnerentity and save it to the S/4HANA system.updateSalesSchedgAgrmtItemText(SalesSchedgAgrmtItemText salesSchedgAgrmtItemText) Update an existingSalesSchedgAgrmtItemTextentity and save it to the S/4HANA system.updateSalesSchedgAgrmtItmPrcgElmnt(SalesSchedgAgrmtItmPrcgElmnt salesSchedgAgrmtItmPrcgElmnt) Update an existingSalesSchedgAgrmtItmPrcgElmntentity and save it to the S/4HANA system.updateSalesSchedgAgrmtPartner(SalesSchedgAgrmtPartner salesSchedgAgrmtPartner) Update an existingSalesSchedgAgrmtPartnerentity and save it to the S/4HANA system.updateSalesSchedgAgrmtPrcgElement(SalesSchedgAgrmtPrcgElement salesSchedgAgrmtPrcgElement) Update an existingSalesSchedgAgrmtPrcgElemententity and save it to the S/4HANA system.updateSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Update an existingSalesSchedgAgrmtTextentity 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
-
createSalesSchedgAgrmt
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet createSalesSchedgAgrmt(@Nonnull SalesSchedgAgrmt salesSchedgAgrmt) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetCreate a newSalesSchedgAgrmtentity and save it to the S/4HANA system.- Specified by:
createSalesSchedgAgrmtin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmt-SalesSchedgAgrmtentity 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.
-
updateSalesSchedgAgrmt
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmt(@Nonnull SalesSchedgAgrmt salesSchedgAgrmt) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetUpdate an existingSalesSchedgAgrmtentity and save it to the S/4HANA system.- Specified by:
updateSalesSchedgAgrmtin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmt-SalesSchedgAgrmtentity 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.
-
deleteSalesSchedgAgrmt
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmt(@Nonnull SalesSchedgAgrmt salesSchedgAgrmt) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetDeletes an existingSalesSchedgAgrmtentity in the S/4HANA system.- Specified by:
deleteSalesSchedgAgrmtin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmt-SalesSchedgAgrmtentity 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.
-
createSalesSchedgAgrmtItem
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet createSalesSchedgAgrmtItem(@Nonnull SalesSchedgAgrmtItem salesSchedgAgrmtItem) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetCreate a newSalesSchedgAgrmtItementity and save it to the S/4HANA system.- Specified by:
createSalesSchedgAgrmtItemin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItem-SalesSchedgAgrmtItementity 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.
-
updateSalesSchedgAgrmtItem
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtItem(@Nonnull SalesSchedgAgrmtItem salesSchedgAgrmtItem) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetUpdate an existingSalesSchedgAgrmtItementity and save it to the S/4HANA system.- Specified by:
updateSalesSchedgAgrmtItemin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItem-SalesSchedgAgrmtItementity 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.
-
deleteSalesSchedgAgrmtItem
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtItem(@Nonnull SalesSchedgAgrmtItem salesSchedgAgrmtItem) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetDeletes an existingSalesSchedgAgrmtItementity in the S/4HANA system.- Specified by:
deleteSalesSchedgAgrmtItemin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItem-SalesSchedgAgrmtItementity 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.
-
updateSalesSchedgAgrmtItemPartner
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtItemPartner(@Nonnull SalesSchedgAgrmtItemPartner salesSchedgAgrmtItemPartner) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetUpdate an existingSalesSchedgAgrmtItemPartnerentity and save it to the S/4HANA system.- Specified by:
updateSalesSchedgAgrmtItemPartnerin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItemPartner-SalesSchedgAgrmtItemPartnerentity 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.
-
deleteSalesSchedgAgrmtItemPartner
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtItemPartner(@Nonnull SalesSchedgAgrmtItemPartner salesSchedgAgrmtItemPartner) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetDeletes an existingSalesSchedgAgrmtItemPartnerentity in the S/4HANA system.- Specified by:
deleteSalesSchedgAgrmtItemPartnerin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItemPartner-SalesSchedgAgrmtItemPartnerentity 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.
-
updateSalesSchedgAgrmtItemText
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtItemText(@Nonnull SalesSchedgAgrmtItemText salesSchedgAgrmtItemText) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetUpdate an existingSalesSchedgAgrmtItemTextentity and save it to the S/4HANA system.- Specified by:
updateSalesSchedgAgrmtItemTextin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItemText-SalesSchedgAgrmtItemTextentity 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.
-
deleteSalesSchedgAgrmtItemText
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtItemText(@Nonnull SalesSchedgAgrmtItemText salesSchedgAgrmtItemText) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetDeletes an existingSalesSchedgAgrmtItemTextentity in the S/4HANA system.- Specified by:
deleteSalesSchedgAgrmtItemTextin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItemText-SalesSchedgAgrmtItemTextentity 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.
-
updateSalesSchedgAgrmtItmPrcgElmnt
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtItmPrcgElmnt(@Nonnull SalesSchedgAgrmtItmPrcgElmnt salesSchedgAgrmtItmPrcgElmnt) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetUpdate an existingSalesSchedgAgrmtItmPrcgElmntentity and save it to the S/4HANA system.- Specified by:
updateSalesSchedgAgrmtItmPrcgElmntin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItmPrcgElmnt-SalesSchedgAgrmtItmPrcgElmntentity 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.
-
deleteSalesSchedgAgrmtItmPrcgElmnt
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtItmPrcgElmnt(@Nonnull SalesSchedgAgrmtItmPrcgElmnt salesSchedgAgrmtItmPrcgElmnt) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetDeletes an existingSalesSchedgAgrmtItmPrcgElmntentity in the S/4HANA system.- Specified by:
deleteSalesSchedgAgrmtItmPrcgElmntin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtItmPrcgElmnt-SalesSchedgAgrmtItmPrcgElmntentity 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.
-
updateSalesSchedgAgrmtPartner
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtPartner(@Nonnull SalesSchedgAgrmtPartner salesSchedgAgrmtPartner) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetUpdate an existingSalesSchedgAgrmtPartnerentity and save it to the S/4HANA system.- Specified by:
updateSalesSchedgAgrmtPartnerin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtPartner-SalesSchedgAgrmtPartnerentity 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.
-
deleteSalesSchedgAgrmtPartner
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtPartner(@Nonnull SalesSchedgAgrmtPartner salesSchedgAgrmtPartner) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetDeletes an existingSalesSchedgAgrmtPartnerentity in the S/4HANA system.- Specified by:
deleteSalesSchedgAgrmtPartnerin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtPartner-SalesSchedgAgrmtPartnerentity 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.
-
updateSalesSchedgAgrmtPrcgElement
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtPrcgElement(@Nonnull SalesSchedgAgrmtPrcgElement salesSchedgAgrmtPrcgElement) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetUpdate an existingSalesSchedgAgrmtPrcgElemententity and save it to the S/4HANA system.- Specified by:
updateSalesSchedgAgrmtPrcgElementin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtPrcgElement-SalesSchedgAgrmtPrcgElemententity 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.
-
deleteSalesSchedgAgrmtPrcgElement
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtPrcgElement(@Nonnull SalesSchedgAgrmtPrcgElement salesSchedgAgrmtPrcgElement) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetDeletes an existingSalesSchedgAgrmtPrcgElemententity in the S/4HANA system.- Specified by:
deleteSalesSchedgAgrmtPrcgElementin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtPrcgElement-SalesSchedgAgrmtPrcgElemententity 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.
-
updateSalesSchedgAgrmtText
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtText(@Nonnull SalesSchedgAgrmtText salesSchedgAgrmtText) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetUpdate an existingSalesSchedgAgrmtTextentity and save it to the S/4HANA system.- Specified by:
updateSalesSchedgAgrmtTextin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtText-SalesSchedgAgrmtTextentity 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.
-
deleteSalesSchedgAgrmtText
@Nonnull public SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtText(@Nonnull SalesSchedgAgrmtText salesSchedgAgrmtText) Description copied from interface:SalesSchedulingAgreementServiceBatchChangeSetDeletes an existingSalesSchedgAgrmtTextentity in the S/4HANA system.- Specified by:
deleteSalesSchedgAgrmtTextin interfaceSalesSchedulingAgreementServiceBatchChangeSet- Parameters:
salesSchedgAgrmtText-SalesSchedgAgrmtTextentity 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.
-