@Named public class DefaultReadFunctionalAreaService extends Object implements ReadFunctionalAreaService
This service enables you to display functional area master data to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_FUNCTIONALAREA_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 |
---|
DefaultReadFunctionalAreaService() |
Modifier and Type | Method and Description |
---|---|
FunctionalAreaFluentHelper |
getAllFunctionalArea()
Fetch multiple
FunctionalArea entities. |
FunctionalAreaTextFluentHelper |
getAllFunctionalAreaText()
Fetch multiple
FunctionalAreaText entities. |
FunctionalAreaByKeyFluentHelper |
getFunctionalAreaByKey(String functionalArea)
Fetch a single
FunctionalArea entity using key fields. |
FunctionalAreaTextByKeyFluentHelper |
getFunctionalAreaTextByKey(String language,
String functionalArea)
Fetch a single
FunctionalAreaText entity using key fields. |
public FunctionalAreaFluentHelper getAllFunctionalArea()
ReadFunctionalAreaService
FunctionalArea
entities.getAllFunctionalArea
in interface ReadFunctionalAreaService
FunctionalArea
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 FunctionalAreaByKeyFluentHelper getFunctionalAreaByKey(String functionalArea)
ReadFunctionalAreaService
FunctionalArea
entity using key fields.getFunctionalAreaByKey
in interface ReadFunctionalAreaService
functionalArea
- Structure criterion for an enterprise or government based on functional aspects.Constraints: Not nullable, Maximum length: 16
FunctionalArea
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 FunctionalAreaTextFluentHelper getAllFunctionalAreaText()
ReadFunctionalAreaService
FunctionalAreaText
entities.getAllFunctionalAreaText
in interface ReadFunctionalAreaService
FunctionalAreaText
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 FunctionalAreaTextByKeyFluentHelper getFunctionalAreaTextByKey(String language, String functionalArea)
ReadFunctionalAreaService
FunctionalAreaText
entity using key fields.getFunctionalAreaTextByKey
in interface ReadFunctionalAreaService
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
functionalArea
- Structure criterion for an enterprise or government based on functional aspects.Constraints: Not nullable, Maximum length: 16
FunctionalAreaText
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 © 2017 SAP SE. All rights reserved.