Class DefaultConsolidationBusinessAreaService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationBusinessAreaService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationBusinessAreaService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationBusinessAreaService")
@Deprecated
public class DefaultConsolidationBusinessAreaService
extends Object
implements ServiceWithNavigableEntities, ConsolidationBusinessAreaService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation business area is a business area that can be used for financial consolidation in group reporting. It can either be a business area that’s been defined in an area other than group reporting, or it can be a business area that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNBUSINESSAREA_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_CNSLDTNBUSINESSAREA |
| Business Object: | Consolidation Business Area |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationBusinessAreaService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationBusinessAreaService.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 theCnsldtnBusinessAreaentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnBusinessAreaTextentity collection matching the filter and search expressions.createCnsldtnBusinessArea(CnsldtnBusinessArea cnsldtnBusinessArea) Deprecated.Create a newCnsldtnBusinessAreaentity and save it to the S/4HANA system.deleteCnsldtnBusinessArea(CnsldtnBusinessArea cnsldtnBusinessArea) Deprecated.Deletes an existingCnsldtnBusinessAreaentity in the S/4HANA system.deleteCnsldtnBusinessAreaText(CnsldtnBusinessAreaText cnsldtnBusinessAreaText) Deprecated.Deletes an existingCnsldtnBusinessAreaTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnBusinessAreaentities.Deprecated.Fetch multipleCnsldtnBusinessAreaTextentities.getCnsldtnBusinessAreaByKey(String businessArea) Deprecated.Fetch a singleCnsldtnBusinessAreaentity using key fields.getCnsldtnBusinessAreaTextByKey(String language, String businessArea) Deprecated.Fetch a singleCnsldtnBusinessAreaTextentity using key fields.Deprecated.updateCnsldtnBusinessArea(CnsldtnBusinessArea cnsldtnBusinessArea) Deprecated.Update an existingCnsldtnBusinessAreaentity and save it to the S/4HANA system.updateCnsldtnBusinessAreaText(CnsldtnBusinessAreaText cnsldtnBusinessAreaText) Deprecated.Update an existingCnsldtnBusinessAreaTextentity 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
-
DefaultConsolidationBusinessAreaService
public DefaultConsolidationBusinessAreaService()Deprecated.Creates a service usingConsolidationBusinessAreaService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationBusinessAreaService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationBusinessAreaService- 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:ConsolidationBusinessAreaServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationBusinessAreaService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnBusinessArea
Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceFetch multipleCnsldtnBusinessAreaentities.- Specified by:
getAllCnsldtnBusinessAreain interfaceConsolidationBusinessAreaService- Returns:
- A request builder to fetch multiple
CnsldtnBusinessAreaentities. 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.
-
countCnsldtnBusinessArea
Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceFetch the number of entries from theCnsldtnBusinessAreaentity collection matching the filter and search expressions.- Specified by:
countCnsldtnBusinessAreain interfaceConsolidationBusinessAreaService- Returns:
- A request builder to fetch the count of
CnsldtnBusinessAreaentities. 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.
-
getCnsldtnBusinessAreaByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnBusinessArea> getCnsldtnBusinessAreaByKey(String businessArea) Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceFetch a singleCnsldtnBusinessAreaentity using key fields.- Specified by:
getCnsldtnBusinessAreaByKeyin interfaceConsolidationBusinessAreaService- Parameters:
businessArea- Consolidation Business AreaConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnBusinessAreaentity 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.
-
createCnsldtnBusinessArea
@Nonnull public CreateRequestBuilder<CnsldtnBusinessArea> createCnsldtnBusinessArea(@Nonnull CnsldtnBusinessArea cnsldtnBusinessArea) Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceCreate a newCnsldtnBusinessAreaentity and save it to the S/4HANA system.- Specified by:
createCnsldtnBusinessAreain interfaceConsolidationBusinessAreaService- Parameters:
cnsldtnBusinessArea-CnsldtnBusinessAreaentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnBusinessAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnBusinessArea
@Nonnull public UpdateRequestBuilder<CnsldtnBusinessArea> updateCnsldtnBusinessArea(@Nonnull CnsldtnBusinessArea cnsldtnBusinessArea) Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceUpdate an existingCnsldtnBusinessAreaentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnBusinessAreain interfaceConsolidationBusinessAreaService- Parameters:
cnsldtnBusinessArea-CnsldtnBusinessAreaentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnBusinessAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnBusinessArea
@Nonnull public DeleteRequestBuilder<CnsldtnBusinessArea> deleteCnsldtnBusinessArea(@Nonnull CnsldtnBusinessArea cnsldtnBusinessArea) Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceDeletes an existingCnsldtnBusinessAreaentity in the S/4HANA system.- Specified by:
deleteCnsldtnBusinessAreain interfaceConsolidationBusinessAreaService- Parameters:
cnsldtnBusinessArea-CnsldtnBusinessAreaentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnBusinessAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnBusinessAreaText
Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceFetch multipleCnsldtnBusinessAreaTextentities.- Specified by:
getAllCnsldtnBusinessAreaTextin interfaceConsolidationBusinessAreaService- Returns:
- A request builder to fetch multiple
CnsldtnBusinessAreaTextentities. 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.
-
countCnsldtnBusinessAreaText
Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceFetch the number of entries from theCnsldtnBusinessAreaTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnBusinessAreaTextin interfaceConsolidationBusinessAreaService- Returns:
- A request builder to fetch the count of
CnsldtnBusinessAreaTextentities. 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.
-
getCnsldtnBusinessAreaTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnBusinessAreaText> getCnsldtnBusinessAreaTextByKey(String language, String businessArea) Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceFetch a singleCnsldtnBusinessAreaTextentity using key fields.- Specified by:
getCnsldtnBusinessAreaTextByKeyin interfaceConsolidationBusinessAreaService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
businessArea- Consolidation Business AreaConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnBusinessAreaTextentity 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.
-
updateCnsldtnBusinessAreaText
@Nonnull public UpdateRequestBuilder<CnsldtnBusinessAreaText> updateCnsldtnBusinessAreaText(@Nonnull CnsldtnBusinessAreaText cnsldtnBusinessAreaText) Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceUpdate an existingCnsldtnBusinessAreaTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnBusinessAreaTextin interfaceConsolidationBusinessAreaService- Parameters:
cnsldtnBusinessAreaText-CnsldtnBusinessAreaTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnBusinessAreaTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnBusinessAreaText
@Nonnull public DeleteRequestBuilder<CnsldtnBusinessAreaText> deleteCnsldtnBusinessAreaText(@Nonnull CnsldtnBusinessAreaText cnsldtnBusinessAreaText) Deprecated.Description copied from interface:ConsolidationBusinessAreaServiceDeletes an existingCnsldtnBusinessAreaTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnBusinessAreaTextin interfaceConsolidationBusinessAreaService- Parameters:
cnsldtnBusinessAreaText-CnsldtnBusinessAreaTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnBusinessAreaTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-