@Named public class DefaultReadBusinessAreaService extends Object implements ReadBusinessAreaService
This service enables you to read business area master data in an API call. It is based on the OData protocol, and can be consumed in Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_BUSINESSAREA_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 |
---|
DefaultReadBusinessAreaService() |
Modifier and Type | Method and Description |
---|---|
BusinessAreaFluentHelper |
getAllBusinessArea()
Fetch multiple
BusinessArea entities. |
BusinessAreaTextFluentHelper |
getAllBusinessAreaText()
Fetch multiple
BusinessAreaText entities. |
BusinessAreaByKeyFluentHelper |
getBusinessAreaByKey(String businessArea)
Fetch a single
BusinessArea entity using key fields. |
BusinessAreaTextByKeyFluentHelper |
getBusinessAreaTextByKey(String businessArea,
String language)
Fetch a single
BusinessAreaText entity using key fields. |
public BusinessAreaFluentHelper getAllBusinessArea()
ReadBusinessAreaService
BusinessArea
entities.getAllBusinessArea
in interface ReadBusinessAreaService
BusinessArea
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 BusinessAreaByKeyFluentHelper getBusinessAreaByKey(String businessArea)
ReadBusinessAreaService
BusinessArea
entity using key fields.getBusinessAreaByKey
in interface ReadBusinessAreaService
businessArea
- Key that uniquely identifies a business area.Constraints: Not nullable, Maximum length: 4
BusinessArea
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 BusinessAreaTextFluentHelper getAllBusinessAreaText()
ReadBusinessAreaService
BusinessAreaText
entities.getAllBusinessAreaText
in interface ReadBusinessAreaService
BusinessAreaText
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 BusinessAreaTextByKeyFluentHelper getBusinessAreaTextByKey(String businessArea, String language)
ReadBusinessAreaService
BusinessAreaText
entity using key fields.getBusinessAreaTextByKey
in interface ReadBusinessAreaService
businessArea
- Key that uniquely identifies a business area.Constraints: Not nullable, Maximum length: 4
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
BusinessAreaText
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.