Class DefaultConsolidationControllingAreaService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationControllingAreaService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationControllingAreaService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationControllingAreaService")
@Deprecated
public class DefaultConsolidationControllingAreaService
extends Object
implements ServiceWithNavigableEntities, ConsolidationControllingAreaService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation controlling area is a controlling area that can be used for financial consolidation in group reporting. It can either be a controlling area that’s been defined in an area other than group reporting, or it can be a controlling area that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNCONTROLLINGAREA_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_CNSLDTNCONTROLLINGAREA |
| Business Object: | Consolidation Controlling Area |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationControllingAreaService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationControllingAreaService.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 theCnsldtnControllingAreaentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnControllingAreaTextentity collection matching the filter and search expressions.createCnsldtnControllingArea(CnsldtnControllingArea cnsldtnControllingArea) Deprecated.Create a newCnsldtnControllingAreaentity and save it to the S/4HANA system.deleteCnsldtnControllingArea(CnsldtnControllingArea cnsldtnControllingArea) Deprecated.Deletes an existingCnsldtnControllingAreaentity in the S/4HANA system.deleteCnsldtnControllingAreaText(CnsldtnControllingAreaText cnsldtnControllingAreaText) Deprecated.Deletes an existingCnsldtnControllingAreaTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnControllingAreaentities.Deprecated.Fetch multipleCnsldtnControllingAreaTextentities.getCnsldtnControllingAreaByKey(String controllingArea) Deprecated.Fetch a singleCnsldtnControllingAreaentity using key fields.getCnsldtnControllingAreaTextByKey(String language, String controllingArea) Deprecated.Fetch a singleCnsldtnControllingAreaTextentity using key fields.Deprecated.updateCnsldtnControllingArea(CnsldtnControllingArea cnsldtnControllingArea) Deprecated.Update an existingCnsldtnControllingAreaentity and save it to the S/4HANA system.updateCnsldtnControllingAreaText(CnsldtnControllingAreaText cnsldtnControllingAreaText) Deprecated.Update an existingCnsldtnControllingAreaTextentity 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
-
DefaultConsolidationControllingAreaService
public DefaultConsolidationControllingAreaService()Deprecated.Creates a service usingConsolidationControllingAreaService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationControllingAreaService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationControllingAreaServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationControllingAreaService- 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:ConsolidationControllingAreaServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationControllingAreaService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnControllingArea
Deprecated.Description copied from interface:ConsolidationControllingAreaServiceFetch multipleCnsldtnControllingAreaentities.- Specified by:
getAllCnsldtnControllingAreain interfaceConsolidationControllingAreaService- Returns:
- A request builder to fetch multiple
CnsldtnControllingAreaentities. 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.
-
countCnsldtnControllingArea
Deprecated.Description copied from interface:ConsolidationControllingAreaServiceFetch the number of entries from theCnsldtnControllingAreaentity collection matching the filter and search expressions.- Specified by:
countCnsldtnControllingAreain interfaceConsolidationControllingAreaService- Returns:
- A request builder to fetch the count of
CnsldtnControllingAreaentities. 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.
-
getCnsldtnControllingAreaByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnControllingArea> getCnsldtnControllingAreaByKey(String controllingArea) Deprecated.Description copied from interface:ConsolidationControllingAreaServiceFetch a singleCnsldtnControllingAreaentity using key fields.- Specified by:
getCnsldtnControllingAreaByKeyin interfaceConsolidationControllingAreaService- Parameters:
controllingArea- Consolidation Controlling AreaConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnControllingAreaentity 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.
-
createCnsldtnControllingArea
@Nonnull public CreateRequestBuilder<CnsldtnControllingArea> createCnsldtnControllingArea(@Nonnull CnsldtnControllingArea cnsldtnControllingArea) Deprecated.Description copied from interface:ConsolidationControllingAreaServiceCreate a newCnsldtnControllingAreaentity and save it to the S/4HANA system.- Specified by:
createCnsldtnControllingAreain interfaceConsolidationControllingAreaService- Parameters:
cnsldtnControllingArea-CnsldtnControllingAreaentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnControllingAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnControllingArea
@Nonnull public UpdateRequestBuilder<CnsldtnControllingArea> updateCnsldtnControllingArea(@Nonnull CnsldtnControllingArea cnsldtnControllingArea) Deprecated.Description copied from interface:ConsolidationControllingAreaServiceUpdate an existingCnsldtnControllingAreaentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnControllingAreain interfaceConsolidationControllingAreaService- Parameters:
cnsldtnControllingArea-CnsldtnControllingAreaentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnControllingAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnControllingArea
@Nonnull public DeleteRequestBuilder<CnsldtnControllingArea> deleteCnsldtnControllingArea(@Nonnull CnsldtnControllingArea cnsldtnControllingArea) Deprecated.Description copied from interface:ConsolidationControllingAreaServiceDeletes an existingCnsldtnControllingAreaentity in the S/4HANA system.- Specified by:
deleteCnsldtnControllingAreain interfaceConsolidationControllingAreaService- Parameters:
cnsldtnControllingArea-CnsldtnControllingAreaentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnControllingAreaentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnControllingAreaText
Deprecated.Description copied from interface:ConsolidationControllingAreaServiceFetch multipleCnsldtnControllingAreaTextentities.- Specified by:
getAllCnsldtnControllingAreaTextin interfaceConsolidationControllingAreaService- Returns:
- A request builder to fetch multiple
CnsldtnControllingAreaTextentities. 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.
-
countCnsldtnControllingAreaText
Deprecated.Description copied from interface:ConsolidationControllingAreaServiceFetch the number of entries from theCnsldtnControllingAreaTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnControllingAreaTextin interfaceConsolidationControllingAreaService- Returns:
- A request builder to fetch the count of
CnsldtnControllingAreaTextentities. 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.
-
getCnsldtnControllingAreaTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnControllingAreaText> getCnsldtnControllingAreaTextByKey(String language, String controllingArea) Deprecated.Description copied from interface:ConsolidationControllingAreaServiceFetch a singleCnsldtnControllingAreaTextentity using key fields.- Specified by:
getCnsldtnControllingAreaTextByKeyin interfaceConsolidationControllingAreaService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
controllingArea- Consolidation Controlling AreaConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnControllingAreaTextentity 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.
-
updateCnsldtnControllingAreaText
@Nonnull public UpdateRequestBuilder<CnsldtnControllingAreaText> updateCnsldtnControllingAreaText(@Nonnull CnsldtnControllingAreaText cnsldtnControllingAreaText) Deprecated.Description copied from interface:ConsolidationControllingAreaServiceUpdate an existingCnsldtnControllingAreaTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnControllingAreaTextin interfaceConsolidationControllingAreaService- Parameters:
cnsldtnControllingAreaText-CnsldtnControllingAreaTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnControllingAreaTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnControllingAreaText
@Nonnull public DeleteRequestBuilder<CnsldtnControllingAreaText> deleteCnsldtnControllingAreaText(@Nonnull CnsldtnControllingAreaText cnsldtnControllingAreaText) Deprecated.Description copied from interface:ConsolidationControllingAreaServiceDeletes an existingCnsldtnControllingAreaTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnControllingAreaTextin interfaceConsolidationControllingAreaService- Parameters:
cnsldtnControllingAreaText-CnsldtnControllingAreaTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnControllingAreaTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-