Class DefaultConsolidationCostCenterService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationCostCenterService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationCostCenterService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationCostCenterService")
@Deprecated
public class DefaultConsolidationCostCenterService
extends Object
implements ServiceWithNavigableEntities, ConsolidationCostCenterService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation cost center is a cost center that can be used for financial consolidation in group reporting. It can either be a cost center that’s been defined in an area other than group reporting, or it can be a cost center that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNCOSTCENTER_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_CNSLDTNCOSTCENTER |
| Business Object: | Consolidation Cost Center |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationCostCenterService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationCostCenterService.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 theCnsldtnCostCenterentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnCostCenterTextentity collection matching the filter and search expressions.createCnsldtnCostCenter(CnsldtnCostCenter cnsldtnCostCenter) Deprecated.Create a newCnsldtnCostCenterentity and save it to the S/4HANA system.deleteCnsldtnCostCenter(CnsldtnCostCenter cnsldtnCostCenter) Deprecated.Deletes an existingCnsldtnCostCenterentity in the S/4HANA system.deleteCnsldtnCostCenterText(CnsldtnCostCenterText cnsldtnCostCenterText) Deprecated.Deletes an existingCnsldtnCostCenterTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnCostCenterentities.Deprecated.Fetch multipleCnsldtnCostCenterTextentities.getCnsldtnCostCenterByKey(String controllingArea, String costCenter) Deprecated.Fetch a singleCnsldtnCostCenterentity using key fields.getCnsldtnCostCenterTextByKey(String language, String controllingArea, String costCenter) Deprecated.Fetch a singleCnsldtnCostCenterTextentity using key fields.Deprecated.updateCnsldtnCostCenter(CnsldtnCostCenter cnsldtnCostCenter) Deprecated.Update an existingCnsldtnCostCenterentity and save it to the S/4HANA system.updateCnsldtnCostCenterText(CnsldtnCostCenterText cnsldtnCostCenterText) Deprecated.Update an existingCnsldtnCostCenterTextentity 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
-
DefaultConsolidationCostCenterService
public DefaultConsolidationCostCenterService()Deprecated.Creates a service usingConsolidationCostCenterService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationCostCenterServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationCostCenterService- 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:ConsolidationCostCenterServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationCostCenterService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnCostCenter
Deprecated.Description copied from interface:ConsolidationCostCenterServiceFetch multipleCnsldtnCostCenterentities.- Specified by:
getAllCnsldtnCostCenterin interfaceConsolidationCostCenterService- Returns:
- A request builder to fetch multiple
CnsldtnCostCenterentities. 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.
-
countCnsldtnCostCenter
Deprecated.Description copied from interface:ConsolidationCostCenterServiceFetch the number of entries from theCnsldtnCostCenterentity collection matching the filter and search expressions.- Specified by:
countCnsldtnCostCenterin interfaceConsolidationCostCenterService- Returns:
- A request builder to fetch the count of
CnsldtnCostCenterentities. 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.
-
getCnsldtnCostCenterByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnCostCenter> getCnsldtnCostCenterByKey(String controllingArea, String costCenter) Deprecated.Description copied from interface:ConsolidationCostCenterServiceFetch a singleCnsldtnCostCenterentity using key fields.- Specified by:
getCnsldtnCostCenterByKeyin interfaceConsolidationCostCenterService- Parameters:
controllingArea- Consolidation Controlling AreaConstraints: Not nullable, Maximum length: 4
costCenter- Consolidation Cost CenterConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnCostCenterentity 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.
-
createCnsldtnCostCenter
@Nonnull public CreateRequestBuilder<CnsldtnCostCenter> createCnsldtnCostCenter(@Nonnull CnsldtnCostCenter cnsldtnCostCenter) Deprecated.Description copied from interface:ConsolidationCostCenterServiceCreate a newCnsldtnCostCenterentity and save it to the S/4HANA system.- Specified by:
createCnsldtnCostCenterin interfaceConsolidationCostCenterService- Parameters:
cnsldtnCostCenter-CnsldtnCostCenterentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnCostCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnCostCenter
@Nonnull public UpdateRequestBuilder<CnsldtnCostCenter> updateCnsldtnCostCenter(@Nonnull CnsldtnCostCenter cnsldtnCostCenter) Deprecated.Description copied from interface:ConsolidationCostCenterServiceUpdate an existingCnsldtnCostCenterentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnCostCenterin interfaceConsolidationCostCenterService- Parameters:
cnsldtnCostCenter-CnsldtnCostCenterentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnCostCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnCostCenter
@Nonnull public DeleteRequestBuilder<CnsldtnCostCenter> deleteCnsldtnCostCenter(@Nonnull CnsldtnCostCenter cnsldtnCostCenter) Deprecated.Description copied from interface:ConsolidationCostCenterServiceDeletes an existingCnsldtnCostCenterentity in the S/4HANA system.- Specified by:
deleteCnsldtnCostCenterin interfaceConsolidationCostCenterService- Parameters:
cnsldtnCostCenter-CnsldtnCostCenterentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnCostCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnCostCenterText
Deprecated.Description copied from interface:ConsolidationCostCenterServiceFetch multipleCnsldtnCostCenterTextentities.- Specified by:
getAllCnsldtnCostCenterTextin interfaceConsolidationCostCenterService- Returns:
- A request builder to fetch multiple
CnsldtnCostCenterTextentities. 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.
-
countCnsldtnCostCenterText
Deprecated.Description copied from interface:ConsolidationCostCenterServiceFetch the number of entries from theCnsldtnCostCenterTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnCostCenterTextin interfaceConsolidationCostCenterService- Returns:
- A request builder to fetch the count of
CnsldtnCostCenterTextentities. 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.
-
getCnsldtnCostCenterTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnCostCenterText> getCnsldtnCostCenterTextByKey(String language, String controllingArea, String costCenter) Deprecated.Description copied from interface:ConsolidationCostCenterServiceFetch a singleCnsldtnCostCenterTextentity using key fields.- Specified by:
getCnsldtnCostCenterTextByKeyin interfaceConsolidationCostCenterService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
controllingArea- Consolidation Controlling AreaConstraints: Not nullable, Maximum length: 4
costCenter- Consolidation Cost CenterConstraints: Not nullable, Maximum length: 10
- Returns:
- A request builder to fetch a single
CnsldtnCostCenterTextentity 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.
-
updateCnsldtnCostCenterText
@Nonnull public UpdateRequestBuilder<CnsldtnCostCenterText> updateCnsldtnCostCenterText(@Nonnull CnsldtnCostCenterText cnsldtnCostCenterText) Deprecated.Description copied from interface:ConsolidationCostCenterServiceUpdate an existingCnsldtnCostCenterTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnCostCenterTextin interfaceConsolidationCostCenterService- Parameters:
cnsldtnCostCenterText-CnsldtnCostCenterTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnCostCenterTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnCostCenterText
@Nonnull public DeleteRequestBuilder<CnsldtnCostCenterText> deleteCnsldtnCostCenterText(@Nonnull CnsldtnCostCenterText cnsldtnCostCenterText) Deprecated.Description copied from interface:ConsolidationCostCenterServiceDeletes an existingCnsldtnCostCenterTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnCostCenterTextin interfaceConsolidationCostCenterService- Parameters:
cnsldtnCostCenterText-CnsldtnCostCenterTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnCostCenterTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-