Interface FundHierarchyService

All Superinterfaces:
BatchService<FundHierarchyServiceBatch>
All Known Implementing Classes:
DefaultFundHierarchyService

@Deprecated public interface FundHierarchyService extends BatchService<FundHierarchyServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

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..

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull FundHierarchyService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull FundCoreHierarchyFluentHelper getAllFundCoreHierarchy()
      Deprecated.
      Fetch multiple FundCoreHierarchy entities.
      Returns:
      A fluent helper to fetch multiple FundCoreHierarchy entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFundCoreHierarchyByKey

      @Nonnull FundCoreHierarchyByKeyFluentHelper getFundCoreHierarchyByKey(String fundHierarchy, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single FundCoreHierarchy entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      fundHierarchy - Fund Hierarchy

      Constraints: Not nullable, Maximum length: 42

      Returns:
      A fluent helper to fetch a single FundCoreHierarchy entity 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 the execute method on the fluent helper object.
    • getAllFundCoreHierarchyNodeText

      @Nonnull FundCoreHierarchyNodeTextFluentHelper getAllFundCoreHierarchyNodeText()
      Deprecated.
      Fetch multiple FundCoreHierarchyNodeText entities.
      Returns:
      A fluent helper to fetch multiple FundCoreHierarchyNodeText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFundCoreHierarchyNodeTextByKey

      @Nonnull FundCoreHierarchyNodeTextByKeyFluentHelper getFundCoreHierarchyNodeTextByKey(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single FundCoreHierarchyNodeText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      fundHierarchy - Fund Hierarchy

      Constraints: Not nullable, Maximum length: 42

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single FundCoreHierarchyNodeText entity 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 the execute method on the fluent helper object.
    • getAllFundCoreHierarchyText

      @Nonnull FundCoreHierarchyTextFluentHelper getAllFundCoreHierarchyText()
      Deprecated.
      Fetch multiple FundCoreHierarchyText entities.
      Returns:
      A fluent helper to fetch multiple FundCoreHierarchyText entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFundCoreHierarchyTextByKey

      @Nonnull FundCoreHierarchyTextByKeyFluentHelper getFundCoreHierarchyTextByKey(String fundHierarchy, LocalDateTime validityEndDate, String language)
      Deprecated.
      Fetch a single FundCoreHierarchyText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      fundHierarchy - Fund Hierarchy

      Constraints: Not nullable, Maximum length: 42

      Returns:
      A fluent helper to fetch a single FundCoreHierarchyText entity 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 the execute method on the fluent helper object.
    • getAllFundCoreHierNode

      @Nonnull FundCoreHierNodeFluentHelper getAllFundCoreHierNode()
      Deprecated.
      Fetch multiple FundCoreHierNode entities.
      Returns:
      A fluent helper to fetch multiple FundCoreHierNode entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getFundCoreHierNodeByKey

      @Nonnull FundCoreHierNodeByKeyFluentHelper getFundCoreHierNodeByKey(String fundHierarchy, String hierarchyNode, LocalDateTime validityEndDate)
      Deprecated.
      Fetch a single FundCoreHierNode entity using key fields.
      Parameters:
      validityEndDate - Validity End Date

      Constraints: Not nullable, Precision: 0

      fundHierarchy - Fund Hierarchy

      Constraints: Not nullable, Maximum length: 42

      hierarchyNode - Hierarchy node

      Constraints: Not nullable, Maximum length: 50

      Returns:
      A fluent helper to fetch a single FundCoreHierNode entity 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 the execute method on the fluent helper object.