Interface GrantService
- All Superinterfaces:
BatchService<GrantServiceBatch>
- All Known Implementing Classes:
DefaultGrantService
This service enables you to create, read, update, and delete the grant master data from SAP S/4HANA Cloud system. This service is based on the OData protocol and can be consumed in SAP Fiori apps and other user interfaces..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_GRANTCORE |
| API Version: | 1.1.1 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Public Sector API Integration(SAP_COM_0761) |
| Scope Items: | Government Budget Planning(6UC) |
| Authentication Methods: | x509 |
| Business Object: | Grant |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionchangeLifecycleStatus(String grantID, String grantLifecycleStatus) Deprecated.Creates a fluent helper for the ChangeLifecycleStatus OData function import.createGrantCore(GrantCore grantCore) Deprecated.Create a newGrantCoreentity and save it to the S/4HANA system.deleteGrantBdgtValidityLink(GrantBdgtValidityLink grantBdgtValidityLink) Deprecated.Deletes an existingGrantBdgtValidityLinkentity in the S/4HANA system.deleteGrantCore(GrantCore grantCore) Deprecated.Deletes an existingGrantCoreentity in the S/4HANA system.deleteGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Deprecated.Deletes an existingGrantCostSharingLinkentity in the S/4HANA system.deleteGrantFundsLink(GrantFundsLink grantFundsLink) Deprecated.Deletes an existingGrantFundsLinkentity in the S/4HANA system.deleteGrantObjOvrHeadCostCapLink(GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Deprecated.Deletes an existingGrantObjOvrHeadCostCapLinkentity in the S/4HANA system.deleteGrantOverHeadCostCapLink(GrantOverHeadCostCapLink grantOverHeadCostCapLink) Deprecated.Deletes an existingGrantOverHeadCostCapLinkentity in the S/4HANA system.deleteGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Deprecated.Deletes an existingGrantOverHeadCostLinkentity in the S/4HANA system.deleteGrantSponsoredClassesLink(GrantSponsoredClassesLink grantSponsoredClassesLink) Deprecated.Deletes an existingGrantSponsoredClassesLinkentity in the S/4HANA system.deleteGrantSponsoredProgramsLink(GrantSponsoredProgramsLink grantSponsoredProgramsLink) Deprecated.Deletes an existingGrantSponsoredProgramsLinkentity in the S/4HANA system.Deprecated.Fetch multipleGrantBdgtValidityLinkentities.Deprecated.Fetch multipleGrantCoreentities.Deprecated.Fetch multipleGrantCoreTextentities.Deprecated.Fetch multipleGrantCostSharingLinkentities.Deprecated.Fetch multipleGrantFundsLinkentities.Deprecated.Fetch multipleGrantObjOvrHeadCostCapLinkentities.Deprecated.Fetch multipleGrantOverHeadCostCapLinkentities.Deprecated.Fetch multipleGrantOverHeadCostLinkentities.Deprecated.Fetch multipleGrantSponsoredClassesLinkentities.Deprecated.Fetch multipleGrantSponsoredProgramsLinkentities.getGrantBdgtValidityLinkByKey(String grantID, String granteeMgmtBdgtPhase, String granteeMgmtBudgetStatus, String gteeMBudgetValidityNumber) Deprecated.Fetch a singleGrantBdgtValidityLinkentity using key fields.getGrantCoreByKey(String grantID) Deprecated.Fetch a singleGrantCoreentity using key fields.getGrantCoreTextByKey(String grantID, String language) Deprecated.Fetch a singleGrantCoreTextentity using key fields.getGrantCostSharingLinkByKey(String grantID, String financialManagementArea, String fund, String sponsoredProgram, String sponsoredClass, String gteeMCostSharingSource) Deprecated.Fetch a singleGrantCostSharingLinkentity using key fields.getGrantFundsLinkByKey(String grantID, String financialManagementArea, String fund) Deprecated.Fetch a singleGrantFundsLinkentity using key fields.getGrantObjOvrHeadCostCapLinkByKey(String grantID, String sponsoredProgram, String sponsoredClass, LocalDateTime validityStartDate) Deprecated.Fetch a singleGrantObjOvrHeadCostCapLinkentity using key fields.getGrantOverHeadCostCapLinkByKey(String grantID, LocalDateTime validityStartDate) Deprecated.Fetch a singleGrantOverHeadCostCapLinkentity using key fields.getGrantOverHeadCostLinkByKey(String grantID, String sponsoredProgram, String sponsoredClass, LocalDateTime validityStartDate) Deprecated.Fetch a singleGrantOverHeadCostLinkentity using key fields.getGrantSponsoredClassesLinkByKey(String grantID, String sponsoredClass) Deprecated.Fetch a singleGrantSponsoredClassesLinkentity using key fields.getGrantSponsoredProgramsLinkByKey(String grantID, String sponsoredProgram) Deprecated.Fetch a singleGrantSponsoredProgramsLinkentity using key fields.updateGrantBdgtValidityLink(GrantBdgtValidityLink grantBdgtValidityLink) Deprecated.Update an existingGrantBdgtValidityLinkentity and save it to the S/4HANA system.updateGrantCore(GrantCore grantCore) Deprecated.Update an existingGrantCoreentity and save it to the S/4HANA system.updateGrantCoreText(GrantCoreText grantCoreText) Deprecated.Update an existingGrantCoreTextentity and save it to the S/4HANA system.updateGrantCostSharingLink(GrantCostSharingLink grantCostSharingLink) Deprecated.Update an existingGrantCostSharingLinkentity and save it to the S/4HANA system.updateGrantFundsLink(GrantFundsLink grantFundsLink) Deprecated.Update an existingGrantFundsLinkentity and save it to the S/4HANA system.updateGrantObjOvrHeadCostCapLink(GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Deprecated.Update an existingGrantObjOvrHeadCostCapLinkentity and save it to the S/4HANA system.updateGrantOverHeadCostCapLink(GrantOverHeadCostCapLink grantOverHeadCostCapLink) Deprecated.Update an existingGrantOverHeadCostCapLinkentity and save it to the S/4HANA system.updateGrantOverHeadCostLink(GrantOverHeadCostLink grantOverHeadCostLink) Deprecated.Update an existingGrantOverHeadCostLinkentity and save it to the S/4HANA system.updateGrantSponsoredClassesLink(GrantSponsoredClassesLink grantSponsoredClassesLink) Deprecated.Update an existingGrantSponsoredClassesLinkentity and save it to the S/4HANA system.updateGrantSponsoredProgramsLink(GrantSponsoredProgramsLink grantSponsoredProgramsLink) Deprecated.Update an existingGrantSponsoredProgramsLinkentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllGrantBdgtValidityLink
Deprecated.Fetch multipleGrantBdgtValidityLinkentities.- Returns:
- A fluent helper to fetch multiple
GrantBdgtValidityLinkentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantBdgtValidityLinkByKey
@Nonnull GrantBdgtValidityLinkByKeyFluentHelper getGrantBdgtValidityLinkByKey(String grantID, String granteeMgmtBdgtPhase, String granteeMgmtBudgetStatus, String gteeMBudgetValidityNumber) Deprecated.Fetch a singleGrantBdgtValidityLinkentity using key fields.- Parameters:
granteeMgmtBudgetStatus- Budget Status: Unreleased/ReleasedConstraints: Not nullable, Maximum length: 1
grantID- GrantConstraints: Not nullable, Maximum length: 20
granteeMgmtBdgtPhase- Budget PhaseConstraints: Not nullable, Maximum length: 1
gteeMBudgetValidityNumber- Budget Validity NumberConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
GrantBdgtValidityLinkentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantBdgtValidityLink
@Nonnull GrantBdgtValidityLinkUpdateFluentHelper updateGrantBdgtValidityLink(@Nonnull GrantBdgtValidityLink grantBdgtValidityLink) Deprecated.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:
- A fluent helper to update an existing
GrantBdgtValidityLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteGrantBdgtValidityLink
@Nonnull GrantBdgtValidityLinkDeleteFluentHelper deleteGrantBdgtValidityLink(@Nonnull GrantBdgtValidityLink grantBdgtValidityLink) Deprecated.Deletes an existingGrantBdgtValidityLinkentity in the S/4HANA system.- Parameters:
grantBdgtValidityLink-GrantBdgtValidityLinkentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
GrantBdgtValidityLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllGrantCore
Deprecated.Fetch multipleGrantCoreentities.- Returns:
- A fluent helper to fetch multiple
GrantCoreentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantCoreByKey
Deprecated.Fetch a singleGrantCoreentity using key fields.- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
GrantCoreentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
createGrantCore
Deprecated.Create a newGrantCoreentity and save it to the S/4HANA system. -
updateGrantCore
Deprecated.Update an existingGrantCoreentity and save it to the S/4HANA system. -
deleteGrantCore
Deprecated.Deletes an existingGrantCoreentity in the S/4HANA system. -
getAllGrantCoreText
Deprecated.Fetch multipleGrantCoreTextentities.- Returns:
- A fluent helper to fetch multiple
GrantCoreTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantCoreTextByKey
Deprecated.Fetch a singleGrantCoreTextentity using key fields.- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
GrantCoreTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantCoreText
Deprecated.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:
- A fluent helper to update an existing
GrantCoreTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllGrantCostSharingLink
Deprecated.Fetch multipleGrantCostSharingLinkentities.- Returns:
- A fluent helper to fetch multiple
GrantCostSharingLinkentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantCostSharingLinkByKey
@Nonnull GrantCostSharingLinkByKeyFluentHelper getGrantCostSharingLinkByKey(String grantID, String financialManagementArea, String fund, String sponsoredProgram, String sponsoredClass, String gteeMCostSharingSource) Deprecated.Fetch a singleGrantCostSharingLinkentity using key fields.- Parameters:
financialManagementArea- Financial Management AreaConstraints: Not nullable, Maximum length: 4
grantID- GrantConstraints: Not nullable, Maximum length: 20
sponsoredClass- Sponsored ClassConstraints: Not nullable, Maximum length: 20
fund- FundConstraints: Not nullable, Maximum length: 10
gteeMCostSharingSource- Cost Sharing SourceConstraints: Not nullable, Maximum length: 1
sponsoredProgram- Sponsored ProgramConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
GrantCostSharingLinkentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantCostSharingLink
@Nonnull GrantCostSharingLinkUpdateFluentHelper updateGrantCostSharingLink(@Nonnull GrantCostSharingLink grantCostSharingLink) Deprecated.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:
- A fluent helper to update an existing
GrantCostSharingLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteGrantCostSharingLink
@Nonnull GrantCostSharingLinkDeleteFluentHelper deleteGrantCostSharingLink(@Nonnull GrantCostSharingLink grantCostSharingLink) Deprecated.Deletes an existingGrantCostSharingLinkentity in the S/4HANA system.- Parameters:
grantCostSharingLink-GrantCostSharingLinkentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
GrantCostSharingLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllGrantFundsLink
Deprecated.Fetch multipleGrantFundsLinkentities.- Returns:
- A fluent helper to fetch multiple
GrantFundsLinkentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantFundsLinkByKey
@Nonnull GrantFundsLinkByKeyFluentHelper getGrantFundsLinkByKey(String grantID, String financialManagementArea, String fund) Deprecated.Fetch a singleGrantFundsLinkentity using key fields.- Parameters:
financialManagementArea- Financial Management AreaConstraints: Not nullable, Maximum length: 4
grantID- GrantConstraints: Not nullable, Maximum length: 20
fund- FundConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
GrantFundsLinkentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantFundsLink
@Nonnull GrantFundsLinkUpdateFluentHelper updateGrantFundsLink(@Nonnull GrantFundsLink grantFundsLink) Deprecated.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:
- A fluent helper to update an existing
GrantFundsLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteGrantFundsLink
@Nonnull GrantFundsLinkDeleteFluentHelper deleteGrantFundsLink(@Nonnull GrantFundsLink grantFundsLink) Deprecated.Deletes an existingGrantFundsLinkentity in the S/4HANA system.- Parameters:
grantFundsLink-GrantFundsLinkentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
GrantFundsLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllGrantObjOvrHeadCostCapLink
Deprecated.Fetch multipleGrantObjOvrHeadCostCapLinkentities.- Returns:
- A fluent helper to fetch multiple
GrantObjOvrHeadCostCapLinkentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantObjOvrHeadCostCapLinkByKey
@Nonnull GrantObjOvrHeadCostCapLinkByKeyFluentHelper getGrantObjOvrHeadCostCapLinkByKey(String grantID, String sponsoredProgram, String sponsoredClass, LocalDateTime validityStartDate) Deprecated.Fetch a singleGrantObjOvrHeadCostCapLinkentity using key fields.- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
sponsoredClass- Sponsored ClassConstraints: Not nullable, Maximum length: 20
validityStartDate- Valid-from DateConstraints: Not nullable, Precision: 0
sponsoredProgram- Sponsored ProgramConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
GrantObjOvrHeadCostCapLinkentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantObjOvrHeadCostCapLink
@Nonnull GrantObjOvrHeadCostCapLinkUpdateFluentHelper updateGrantObjOvrHeadCostCapLink(@Nonnull GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Deprecated.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:
- A fluent helper to update an existing
GrantObjOvrHeadCostCapLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteGrantObjOvrHeadCostCapLink
@Nonnull GrantObjOvrHeadCostCapLinkDeleteFluentHelper deleteGrantObjOvrHeadCostCapLink(@Nonnull GrantObjOvrHeadCostCapLink grantObjOvrHeadCostCapLink) Deprecated.Deletes an existingGrantObjOvrHeadCostCapLinkentity in the S/4HANA system.- Parameters:
grantObjOvrHeadCostCapLink-GrantObjOvrHeadCostCapLinkentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
GrantObjOvrHeadCostCapLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllGrantOverHeadCostCapLink
Deprecated.Fetch multipleGrantOverHeadCostCapLinkentities.- Returns:
- A fluent helper to fetch multiple
GrantOverHeadCostCapLinkentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantOverHeadCostCapLinkByKey
@Nonnull GrantOverHeadCostCapLinkByKeyFluentHelper getGrantOverHeadCostCapLinkByKey(String grantID, LocalDateTime validityStartDate) Deprecated.Fetch a singleGrantOverHeadCostCapLinkentity using key fields.- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
validityStartDate- Valid-from DateConstraints: Not nullable, Precision: 0
- Returns:
- A fluent helper to fetch a single
GrantOverHeadCostCapLinkentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantOverHeadCostCapLink
@Nonnull GrantOverHeadCostCapLinkUpdateFluentHelper updateGrantOverHeadCostCapLink(@Nonnull GrantOverHeadCostCapLink grantOverHeadCostCapLink) Deprecated.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:
- A fluent helper to update an existing
GrantOverHeadCostCapLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteGrantOverHeadCostCapLink
@Nonnull GrantOverHeadCostCapLinkDeleteFluentHelper deleteGrantOverHeadCostCapLink(@Nonnull GrantOverHeadCostCapLink grantOverHeadCostCapLink) Deprecated.Deletes an existingGrantOverHeadCostCapLinkentity in the S/4HANA system.- Parameters:
grantOverHeadCostCapLink-GrantOverHeadCostCapLinkentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
GrantOverHeadCostCapLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllGrantOverHeadCostLink
Deprecated.Fetch multipleGrantOverHeadCostLinkentities.- Returns:
- A fluent helper to fetch multiple
GrantOverHeadCostLinkentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantOverHeadCostLinkByKey
@Nonnull GrantOverHeadCostLinkByKeyFluentHelper getGrantOverHeadCostLinkByKey(String grantID, String sponsoredProgram, String sponsoredClass, LocalDateTime validityStartDate) Deprecated.Fetch a singleGrantOverHeadCostLinkentity using key fields.- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
sponsoredClass- Sponsored ClassConstraints: Not nullable, Maximum length: 20
validityStartDate- Valid-from DateConstraints: Not nullable, Precision: 0
sponsoredProgram- Sponsored ProgramConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
GrantOverHeadCostLinkentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantOverHeadCostLink
@Nonnull GrantOverHeadCostLinkUpdateFluentHelper updateGrantOverHeadCostLink(@Nonnull GrantOverHeadCostLink grantOverHeadCostLink) Deprecated.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:
- A fluent helper to update an existing
GrantOverHeadCostLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteGrantOverHeadCostLink
@Nonnull GrantOverHeadCostLinkDeleteFluentHelper deleteGrantOverHeadCostLink(@Nonnull GrantOverHeadCostLink grantOverHeadCostLink) Deprecated.Deletes an existingGrantOverHeadCostLinkentity in the S/4HANA system.- Parameters:
grantOverHeadCostLink-GrantOverHeadCostLinkentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
GrantOverHeadCostLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllGrantSponsoredClassesLink
Deprecated.Fetch multipleGrantSponsoredClassesLinkentities.- Returns:
- A fluent helper to fetch multiple
GrantSponsoredClassesLinkentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantSponsoredClassesLinkByKey
@Nonnull GrantSponsoredClassesLinkByKeyFluentHelper getGrantSponsoredClassesLinkByKey(String grantID, String sponsoredClass) Deprecated.Fetch a singleGrantSponsoredClassesLinkentity using key fields.- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
sponsoredClass- Sponsored ClassConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
GrantSponsoredClassesLinkentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantSponsoredClassesLink
@Nonnull GrantSponsoredClassesLinkUpdateFluentHelper updateGrantSponsoredClassesLink(@Nonnull GrantSponsoredClassesLink grantSponsoredClassesLink) Deprecated.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:
- A fluent helper to update an existing
GrantSponsoredClassesLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteGrantSponsoredClassesLink
@Nonnull GrantSponsoredClassesLinkDeleteFluentHelper deleteGrantSponsoredClassesLink(@Nonnull GrantSponsoredClassesLink grantSponsoredClassesLink) Deprecated.Deletes an existingGrantSponsoredClassesLinkentity in the S/4HANA system.- Parameters:
grantSponsoredClassesLink-GrantSponsoredClassesLinkentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
GrantSponsoredClassesLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllGrantSponsoredProgramsLink
Deprecated.Fetch multipleGrantSponsoredProgramsLinkentities.- Returns:
- A fluent helper to fetch multiple
GrantSponsoredProgramsLinkentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getGrantSponsoredProgramsLinkByKey
@Nonnull GrantSponsoredProgramsLinkByKeyFluentHelper getGrantSponsoredProgramsLinkByKey(String grantID, String sponsoredProgram) Deprecated.Fetch a singleGrantSponsoredProgramsLinkentity using key fields.- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
sponsoredProgram- Sponsored ProgramConstraints: Not nullable, Maximum length: 20
- Returns:
- A fluent helper to fetch a single
GrantSponsoredProgramsLinkentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
updateGrantSponsoredProgramsLink
@Nonnull GrantSponsoredProgramsLinkUpdateFluentHelper updateGrantSponsoredProgramsLink(@Nonnull GrantSponsoredProgramsLink grantSponsoredProgramsLink) Deprecated.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:
- A fluent helper to update an existing
GrantSponsoredProgramsLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteGrantSponsoredProgramsLink
@Nonnull GrantSponsoredProgramsLinkDeleteFluentHelper deleteGrantSponsoredProgramsLink(@Nonnull GrantSponsoredProgramsLink grantSponsoredProgramsLink) Deprecated.Deletes an existingGrantSponsoredProgramsLinkentity in the S/4HANA system.- Parameters:
grantSponsoredProgramsLink-GrantSponsoredProgramsLinkentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
GrantSponsoredProgramsLinkentity. To perform execution, call theexecutemethod on the fluent helper object.
-
changeLifecycleStatus
@Nonnull ChangeLifecycleStatusFluentHelper changeLifecycleStatus(@Nonnull String grantID, @Nullable String grantLifecycleStatus) Deprecated.Creates a fluent helper for the ChangeLifecycleStatus OData function import.
- Parameters:
grantID- GrantConstraints: Not nullable, Maximum length: 20
Original parameter name from the Odata EDM: GrantID
grantLifecycleStatus- Lifecycle StatusConstraints: Nullable, Maximum length: 5
Original parameter name from the Odata EDM: GrantLifecycleStatus
- Returns:
- A fluent helper object that will execute the ChangeLifecycleStatus OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-