Class DefaultGrantServiceBatchChangeSet
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic<GrantServiceBatch,GrantServiceBatchChangeSet>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.batch.DefaultGrantServiceBatchChangeSet
- All Implemented Interfaces:
FluentHelperBatchChangeSet<GrantServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<GrantServiceBatch>,GrantServiceBatchChangeSet
public class DefaultGrantServiceBatchChangeSet
extends BatchChangeSetFluentHelperBasic<GrantServiceBatch,GrantServiceBatchChangeSet>
implements GrantServiceBatchChangeSet
Implementation of the
GrantServiceBatchChangeSet interface, enabling you to combine multiple operations into
one changeset. For further information have a look into the
GrantService.-
Method Summary
Modifier and TypeMethodDescriptioncreateGrantCore(GrantCore grantCore) Create a newGrantCoreentity and save it to the S/4HANA system.deleteGrantBdgtValidityLink(GrantBdgtValidityLink grantBdgtValidityLink) Deletes an existingGrantBdgtValidityLinkentity in the S/4HANA system.deleteGrantCore(GrantCore grantCore) Deletes an existingGrantCoreentity in the S/4HANA system.deleteGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Deletes an existingGrantCostSharingLinkentity in the S/4HANA system.deleteGrantFundsLink(GrantFundsLink grantFundsLink) Deletes an existingGrantFundsLinkentity in the S/4HANA system.deleteGrantObjOvrHeadCostCapLink(GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Deletes an existingGrantObjOvrHeadCostCapLinkentity in the S/4HANA system.deleteGrantOverHeadCostCapLink(GrantOverHeadCostCapLink grantOverHeadCostCapLink) Deletes an existingGrantOverHeadCostCapLinkentity in the S/4HANA system.deleteGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Deletes an existingGrantOverHeadCostLinkentity in the S/4HANA system.deleteGrantSponsoredClassesLink(GrantSponsoredClassesLink grantSponsoredClassesLink) Deletes an existingGrantSponsoredClassesLinkentity in the S/4HANA system.deleteGrantSponsoredProgramsLink(GrantSponsoredProgramsLink grantSponsoredProgramsLink) Deletes an existingGrantSponsoredProgramsLinkentity in the S/4HANA system.protected DefaultGrantServiceBatchChangeSetgetThis()updateGrantBdgtValidityLink(GrantBdgtValidityLink grantBdgtValidityLink) Update an existingGrantBdgtValidityLinkentity and save it to the S/4HANA system.updateGrantCore(GrantCore grantCore) Update an existingGrantCoreentity and save it to the S/4HANA system.updateGrantCoreText(GrantCoreText grantCoreText) Update an existingGrantCoreTextentity and save it to the S/4HANA system.updateGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Update an existingGrantCostSharingLinkentity and save it to the S/4HANA system.updateGrantFundsLink(GrantFundsLink grantFundsLink) Update an existingGrantFundsLinkentity and save it to the S/4HANA system.updateGrantObjOvrHeadCostCapLink(GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Update an existingGrantObjOvrHeadCostCapLinkentity and save it to the S/4HANA system.updateGrantOverHeadCostCapLink(GrantOverHeadCostCapLink grantOverHeadCostCapLink) Update an existingGrantOverHeadCostCapLinkentity and save it to the S/4HANA system.updateGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Update an existingGrantOverHeadCostLinkentity and save it to the S/4HANA system.updateGrantSponsoredClassesLink(GrantSponsoredClassesLink grantSponsoredClassesLink) Update an existingGrantSponsoredClassesLinkentity and save it to the S/4HANA system.updateGrantSponsoredProgramsLink(GrantSponsoredProgramsLink grantSponsoredProgramsLink) Update an existingGrantSponsoredProgramsLinkentity 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<GrantServiceBatch,GrantServiceBatchChangeSet>
-
updateGrantBdgtValidityLink
@Nonnull public GrantServiceBatchChangeSet updateGrantBdgtValidityLink(@Nonnull GrantBdgtValidityLink grantBdgtValidityLink) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantBdgtValidityLinkentity and save it to the S/4HANA system.- Specified by:
updateGrantBdgtValidityLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantBdgtValidityLink-GrantBdgtValidityLinkentity 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.
-
deleteGrantBdgtValidityLink
@Nonnull public GrantServiceBatchChangeSet deleteGrantBdgtValidityLink(@Nonnull GrantBdgtValidityLink grantBdgtValidityLink) Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantBdgtValidityLinkentity in the S/4HANA system.- Specified by:
deleteGrantBdgtValidityLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantBdgtValidityLink-GrantBdgtValidityLinkentity 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.
-
createGrantCore
Description copied from interface:GrantServiceBatchChangeSetCreate a newGrantCoreentity and save it to the S/4HANA system.- Specified by:
createGrantCorein interfaceGrantServiceBatchChangeSet- Parameters:
grantCore-GrantCoreentity 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.
-
updateGrantCore
Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantCoreentity and save it to the S/4HANA system.- Specified by:
updateGrantCorein interfaceGrantServiceBatchChangeSet- Parameters:
grantCore-GrantCoreentity 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.
-
deleteGrantCore
Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantCoreentity in the S/4HANA system.- Specified by:
deleteGrantCorein interfaceGrantServiceBatchChangeSet- Parameters:
grantCore-GrantCoreentity 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.
-
updateGrantCoreText
@Nonnull public GrantServiceBatchChangeSet updateGrantCoreText(@Nonnull GrantCoreText grantCoreText) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantCoreTextentity and save it to the S/4HANA system.- Specified by:
updateGrantCoreTextin interfaceGrantServiceBatchChangeSet- Parameters:
grantCoreText-GrantCoreTextentity 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.
-
updateGrantCostSharingLink
@Nonnull public GrantServiceBatchChangeSet updateGrantCostSharingLink(@Nonnull GrantCostSharingLink grantCostSharingLink) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantCostSharingLinkentity and save it to the S/4HANA system.- Specified by:
updateGrantCostSharingLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantCostSharingLink-GrantCostSharingLinkentity 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.
-
deleteGrantCostSharingLink
@Nonnull public GrantServiceBatchChangeSet deleteGrantCostSharingLink(@Nonnull GrantCostSharingLink grantCostSharingLink) Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantCostSharingLinkentity in the S/4HANA system.- Specified by:
deleteGrantCostSharingLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantCostSharingLink-GrantCostSharingLinkentity 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.
-
updateGrantFundsLink
@Nonnull public GrantServiceBatchChangeSet updateGrantFundsLink(@Nonnull GrantFundsLink grantFundsLink) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantFundsLinkentity and save it to the S/4HANA system.- Specified by:
updateGrantFundsLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantFundsLink-GrantFundsLinkentity 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.
-
deleteGrantFundsLink
@Nonnull public GrantServiceBatchChangeSet deleteGrantFundsLink(@Nonnull GrantFundsLink grantFundsLink) Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantFundsLinkentity in the S/4HANA system.- Specified by:
deleteGrantFundsLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantFundsLink-GrantFundsLinkentity 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.
-
updateGrantObjOvrHeadCostCapLink
@Nonnull public GrantServiceBatchChangeSet updateGrantObjOvrHeadCostCapLink(@Nonnull GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantObjOvrHeadCostCapLinkentity and save it to the S/4HANA system.- Specified by:
updateGrantObjOvrHeadCostCapLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantObjOvrHeadCostCapLink-GrantObjOvrHeadCostCapLinkentity 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.
-
deleteGrantObjOvrHeadCostCapLink
@Nonnull public GrantServiceBatchChangeSet deleteGrantObjOvrHeadCostCapLink(@Nonnull GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantObjOvrHeadCostCapLinkentity in the S/4HANA system.- Specified by:
deleteGrantObjOvrHeadCostCapLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantObjOvrHeadCostCapLink-GrantObjOvrHeadCostCapLinkentity 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.
-
updateGrantOverHeadCostCapLink
@Nonnull public GrantServiceBatchChangeSet updateGrantOverHeadCostCapLink(@Nonnull GrantOverHeadCostCapLink grantOverHeadCostCapLink) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantOverHeadCostCapLinkentity and save it to the S/4HANA system.- Specified by:
updateGrantOverHeadCostCapLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantOverHeadCostCapLink-GrantOverHeadCostCapLinkentity 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.
-
deleteGrantOverHeadCostCapLink
@Nonnull public GrantServiceBatchChangeSet deleteGrantOverHeadCostCapLink(@Nonnull GrantOverHeadCostCapLink grantOverHeadCostCapLink) Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantOverHeadCostCapLinkentity in the S/4HANA system.- Specified by:
deleteGrantOverHeadCostCapLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantOverHeadCostCapLink-GrantOverHeadCostCapLinkentity 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.
-
updateGrantOverHeadCostLink
@Nonnull public GrantServiceBatchChangeSet updateGrantOverHeadCostLink(@Nonnull GrantOverHeadCostLink grantOverHeadCostLink) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantOverHeadCostLinkentity and save it to the S/4HANA system.- Specified by:
updateGrantOverHeadCostLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantOverHeadCostLink-GrantOverHeadCostLinkentity 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.
-
deleteGrantOverHeadCostLink
@Nonnull public GrantServiceBatchChangeSet deleteGrantOverHeadCostLink(@Nonnull GrantOverHeadCostLink grantOverHeadCostLink) Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantOverHeadCostLinkentity in the S/4HANA system.- Specified by:
deleteGrantOverHeadCostLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantOverHeadCostLink-GrantOverHeadCostLinkentity 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.
-
updateGrantSponsoredClassesLink
@Nonnull public GrantServiceBatchChangeSet updateGrantSponsoredClassesLink(@Nonnull GrantSponsoredClassesLink grantSponsoredClassesLink) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantSponsoredClassesLinkentity and save it to the S/4HANA system.- Specified by:
updateGrantSponsoredClassesLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantSponsoredClassesLink-GrantSponsoredClassesLinkentity 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.
-
deleteGrantSponsoredClassesLink
@Nonnull public GrantServiceBatchChangeSet deleteGrantSponsoredClassesLink(@Nonnull GrantSponsoredClassesLink grantSponsoredClassesLink) Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantSponsoredClassesLinkentity in the S/4HANA system.- Specified by:
deleteGrantSponsoredClassesLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantSponsoredClassesLink-GrantSponsoredClassesLinkentity 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.
-
updateGrantSponsoredProgramsLink
@Nonnull public GrantServiceBatchChangeSet updateGrantSponsoredProgramsLink(@Nonnull GrantSponsoredProgramsLink grantSponsoredProgramsLink) Description copied from interface:GrantServiceBatchChangeSetUpdate an existingGrantSponsoredProgramsLinkentity and save it to the S/4HANA system.- Specified by:
updateGrantSponsoredProgramsLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantSponsoredProgramsLink-GrantSponsoredProgramsLinkentity 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.
-
deleteGrantSponsoredProgramsLink
@Nonnull public GrantServiceBatchChangeSet deleteGrantSponsoredProgramsLink(@Nonnull GrantSponsoredProgramsLink grantSponsoredProgramsLink) Description copied from interface:GrantServiceBatchChangeSetDeletes an existingGrantSponsoredProgramsLinkentity in the S/4HANA system.- Specified by:
deleteGrantSponsoredProgramsLinkin interfaceGrantServiceBatchChangeSet- Parameters:
grantSponsoredProgramsLink-GrantSponsoredProgramsLinkentity 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.
-