Class DefaultBudgetAccountHierarchyService
- All Implemented Interfaces:
BatchService<BudgetAccountHierarchyServiceBatch>,BudgetAccountHierarchyService
This service enables you to read the budget account hierarchy 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_BUDGETACCOUNTCOREHIER |
| 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: | General Ledger Account |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.BudgetAccountHierarchyService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingBudgetAccountHierarchyService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleBudgetAccountCoreHierarchyentities.Deprecated.Fetch multipleBudgetAccountCoreHierarchyTextentities.Deprecated.Fetch multipleBudgetAccountCoreHierNodeentities.Deprecated.Fetch multipleBudgetPeriodCoreHierarchyNodeTextentities.getBudgetAccountCoreHierarchyByKey(String budgetAccountHierarchy, LocalDateTime validityEndDate) Deprecated.Fetch a singleBudgetAccountCoreHierarchyentity using key fields.getBudgetAccountCoreHierarchyTextByKey(String budgetAccountHierarchy, LocalDateTime validityEndDate, String language) Deprecated.Fetch a singleBudgetAccountCoreHierarchyTextentity using key fields.getBudgetAccountCoreHierNodeByKey(String budgetAccountHierarchy, String hierarchyNode, LocalDateTime validityEndDate) Deprecated.Fetch a singleBudgetAccountCoreHierNodeentity using key fields.getBudgetPeriodCoreHierarchyNodeTextByKey(String budgetAccountHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language) Deprecated.Fetch a singleBudgetPeriodCoreHierarchyNodeTextentity 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
-
DefaultBudgetAccountHierarchyService
public DefaultBudgetAccountHierarchyService()Deprecated.Creates a service usingBudgetAccountHierarchyService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:BudgetAccountHierarchyServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceBudgetAccountHierarchyService- 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<BudgetAccountHierarchyServiceBatch>
-
getAllBudgetAccountCoreHierarchy
Deprecated.Description copied from interface:BudgetAccountHierarchyServiceFetch multipleBudgetAccountCoreHierarchyentities.- Specified by:
getAllBudgetAccountCoreHierarchyin interfaceBudgetAccountHierarchyService- Returns:
- A fluent helper to fetch multiple
BudgetAccountCoreHierarchyentities. 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.
-
getBudgetAccountCoreHierarchyByKey
@Nonnull public BudgetAccountCoreHierarchyByKeyFluentHelper getBudgetAccountCoreHierarchyByKey(String budgetAccountHierarchy, LocalDateTime validityEndDate) Deprecated.Description copied from interface:BudgetAccountHierarchyServiceFetch a singleBudgetAccountCoreHierarchyentity using key fields.- Specified by:
getBudgetAccountCoreHierarchyByKeyin interfaceBudgetAccountHierarchyService- Parameters:
budgetAccountHierarchy- Budget Account HierarchyConstraints: Not nullable, Maximum length: 42
validityEndDate- Validity End DateConstraints: Not nullable, Precision: 0
- Returns:
- A fluent helper to fetch a single
BudgetAccountCoreHierarchyentity 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.
-
getAllBudgetAccountCoreHierarchyText
Deprecated.Description copied from interface:BudgetAccountHierarchyServiceFetch multipleBudgetAccountCoreHierarchyTextentities.- Specified by:
getAllBudgetAccountCoreHierarchyTextin interfaceBudgetAccountHierarchyService- Returns:
- A fluent helper to fetch multiple
BudgetAccountCoreHierarchyTextentities. 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.
-
getBudgetAccountCoreHierarchyTextByKey
@Nonnull public BudgetAccountCoreHierarchyTextByKeyFluentHelper getBudgetAccountCoreHierarchyTextByKey(String budgetAccountHierarchy, LocalDateTime validityEndDate, String language) Deprecated.Description copied from interface:BudgetAccountHierarchyServiceFetch a singleBudgetAccountCoreHierarchyTextentity using key fields.- Specified by:
getBudgetAccountCoreHierarchyTextByKeyin interfaceBudgetAccountHierarchyService- Parameters:
budgetAccountHierarchy- Budget Account 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
BudgetAccountCoreHierarchyTextentity 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.
-
getAllBudgetAccountCoreHierNode
Deprecated.Description copied from interface:BudgetAccountHierarchyServiceFetch multipleBudgetAccountCoreHierNodeentities.- Specified by:
getAllBudgetAccountCoreHierNodein interfaceBudgetAccountHierarchyService- Returns:
- A fluent helper to fetch multiple
BudgetAccountCoreHierNodeentities. 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.
-
getBudgetAccountCoreHierNodeByKey
@Nonnull public BudgetAccountCoreHierNodeByKeyFluentHelper getBudgetAccountCoreHierNodeByKey(String budgetAccountHierarchy, String hierarchyNode, LocalDateTime validityEndDate) Deprecated.Description copied from interface:BudgetAccountHierarchyServiceFetch a singleBudgetAccountCoreHierNodeentity using key fields.- Specified by:
getBudgetAccountCoreHierNodeByKeyin interfaceBudgetAccountHierarchyService- Parameters:
budgetAccountHierarchy- Budget Account 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
BudgetAccountCoreHierNodeentity 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.
-
getAllBudgetPeriodCoreHierarchyNodeText
@Nonnull public BudgetPeriodCoreHierarchyNodeTextFluentHelper getAllBudgetPeriodCoreHierarchyNodeText()Deprecated.Description copied from interface:BudgetAccountHierarchyServiceFetch multipleBudgetPeriodCoreHierarchyNodeTextentities.- Specified by:
getAllBudgetPeriodCoreHierarchyNodeTextin interfaceBudgetAccountHierarchyService- Returns:
- A fluent helper to fetch multiple
BudgetPeriodCoreHierarchyNodeTextentities. 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.
-
getBudgetPeriodCoreHierarchyNodeTextByKey
@Nonnull public BudgetPeriodCoreHierarchyNodeTextByKeyFluentHelper getBudgetPeriodCoreHierarchyNodeTextByKey(String budgetAccountHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String language) Deprecated.Description copied from interface:BudgetAccountHierarchyServiceFetch a singleBudgetPeriodCoreHierarchyNodeTextentity using key fields.- Specified by:
getBudgetPeriodCoreHierarchyNodeTextByKeyin interfaceBudgetAccountHierarchyService- Parameters:
budgetAccountHierarchy- Budget Account 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
BudgetPeriodCoreHierarchyNodeTextentity 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.
-