@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultPlanningCategoryService") public class DefaultPlanningCategoryService extends Object implements PlanningCategoryService
This service enables you to display planning category master data to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_PLANNINGCATEGORY_SRV |
API Version: | 1 |
Communication Scenario: | SAP Business Objects Cloud for Planning Integration (SAP_COM_0087) |
Scope Items: | oData Integration with SAP Business Objects Cloud for Planning (1YB) |
Constructor and Description |
---|
DefaultPlanningCategoryService() |
Modifier and Type | Method and Description |
---|---|
PlanningCategoryFluentHelper |
getAllPlanningCategory()
Fetch multiple
PlanningCategory entities. |
PlanningCategoryTextFluentHelper |
getAllPlanningCategoryText()
Fetch multiple
PlanningCategoryText entities. |
PlanningCategoryByKeyFluentHelper |
getPlanningCategoryByKey(String planningCategory)
Fetch a single
PlanningCategory entity using key fields. |
PlanningCategoryTextByKeyFluentHelper |
getPlanningCategoryTextByKey(String planningCategory,
String language)
Fetch a single
PlanningCategoryText entity using key fields. |
public PlanningCategoryFluentHelper getAllPlanningCategory()
PlanningCategoryService
PlanningCategory
entities.getAllPlanningCategory
in interface PlanningCategoryService
PlanningCategory
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.public PlanningCategoryByKeyFluentHelper getPlanningCategoryByKey(String planningCategory)
PlanningCategoryService
PlanningCategory
entity using key fields.getPlanningCategoryByKey
in interface PlanningCategoryService
planningCategory
- Specifies the BPC category.Constraints: Not nullable, Maximum length: 10
PlanningCategory
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.public PlanningCategoryTextFluentHelper getAllPlanningCategoryText()
PlanningCategoryService
PlanningCategoryText
entities.getAllPlanningCategoryText
in interface PlanningCategoryService
PlanningCategoryText
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.public PlanningCategoryTextByKeyFluentHelper getPlanningCategoryTextByKey(String planningCategory, String language)
PlanningCategoryService
PlanningCategoryText
entity using key fields.getPlanningCategoryTextByKey
in interface PlanningCategoryService
planningCategory
- Specifies the BPC category.Constraints: Not nullable, Maximum length: 10
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
PlanningCategoryText
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.Copyright © 2018 SAP SE. All rights reserved.