Class DefaultFundHierarchyService
- All Implemented Interfaces:
BatchService<FundHierarchyServiceBatch>,FundHierarchyService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.FundHierarchyService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingFundHierarchyService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.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.
-
Constructor Details
-
DefaultFundHierarchyService
public DefaultFundHierarchyService()Deprecated.Creates a service usingFundHierarchyService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:FundHierarchyServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceFundHierarchyService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<FundHierarchyServiceBatch>
-
getAllFundCoreHierarchy
Deprecated.Description copied from interface:FundHierarchyServiceFetch multipleFundCoreHierarchyentities.- Specified by:
getAllFundCoreHierarchyin interfaceFundHierarchyService- 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 public FundCoreHierarchyByKeyFluentHelper getFundCoreHierarchyByKey(String fundHierarchy, LocalDateTime validityEndDate) Deprecated.Description copied from interface:FundHierarchyServiceFetch a singleFundCoreHierarchyentity using key fields.- Specified by:
getFundCoreHierarchyByKeyin interfaceFundHierarchyService- Parameters:
fundHierarchy- Fund HierarchyConstraints: Not nullable, Maximum length: 42
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
- 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.Description copied from interface:FundHierarchyServiceFetch multipleFundCoreHierarchyNodeTextentities.- Specified by:
getAllFundCoreHierarchyNodeTextin interfaceFundHierarchyService- 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 public FundCoreHierarchyNodeTextByKeyFluentHelper getFundCoreHierarchyNodeTextByKey(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language) Deprecated.Description copied from interface:FundHierarchyServiceFetch a singleFundCoreHierarchyNodeTextentity using key fields.- Specified by:
getFundCoreHierarchyNodeTextByKeyin interfaceFundHierarchyService- Parameters:
fundHierarchy- Fund HierarchyConstraints: Not nullable, Maximum length: 42
hierarchyNode- Hierarchy nodeConstraints: Not nullable, Maximum length: 50
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
language- Language KeyConstraints: Not nullable, Maximum length: 2
- 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.Description copied from interface:FundHierarchyServiceFetch multipleFundCoreHierarchyTextentities.- Specified by:
getAllFundCoreHierarchyTextin interfaceFundHierarchyService- 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 public FundCoreHierarchyTextByKeyFluentHelper getFundCoreHierarchyTextByKey(String fundHierarchy, LocalDateTime validityEndDate, String language) Deprecated.Description copied from interface:FundHierarchyServiceFetch a singleFundCoreHierarchyTextentity using key fields.- Specified by:
getFundCoreHierarchyTextByKeyin interfaceFundHierarchyService- Parameters:
fundHierarchy- Fund HierarchyConstraints: Not nullable, Maximum length: 42
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
language- Language KeyConstraints: Not nullable, Maximum length: 2
- 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.Description copied from interface:FundHierarchyServiceFetch multipleFundCoreHierNodeentities.- Specified by:
getAllFundCoreHierNodein interfaceFundHierarchyService- 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 public FundCoreHierNodeByKeyFluentHelper getFundCoreHierNodeByKey(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate) Deprecated.Description copied from interface:FundHierarchyServiceFetch a singleFundCoreHierNodeentity using key fields.- Specified by:
getFundCoreHierNodeByKeyin interfaceFundHierarchyService- Parameters:
fundHierarchy- Fund HierarchyConstraints: Not nullable, Maximum length: 42
hierarchyNode- Hierarchy nodeConstraints: Not nullable, Maximum length: 50
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
- 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.
-