Interface FundHierarchyService
- All Superinterfaces:
BatchService<FundHierarchyServiceBatch>
- All Known Implementing Classes:
DefaultFundHierarchyService
This service enables you to read the fund hierarchy 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_FUNDCOREHIERARCHY |
| API Version: | 1.0.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: | Fund |
-
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 TypeMethodDescriptionDeprecated.Fetch multipleFundCoreHierarchyentities.Deprecated.Fetch multipleFundCoreHierarchyNodeTextentities.Deprecated.Fetch multipleFundCoreHierarchyTextentities.Deprecated.Fetch multipleFundCoreHierNodeentities.getFundCoreHierarchyByKey(String fundHierarchy, LocalDateTime validityEndDate) Deprecated.Fetch a singleFundCoreHierarchyentity using key fields.getFundCoreHierarchyNodeTextByKey(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language) Deprecated.Fetch a singleFundCoreHierarchyNodeTextentity using key fields.getFundCoreHierarchyTextByKey(String fundHierarchy, LocalDateTime validityEndDate, String language) Deprecated.Fetch a singleFundCoreHierarchyTextentity using key fields.getFundCoreHierNodeByKey(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate) Deprecated.Fetch a singleFundCoreHierNodeentity using key fields.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.
-
getAllFundCoreHierarchy
Deprecated.Fetch multipleFundCoreHierarchyentities.- Returns:
- A fluent helper to fetch multiple
FundCoreHierarchyentities. 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.
-
getFundCoreHierarchyByKey
@Nonnull FundCoreHierarchyByKeyFluentHelper getFundCoreHierarchyByKey(String fundHierarchy, LocalDateTime validityEndDate) Deprecated.Fetch a singleFundCoreHierarchyentity using key fields.- Parameters:
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
fundHierarchy- Fund HierarchyConstraints: Not nullable, Maximum length: 42
- Returns:
- A fluent helper to fetch a single
FundCoreHierarchyentity 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.
-
getAllFundCoreHierarchyNodeText
Deprecated.Fetch multipleFundCoreHierarchyNodeTextentities.- Returns:
- A fluent helper to fetch multiple
FundCoreHierarchyNodeTextentities. 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.
-
getFundCoreHierarchyNodeTextByKey
@Nonnull FundCoreHierarchyNodeTextByKeyFluentHelper getFundCoreHierarchyNodeTextByKey(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language) Deprecated.Fetch a singleFundCoreHierarchyNodeTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
fundHierarchy- Fund HierarchyConstraints: Not nullable, Maximum length: 42
hierarchyNode- Hierarchy nodeConstraints: Not nullable, Maximum length: 50
- Returns:
- A fluent helper to fetch a single
FundCoreHierarchyNodeTextentity 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.
-
getAllFundCoreHierarchyText
Deprecated.Fetch multipleFundCoreHierarchyTextentities.- Returns:
- A fluent helper to fetch multiple
FundCoreHierarchyTextentities. 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.
-
getFundCoreHierarchyTextByKey
@Nonnull FundCoreHierarchyTextByKeyFluentHelper getFundCoreHierarchyTextByKey(String fundHierarchy, LocalDateTime validityEndDate, String language) Deprecated.Fetch a singleFundCoreHierarchyTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
fundHierarchy- Fund HierarchyConstraints: Not nullable, Maximum length: 42
- Returns:
- A fluent helper to fetch a single
FundCoreHierarchyTextentity 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.
-
getAllFundCoreHierNode
Deprecated.Fetch multipleFundCoreHierNodeentities.- Returns:
- A fluent helper to fetch multiple
FundCoreHierNodeentities. 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.
-
getFundCoreHierNodeByKey
@Nonnull FundCoreHierNodeByKeyFluentHelper getFundCoreHierNodeByKey(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate) Deprecated.Fetch a singleFundCoreHierNodeentity using key fields.- Parameters:
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
fundHierarchy- Fund HierarchyConstraints: Not nullable, Maximum length: 42
hierarchyNode- Hierarchy nodeConstraints: Not nullable, Maximum length: 50
- Returns:
- A fluent helper to fetch a single
FundCoreHierNodeentity 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.
-