Class DefaultConsolidationFunctionalAreaService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationFunctionalAreaService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationFunctionalAreaService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationFunctionalAreaService")
@Deprecated
public class DefaultConsolidationFunctionalAreaService
extends Object
implements ServiceWithNavigableEntities, ConsolidationFunctionalAreaService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation functional area is a functional area that can be used for financial consolidation in group reporting. It can either be a functional area that’s been defined in an area other than group reporting, or it can be a functional area that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNFUNCTIONALAREA_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Cloud Consolidation Master Data for Group Reporting Integration(SAP_COM_0336) |
| Scope Items: | Group Reporting - Data from External Systems(2U6) |
| Authentication Methods: | x509 |
| Service Group Name: | API_CNSLDTNFUNCTIONALAREA |
| Business Object: | Consolidation Functional Area |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationFunctionalAreaService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationFunctionalAreaService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theCnsldtnFunctionalAreaentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnFunctionalAreaTextentity collection matching the filter and search expressions.createCnsldtnFunctionalArea(CnsldtnFunctionalArea cnsldtnFunctionalArea) Deprecated.Create a newCnsldtnFunctionalAreaentity and save it to the S/4HANA system.deleteCnsldtnFunctionalArea(CnsldtnFunctionalArea cnsldtnFunctionalArea) Deprecated.Deletes an existingCnsldtnFunctionalAreaentity in the S/4HANA system.deleteCnsldtnFunctionalAreaText(CnsldtnFunctionalAreaText cnsldtnFunctionalAreaText) Deprecated.Deletes an existingCnsldtnFunctionalAreaTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnFunctionalAreaentities.Deprecated.Fetch multipleCnsldtnFunctionalAreaTextentities.getCnsldtnFunctionalAreaByKey(String functionalArea) Deprecated.Fetch a singleCnsldtnFunctionalAreaentity using key fields.getCnsldtnFunctionalAreaTextByKey(String language, String functionalArea) Deprecated.Fetch a singleCnsldtnFunctionalAreaTextentity using key fields.Deprecated.updateCnsldtnFunctionalArea(CnsldtnFunctionalArea cnsldtnFunctionalArea) Deprecated.Update an existingCnsldtnFunctionalAreaentity and save it to the S/4HANA system.updateCnsldtnFunctionalAreaText(CnsldtnFunctionalAreaText cnsldtnFunctionalAreaText) Deprecated.Update an existingCnsldtnFunctionalAreaTextentity 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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultConsolidationFunctionalAreaService
public DefaultConsolidationFunctionalAreaService()Deprecated.Creates a service usingConsolidationFunctionalAreaService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationFunctionalAreaService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationFunctionalAreaService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationFunctionalAreaService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnFunctionalArea
Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceFetch multipleCnsldtnFunctionalAreaentities.- Specified by:
getAllCnsldtnFunctionalAreain interfaceConsolidationFunctionalAreaService- Returns:
- A request builder to fetch multiple
CnsldtnFunctionalAreaentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countCnsldtnFunctionalArea
Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceFetch the number of entries from theCnsldtnFunctionalAreaentity collection matching the filter and search expressions.- Specified by:
countCnsldtnFunctionalAreain interfaceConsolidationFunctionalAreaService- Returns:
- A request builder to fetch the count of
CnsldtnFunctionalAreaentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getCnsldtnFunctionalAreaByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnFunctionalArea> getCnsldtnFunctionalAreaByKey(String functionalArea) Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceFetch a singleCnsldtnFunctionalAreaentity using key fields.- Specified by:
getCnsldtnFunctionalAreaByKeyin interfaceConsolidationFunctionalAreaService- Parameters:
functionalArea- Consolidation Functional AreaConstraints: Not nullable, Maximum length: 16
- Returns:
- A request builder to fetch a single
CnsldtnFunctionalAreaentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createCnsldtnFunctionalArea
@Nonnull public CreateRequestBuilder<CnsldtnFunctionalArea> createCnsldtnFunctionalArea(@Nonnull CnsldtnFunctionalArea cnsldtnFunctionalArea) Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceCreate a newCnsldtnFunctionalAreaentity and save it to the S/4HANA system.- Specified by:
createCnsldtnFunctionalAreain interfaceConsolidationFunctionalAreaService- Parameters:
cnsldtnFunctionalArea-CnsldtnFunctionalAreaentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnFunctionalAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnFunctionalArea
@Nonnull public UpdateRequestBuilder<CnsldtnFunctionalArea> updateCnsldtnFunctionalArea(@Nonnull CnsldtnFunctionalArea cnsldtnFunctionalArea) Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceUpdate an existingCnsldtnFunctionalAreaentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnFunctionalAreain interfaceConsolidationFunctionalAreaService- Parameters:
cnsldtnFunctionalArea-CnsldtnFunctionalAreaentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnFunctionalAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnFunctionalArea
@Nonnull public DeleteRequestBuilder<CnsldtnFunctionalArea> deleteCnsldtnFunctionalArea(@Nonnull CnsldtnFunctionalArea cnsldtnFunctionalArea) Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceDeletes an existingCnsldtnFunctionalAreaentity in the S/4HANA system.- Specified by:
deleteCnsldtnFunctionalAreain interfaceConsolidationFunctionalAreaService- Parameters:
cnsldtnFunctionalArea-CnsldtnFunctionalAreaentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnFunctionalAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnFunctionalAreaText
Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceFetch multipleCnsldtnFunctionalAreaTextentities.- Specified by:
getAllCnsldtnFunctionalAreaTextin interfaceConsolidationFunctionalAreaService- Returns:
- A request builder to fetch multiple
CnsldtnFunctionalAreaTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countCnsldtnFunctionalAreaText
Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceFetch the number of entries from theCnsldtnFunctionalAreaTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnFunctionalAreaTextin interfaceConsolidationFunctionalAreaService- Returns:
- A request builder to fetch the count of
CnsldtnFunctionalAreaTextentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getCnsldtnFunctionalAreaTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnFunctionalAreaText> getCnsldtnFunctionalAreaTextByKey(String language, String functionalArea) Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceFetch a singleCnsldtnFunctionalAreaTextentity using key fields.- Specified by:
getCnsldtnFunctionalAreaTextByKeyin interfaceConsolidationFunctionalAreaService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
functionalArea- Consolidation Functional AreaConstraints: Not nullable, Maximum length: 16
- Returns:
- A request builder to fetch a single
CnsldtnFunctionalAreaTextentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnFunctionalAreaText
@Nonnull public UpdateRequestBuilder<CnsldtnFunctionalAreaText> updateCnsldtnFunctionalAreaText(@Nonnull CnsldtnFunctionalAreaText cnsldtnFunctionalAreaText) Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceUpdate an existingCnsldtnFunctionalAreaTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnFunctionalAreaTextin interfaceConsolidationFunctionalAreaService- Parameters:
cnsldtnFunctionalAreaText-CnsldtnFunctionalAreaTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnFunctionalAreaTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnFunctionalAreaText
@Nonnull public DeleteRequestBuilder<CnsldtnFunctionalAreaText> deleteCnsldtnFunctionalAreaText(@Nonnull CnsldtnFunctionalAreaText cnsldtnFunctionalAreaText) Deprecated.Description copied from interface:ConsolidationFunctionalAreaServiceDeletes an existingCnsldtnFunctionalAreaTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnFunctionalAreaTextin interfaceConsolidationFunctionalAreaService- Parameters:
cnsldtnFunctionalAreaText-CnsldtnFunctionalAreaTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnFunctionalAreaTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-