@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultSalesDistrictService") public class DefaultSalesDistrictService extends Object implements SalesDistrictService
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 |
---|
DefaultSalesDistrictService() |
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()
SalesDistrictService
SalesDistrict
entities.getAllSalesDistrict
in interface SalesDistrictService
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)
SalesDistrictService
SalesDistrict
entity using key fields.getSalesDistrictByKey
in interface SalesDistrictService
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()
SalesDistrictService
SalesDistrictText
entities.getAllSalesDistrictText
in interface SalesDistrictService
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)
SalesDistrictService
SalesDistrictText
entity using key fields.getSalesDistrictTextByKey
in interface SalesDistrictService
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 © 2018 SAP SE. All rights reserved.