Interface GrantServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<GrantServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<GrantServiceBatch>
- All Known Implementing Classes:
DefaultGrantServiceBatchChangeSet
public interface GrantServiceBatchChangeSet
extends FluentHelperBatchChangeSet<GrantServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<GrantServiceBatch>
This interface enables you to combine multiple operations into one change set. 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.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 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
-
updateGrantBdgtValidityLink
@Nonnull GrantServiceBatchChangeSet updateGrantBdgtValidityLink(@Nonnull GrantBdgtValidityLink grantBdgtValidityLink) Update an existingGrantBdgtValidityLinkentity and save it to the S/4HANA system.- 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 GrantServiceBatchChangeSet deleteGrantBdgtValidityLink(@Nonnull GrantBdgtValidityLink grantBdgtValidityLink) Deletes an existingGrantBdgtValidityLinkentity in the S/4HANA system.- 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
Create a newGrantCoreentity and save it to the S/4HANA system.- 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
Update an existingGrantCoreentity and save it to the S/4HANA system.- 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
Deletes an existingGrantCoreentity in the S/4HANA system.- 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
Update an existingGrantCoreTextentity and save it to the S/4HANA system.- 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 GrantServiceBatchChangeSet updateGrantCostSharingLink(@Nonnull GrantCostSharingLink grantCostSharingLink) Update an existingGrantCostSharingLinkentity and save it to the S/4HANA system.- 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 GrantServiceBatchChangeSet deleteGrantCostSharingLink(@Nonnull GrantCostSharingLink grantCostSharingLink) Deletes an existingGrantCostSharingLinkentity in the S/4HANA system.- 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
Update an existingGrantFundsLinkentity and save it to the S/4HANA system.- 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
Deletes an existingGrantFundsLinkentity in the S/4HANA system.- 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 GrantServiceBatchChangeSet updateGrantObjOvrHeadCostCapLink(@Nonnull GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Update an existingGrantObjOvrHeadCostCapLinkentity and save it to the S/4HANA system.- 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 GrantServiceBatchChangeSet deleteGrantObjOvrHeadCostCapLink(@Nonnull GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Deletes an existingGrantObjOvrHeadCostCapLinkentity in the S/4HANA system.- 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 GrantServiceBatchChangeSet updateGrantOverHeadCostCapLink(@Nonnull GrantOverHeadCostCapLink grantOverHeadCostCapLink) Update an existingGrantOverHeadCostCapLinkentity and save it to the S/4HANA system.- 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 GrantServiceBatchChangeSet deleteGrantOverHeadCostCapLink(@Nonnull GrantOverHeadCostCapLink grantOverHeadCostCapLink) Deletes an existingGrantOverHeadCostCapLinkentity in the S/4HANA system.- 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 GrantServiceBatchChangeSet updateGrantOverHeadCostLink(@Nonnull GrantOverHeadCostLink grantOverHeadCostLink) Update an existingGrantOverHeadCostLinkentity and save it to the S/4HANA system.- 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 GrantServiceBatchChangeSet deleteGrantOverHeadCostLink(@Nonnull GrantOverHeadCostLink grantOverHeadCostLink) Deletes an existingGrantOverHeadCostLinkentity in the S/4HANA system.- 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 GrantServiceBatchChangeSet updateGrantSponsoredClassesLink(@Nonnull GrantSponsoredClassesLink grantSponsoredClassesLink) Update an existingGrantSponsoredClassesLinkentity and save it to the S/4HANA system.- 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 GrantServiceBatchChangeSet deleteGrantSponsoredClassesLink(@Nonnull GrantSponsoredClassesLink grantSponsoredClassesLink) Deletes an existingGrantSponsoredClassesLinkentity in the S/4HANA system.- 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 GrantServiceBatchChangeSet updateGrantSponsoredProgramsLink(@Nonnull GrantSponsoredProgramsLink grantSponsoredProgramsLink) Update an existingGrantSponsoredProgramsLinkentity and save it to the S/4HANA system.- 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 GrantServiceBatchChangeSet deleteGrantSponsoredProgramsLink(@Nonnull GrantSponsoredProgramsLink grantSponsoredProgramsLink) Deletes an existingGrantSponsoredProgramsLinkentity in the S/4HANA system.- 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.
-