Class DefaultConsolidationProfitCenterService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationProfitCenterService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationProfitCenterService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationProfitCenterService")
@Deprecated
public class DefaultConsolidationProfitCenterService
extends Object
implements ServiceWithNavigableEntities, ConsolidationProfitCenterService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation profit center is a profit center that can be used for financial consolidation in group reporting. It can either be a profit center that’s been defined in an area other than group reporting, or it can be a profit center that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNPROFITCENTER_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_CNSLDTNPROFITCENTER |
| Business Object: | Consolidation Profit Center |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationProfitCenterService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationProfitCenterService.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 theCnsldtnProfitCenterentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnProfitCenterTextentity collection matching the filter and search expressions.createCnsldtnProfitCenter(CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Create a newCnsldtnProfitCenterentity and save it to the S/4HANA system.deleteCnsldtnProfitCenter(CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Deletes an existingCnsldtnProfitCenterentity in the S/4HANA system.deleteCnsldtnProfitCenterText(CnsldtnProfitCenterText cnsldtnProfitCenterText) Deprecated.Deletes an existingCnsldtnProfitCenterTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnProfitCenterentities.Deprecated.Fetch multipleCnsldtnProfitCenterTextentities.getCnsldtnProfitCenterByKey(String controllingArea, String profitCenter) Deprecated.Fetch a singleCnsldtnProfitCenterentity using key fields.getCnsldtnProfitCenterTextByKey(String language, String controllingArea, String profitCenter) Deprecated.Fetch a singleCnsldtnProfitCenterTextentity using key fields.Deprecated.updateCnsldtnProfitCenter(CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Update an existingCnsldtnProfitCenterentity and save it to the S/4HANA system.updateCnsldtnProfitCenterText(CnsldtnProfitCenterText cnsldtnProfitCenterText) Deprecated.Update an existingCnsldtnProfitCenterTextentity 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
-
DefaultConsolidationProfitCenterService
public DefaultConsolidationProfitCenterService()Deprecated.Creates a service usingConsolidationProfitCenterService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationProfitCenterService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationProfitCenterServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationProfitCenterService- 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:ConsolidationProfitCenterServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationProfitCenterService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnProfitCenter
Deprecated.Description copied from interface:ConsolidationProfitCenterServiceFetch multipleCnsldtnProfitCenterentities.- Specified by:
getAllCnsldtnProfitCenterin interfaceConsolidationProfitCenterService- Returns:
- A request builder to fetch multiple
CnsldtnProfitCenterentities. 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.
-
countCnsldtnProfitCenter
Deprecated.Description copied from interface:ConsolidationProfitCenterServiceFetch the number of entries from theCnsldtnProfitCenterentity collection matching the filter and search expressions.- Specified by:
countCnsldtnProfitCenterin interfaceConsolidationProfitCenterService- Returns:
- A request builder to fetch the count of
CnsldtnProfitCenterentities. 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.
-
getCnsldtnProfitCenterByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnProfitCenter> getCnsldtnProfitCenterByKey(String controllingArea, String profitCenter) Deprecated.Description copied from interface:ConsolidationProfitCenterServiceFetch a singleCnsldtnProfitCenterentity using key fields.- Specified by:
getCnsldtnProfitCenterByKeyin interfaceConsolidationProfitCenterService- Parameters:
controllingArea- Consolidation Controlling AreaConstraints: Not nullable, Maximum length: 4
profitCenter- Consolidation Profit CenterConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnProfitCenterentity 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.
-
createCnsldtnProfitCenter
@Nonnull public CreateRequestBuilder<CnsldtnProfitCenter> createCnsldtnProfitCenter(@Nonnull CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Description copied from interface:ConsolidationProfitCenterServiceCreate a newCnsldtnProfitCenterentity and save it to the S/4HANA system.- Specified by:
createCnsldtnProfitCenterin interfaceConsolidationProfitCenterService- Parameters:
cnsldtnProfitCenter-CnsldtnProfitCenterentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnProfitCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnProfitCenter
@Nonnull public UpdateRequestBuilder<CnsldtnProfitCenter> updateCnsldtnProfitCenter(@Nonnull CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Description copied from interface:ConsolidationProfitCenterServiceUpdate an existingCnsldtnProfitCenterentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnProfitCenterin interfaceConsolidationProfitCenterService- Parameters:
cnsldtnProfitCenter-CnsldtnProfitCenterentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnProfitCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnProfitCenter
@Nonnull public DeleteRequestBuilder<CnsldtnProfitCenter> deleteCnsldtnProfitCenter(@Nonnull CnsldtnProfitCenter cnsldtnProfitCenter) Deprecated.Description copied from interface:ConsolidationProfitCenterServiceDeletes an existingCnsldtnProfitCenterentity in the S/4HANA system.- Specified by:
deleteCnsldtnProfitCenterin interfaceConsolidationProfitCenterService- Parameters:
cnsldtnProfitCenter-CnsldtnProfitCenterentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnProfitCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnProfitCenterText
Deprecated.Description copied from interface:ConsolidationProfitCenterServiceFetch multipleCnsldtnProfitCenterTextentities.- Specified by:
getAllCnsldtnProfitCenterTextin interfaceConsolidationProfitCenterService- Returns:
- A request builder to fetch multiple
CnsldtnProfitCenterTextentities. 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.
-
countCnsldtnProfitCenterText
Deprecated.Description copied from interface:ConsolidationProfitCenterServiceFetch the number of entries from theCnsldtnProfitCenterTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnProfitCenterTextin interfaceConsolidationProfitCenterService- Returns:
- A request builder to fetch the count of
CnsldtnProfitCenterTextentities. 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.
-
getCnsldtnProfitCenterTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnProfitCenterText> getCnsldtnProfitCenterTextByKey(String language, String controllingArea, String profitCenter) Deprecated.Description copied from interface:ConsolidationProfitCenterServiceFetch a singleCnsldtnProfitCenterTextentity using key fields.- Specified by:
getCnsldtnProfitCenterTextByKeyin interfaceConsolidationProfitCenterService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
controllingArea- Consolidation Controlling AreaConstraints: Not nullable, Maximum length: 4
profitCenter- Consolidation Profit CenterConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnProfitCenterTextentity 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.
-
updateCnsldtnProfitCenterText
@Nonnull public UpdateRequestBuilder<CnsldtnProfitCenterText> updateCnsldtnProfitCenterText(@Nonnull CnsldtnProfitCenterText cnsldtnProfitCenterText) Deprecated.Description copied from interface:ConsolidationProfitCenterServiceUpdate an existingCnsldtnProfitCenterTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnProfitCenterTextin interfaceConsolidationProfitCenterService- Parameters:
cnsldtnProfitCenterText-CnsldtnProfitCenterTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnProfitCenterTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnProfitCenterText
@Nonnull public DeleteRequestBuilder<CnsldtnProfitCenterText> deleteCnsldtnProfitCenterText(@Nonnull CnsldtnProfitCenterText cnsldtnProfitCenterText) Deprecated.Description copied from interface:ConsolidationProfitCenterServiceDeletes an existingCnsldtnProfitCenterTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnProfitCenterTextin interfaceConsolidationProfitCenterService- Parameters:
cnsldtnProfitCenterText-CnsldtnProfitCenterTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnProfitCenterTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-