Class DefaultFundServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<FundServiceBatch,FundServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fund.batch.DefaultFundServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<FundServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<FundServiceBatch>,FundServiceBatchChangeSet
public class DefaultFundServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<FundServiceBatch,FundServiceBatchChangeSet>
implements FundServiceBatchChangeSet
Implementation of the
FundServiceBatchChangeSet interface, enabling you to combine multiple operations into
one changeset. For further information have a look into the
FundService.-
Method Summary
Modifier and TypeMethodDescriptioncreateFundCore(FundCore fundCore) Create a newFundCoreentity and save it to the S/4HANA system.deleteFundCore(FundCore fundCore) Deletes an existingFundCoreentity in the S/4HANA system.protected DefaultFundServiceBatchChangeSetgetThis()updateFundCore(FundCore fundCore) Update an existingFundCoreentity and save it to the S/4HANA system.updateFundText(FundText fundText) Update an existingFundTextentity 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<FundServiceBatch,FundServiceBatchChangeSet>
-
createFundCore
Description copied from interface:FundServiceBatchChangeSetCreate a newFundCoreentity and save it to the S/4HANA system.- Specified by:
createFundCorein interfaceFundServiceBatchChangeSet- Parameters:
fundCore-FundCoreentity 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.
-
updateFundCore
Description copied from interface:FundServiceBatchChangeSetUpdate an existingFundCoreentity and save it to the S/4HANA system.- Specified by:
updateFundCorein interfaceFundServiceBatchChangeSet- Parameters:
fundCore-FundCoreentity 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.
-
deleteFundCore
Description copied from interface:FundServiceBatchChangeSetDeletes an existingFundCoreentity in the S/4HANA system.- Specified by:
deleteFundCorein interfaceFundServiceBatchChangeSet- Parameters:
fundCore-FundCoreentity 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.
-
updateFundText
Description copied from interface:FundServiceBatchChangeSetUpdate an existingFundTextentity and save it to the S/4HANA system.- Specified by:
updateFundTextin interfaceFundServiceBatchChangeSet- Parameters:
fundText-FundTextentity 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.
-