Class DefaultStatisticalKeyFigureService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultStatisticalKeyFigureService
- All Implemented Interfaces:
BatchService<StatisticalKeyFigureServiceBatch>,StatisticalKeyFigureService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultStatisticalKeyFigureService")
@Deprecated
public class DefaultStatisticalKeyFigureService
extends Object
implements StatisticalKeyFigureService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service is based on the OData protocol and can be consumed in Fiori apps and on other user interfaces..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_STATISTICALKEYFIGURE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Statistical Key Figure Integration(SAP_COM_0130) |
| Scope Items: | Overhead Cost Accounting(J54) |
| Authentication Methods: | x509 |
| Business Object: | Statistical Key Figure |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.StatisticalKeyFigureService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingStatisticalKeyFigureService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Deprecated.Create a newStatisticalKeyFigureentity and save it to the S/4HANA system.createStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Create a newStatisticalKeyFigureTextentity and save it to the S/4HANA system.deleteStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Deprecated.Deletes an existingStatisticalKeyFigureentity in the S/4HANA system.deleteStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Deletes an existingStatisticalKeyFigureTextentity in the S/4HANA system.Deprecated.Fetch multipleStatisticalKeyFigureentities.Deprecated.Fetch multipleStatisticalKeyFigureTextentities.getStatisticalKeyFigureByKey(String statisticalKeyFigure, String controllingArea) Deprecated.Fetch a singleStatisticalKeyFigureentity using key fields.getStatisticalKeyFigureTextByKey(String language, String controllingArea, String statisticalKeyFigure) Deprecated.Fetch a singleStatisticalKeyFigureTextentity using key fields.updateStatisticalKeyFigure(StatisticalKeyFigure statisticalKeyFigure) Deprecated.Update an existingStatisticalKeyFigureentity and save it to the S/4HANA system.updateStatisticalKeyFigureText(StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Update an existingStatisticalKeyFigureTextentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultStatisticalKeyFigureService
public DefaultStatisticalKeyFigureService()Deprecated.Creates a service usingStatisticalKeyFigureService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:StatisticalKeyFigureServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceStatisticalKeyFigureService- 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<StatisticalKeyFigureServiceBatch>
-
getAllStatisticalKeyFigure
Deprecated.Description copied from interface:StatisticalKeyFigureServiceFetch multipleStatisticalKeyFigureentities.- Specified by:
getAllStatisticalKeyFigurein interfaceStatisticalKeyFigureService- Returns:
- A fluent helper to fetch multiple
StatisticalKeyFigureentities. 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.
-
getStatisticalKeyFigureByKey
@Nonnull public StatisticalKeyFigureByKeyFluentHelper getStatisticalKeyFigureByKey(String statisticalKeyFigure, String controllingArea) Deprecated.Description copied from interface:StatisticalKeyFigureServiceFetch a singleStatisticalKeyFigureentity using key fields.- Specified by:
getStatisticalKeyFigureByKeyin interfaceStatisticalKeyFigureService- Parameters:
statisticalKeyFigure- Statistical Key FigureConstraints: Not nullable, Maximum length: 6
controllingArea- Controlling AreaConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
StatisticalKeyFigureentity 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.
-
createStatisticalKeyFigure
@Nonnull public StatisticalKeyFigureCreateFluentHelper createStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Deprecated.Description copied from interface:StatisticalKeyFigureServiceCreate a newStatisticalKeyFigureentity and save it to the S/4HANA system.- Specified by:
createStatisticalKeyFigurein interfaceStatisticalKeyFigureService- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
StatisticalKeyFigureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateStatisticalKeyFigure
@Nonnull public StatisticalKeyFigureUpdateFluentHelper updateStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Deprecated.Description copied from interface:StatisticalKeyFigureServiceUpdate an existingStatisticalKeyFigureentity and save it to the S/4HANA system.- Specified by:
updateStatisticalKeyFigurein interfaceStatisticalKeyFigureService- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
StatisticalKeyFigureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteStatisticalKeyFigure
@Nonnull public StatisticalKeyFigureDeleteFluentHelper deleteStatisticalKeyFigure(@Nonnull StatisticalKeyFigure statisticalKeyFigure) Deprecated.Description copied from interface:StatisticalKeyFigureServiceDeletes an existingStatisticalKeyFigureentity in the S/4HANA system.- Specified by:
deleteStatisticalKeyFigurein interfaceStatisticalKeyFigureService- Parameters:
statisticalKeyFigure-StatisticalKeyFigureentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
StatisticalKeyFigureentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllStatisticalKeyFigureText
Deprecated.Description copied from interface:StatisticalKeyFigureServiceFetch multipleStatisticalKeyFigureTextentities.- Specified by:
getAllStatisticalKeyFigureTextin interfaceStatisticalKeyFigureService- Returns:
- A fluent helper to fetch multiple
StatisticalKeyFigureTextentities. 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.
-
getStatisticalKeyFigureTextByKey
@Nonnull public StatisticalKeyFigureTextByKeyFluentHelper getStatisticalKeyFigureTextByKey(String language, String controllingArea, String statisticalKeyFigure) Deprecated.Description copied from interface:StatisticalKeyFigureServiceFetch a singleStatisticalKeyFigureTextentity using key fields.- Specified by:
getStatisticalKeyFigureTextByKeyin interfaceStatisticalKeyFigureService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
controllingArea- Controlling AreaConstraints: Not nullable, Maximum length: 4
statisticalKeyFigure- Statistical Key FigureConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
StatisticalKeyFigureTextentity 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.
-
createStatisticalKeyFigureText
@Nonnull public StatisticalKeyFigureTextCreateFluentHelper createStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Description copied from interface:StatisticalKeyFigureServiceCreate a newStatisticalKeyFigureTextentity and save it to the S/4HANA system.- Specified by:
createStatisticalKeyFigureTextin interfaceStatisticalKeyFigureService- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
StatisticalKeyFigureTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateStatisticalKeyFigureText
@Nonnull public StatisticalKeyFigureTextUpdateFluentHelper updateStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Description copied from interface:StatisticalKeyFigureServiceUpdate an existingStatisticalKeyFigureTextentity and save it to the S/4HANA system.- Specified by:
updateStatisticalKeyFigureTextin interfaceStatisticalKeyFigureService- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
StatisticalKeyFigureTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteStatisticalKeyFigureText
@Nonnull public StatisticalKeyFigureTextDeleteFluentHelper deleteStatisticalKeyFigureText(@Nonnull StatisticalKeyFigureText statisticalKeyFigureText) Deprecated.Description copied from interface:StatisticalKeyFigureServiceDeletes an existingStatisticalKeyFigureTextentity in the S/4HANA system.- Specified by:
deleteStatisticalKeyFigureTextin interfaceStatisticalKeyFigureService- Parameters:
statisticalKeyFigureText-StatisticalKeyFigureTextentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
StatisticalKeyFigureTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-