Class DefaultDebitOrCreditIndicatorService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultDebitOrCreditIndicatorService
- All Implemented Interfaces:
BatchService<DebitOrCreditIndicatorServiceBatch>,DebitOrCreditIndicatorService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultDebitOrCreditIndicatorService")
@Deprecated
public class DefaultDebitOrCreditIndicatorService
extends Object
implements DebitOrCreditIndicatorService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The service contains the controlling debit credit code and controlling debit credit code text nodes.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_CONTROLLINGDEBITCREDITCODE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | SAP Analytics Cloud for Planning Integration(SAP_COM_0087) |
| Scope Items: | Import Connection setup with SAP Analytics Cloud(1YB) |
| Authentication Methods: | x509 |
| Business Object: | ControllingDebitCreditCode |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.DebitOrCreditIndicatorService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingDebitOrCreditIndicatorService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleControllingDebitCreditCodeentities.Deprecated.Fetch multipleControllingDebitCreditCodeTentities.getControllingDebitCreditCodeByKey(String controllingDebitCreditCode) Deprecated.Fetch a singleControllingDebitCreditCodeentity using key fields.getControllingDebitCreditCodeTByKey(String controllingDebitCreditCode, String language) Deprecated.Fetch a singleControllingDebitCreditCodeTentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultDebitOrCreditIndicatorService
public DefaultDebitOrCreditIndicatorService()Deprecated.Creates a service usingDebitOrCreditIndicatorService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:DebitOrCreditIndicatorServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceDebitOrCreditIndicatorService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<DebitOrCreditIndicatorServiceBatch>
-
getAllControllingDebitCreditCode
Deprecated.Description copied from interface:DebitOrCreditIndicatorServiceFetch multipleControllingDebitCreditCodeentities.- Specified by:
getAllControllingDebitCreditCodein interfaceDebitOrCreditIndicatorService- Returns:
- A fluent helper to fetch multiple
ControllingDebitCreditCodeentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getControllingDebitCreditCodeByKey
@Nonnull public ControllingDebitCreditCodeByKeyFluentHelper getControllingDebitCreditCodeByKey(String controllingDebitCreditCode) Deprecated.Description copied from interface:DebitOrCreditIndicatorServiceFetch a singleControllingDebitCreditCodeentity using key fields.- Specified by:
getControllingDebitCreditCodeByKeyin interfaceDebitOrCreditIndicatorService- Parameters:
controllingDebitCreditCode- CO Debit/Credit IndicatorConstraints: Not nullable, Maximum length: 1
- Returns:
- A fluent helper to fetch a single
ControllingDebitCreditCodeentity 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 theexecutemethod on the fluent helper object.
-
getAllControllingDebitCreditCodeT
Deprecated.Description copied from interface:DebitOrCreditIndicatorServiceFetch multipleControllingDebitCreditCodeTentities.- Specified by:
getAllControllingDebitCreditCodeTin interfaceDebitOrCreditIndicatorService- Returns:
- A fluent helper to fetch multiple
ControllingDebitCreditCodeTentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getControllingDebitCreditCodeTByKey
@Nonnull public ControllingDebitCreditCodeTByKeyFluentHelper getControllingDebitCreditCodeTByKey(String controllingDebitCreditCode, String language) Deprecated.Description copied from interface:DebitOrCreditIndicatorServiceFetch a singleControllingDebitCreditCodeTentity using key fields.- Specified by:
getControllingDebitCreditCodeTByKeyin interfaceDebitOrCreditIndicatorService- Parameters:
controllingDebitCreditCode- CO Debit/Credit IndicatorConstraints: Not nullable, Maximum length: 1
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
ControllingDebitCreditCodeTentity 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 theexecutemethod on the fluent helper object.
-