@Named public class DefaultReadDebitorcreditIndicatorService extends Object implements ReadDebitorcreditIndicatorService
This service enables you to display the debit/credit indicator to be consumed in SAP Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_CONTROLLINGDEBITCREDITCODE_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 |
---|
DefaultReadDebitorcreditIndicatorService() |
Modifier and Type | Method and Description |
---|---|
ControllingDebitCreditCodeFluentHelper |
getAllControllingDebitCreditCode()
Fetch multiple
ControllingDebitCreditCode entities. |
ControllingDebitCreditCodeTFluentHelper |
getAllControllingDebitCreditCodeT()
Fetch multiple
ControllingDebitCreditCodeT entities. |
ControllingDebitCreditCodeByKeyFluentHelper |
getControllingDebitCreditCodeByKey(String controllingDebitCreditCode)
Fetch a single
ControllingDebitCreditCode entity using key fields. |
ControllingDebitCreditCodeTByKeyFluentHelper |
getControllingDebitCreditCodeTByKey(String controllingDebitCreditCode,
String language)
Fetch a single
ControllingDebitCreditCodeT entity using key fields. |
public DefaultReadDebitorcreditIndicatorService()
public ControllingDebitCreditCodeFluentHelper getAllControllingDebitCreditCode()
ReadDebitorcreditIndicatorService
ControllingDebitCreditCode
entities.getAllControllingDebitCreditCode
in interface ReadDebitorcreditIndicatorService
ControllingDebitCreditCode
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 ControllingDebitCreditCodeByKeyFluentHelper getControllingDebitCreditCodeByKey(String controllingDebitCreditCode)
ReadDebitorcreditIndicatorService
ControllingDebitCreditCode
entity using key fields.getControllingDebitCreditCodeByKey
in interface ReadDebitorcreditIndicatorService
ControllingDebitCreditCode
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 ControllingDebitCreditCodeTFluentHelper getAllControllingDebitCreditCodeT()
ReadDebitorcreditIndicatorService
ControllingDebitCreditCodeT
entities.getAllControllingDebitCreditCodeT
in interface ReadDebitorcreditIndicatorService
ControllingDebitCreditCodeT
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 ControllingDebitCreditCodeTByKeyFluentHelper getControllingDebitCreditCodeTByKey(String controllingDebitCreditCode, String language)
ReadDebitorcreditIndicatorService
ControllingDebitCreditCodeT
entity using key fields.getControllingDebitCreditCodeTByKey
in interface ReadDebitorcreditIndicatorService
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
ControllingDebitCreditCodeT
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.