@Named public class DefaultReadSalesDistrictService extends Object implements ReadSalesDistrictService
This service enables you to display sales district master data to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_SALESDISTRICT_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 |
---|
DefaultReadSalesDistrictService() |
Modifier and Type | Method and Description |
---|---|
SalesDistrictFluentHelper |
getAllSalesDistrict()
Fetch multiple
SalesDistrict entities. |
SalesDistrictTextFluentHelper |
getAllSalesDistrictText()
Fetch multiple
SalesDistrictText entities. |
SalesDistrictByKeyFluentHelper |
getSalesDistrictByKey(String salesDistrict)
Fetch a single
SalesDistrict entity using key fields. |
SalesDistrictTextByKeyFluentHelper |
getSalesDistrictTextByKey(String salesDistrict,
String language)
Fetch a single
SalesDistrictText entity using key fields. |
public SalesDistrictFluentHelper getAllSalesDistrict()
ReadSalesDistrictService
SalesDistrict
entities.getAllSalesDistrict
in interface ReadSalesDistrictService
SalesDistrict
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 SalesDistrictByKeyFluentHelper getSalesDistrictByKey(String salesDistrict)
ReadSalesDistrictService
SalesDistrict
entity using key fields.getSalesDistrictByKey
in interface ReadSalesDistrictService
salesDistrict
- A geographical sales district or region.Constraints: Not nullable, Maximum length: 6
SalesDistrict
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 SalesDistrictTextFluentHelper getAllSalesDistrictText()
ReadSalesDistrictService
SalesDistrictText
entities.getAllSalesDistrictText
in interface ReadSalesDistrictService
SalesDistrictText
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 SalesDistrictTextByKeyFluentHelper getSalesDistrictTextByKey(String salesDistrict, String language)
ReadSalesDistrictService
SalesDistrictText
entity using key fields.getSalesDistrictTextByKey
in interface ReadSalesDistrictService
salesDistrict
- A geographical sales district or region.Constraints: Not nullable, Maximum length: 6
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
SalesDistrictText
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.