Class DefaultConsolidationProductGroupService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationProductGroupService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationProductGroupService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationProductGroupService")
@Deprecated
public class DefaultConsolidationProductGroupService
extends Object
implements ServiceWithNavigableEntities, ConsolidationProductGroupService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation product group is a product group that can be used for financial consolidation in group reporting. It can either be a product group that’s been defined in an area other than group reporting, or it can be a product group that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNPRODUCTGROUP_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_CNSLDTNPRODUCTGROUP |
| Business Object: | Consolidation Product Group |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationProductGroupService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationProductGroupService.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 theCnsldtnProductGroupentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnProductGroupTextentity collection matching the filter and search expressions.createCnsldtnProductGroup(CnsldtnProductGroup cnsldtnProductGroup) Deprecated.Create a newCnsldtnProductGroupentity and save it to the S/4HANA system.deleteCnsldtnProductGroup(CnsldtnProductGroup cnsldtnProductGroup) Deprecated.Deletes an existingCnsldtnProductGroupentity in the S/4HANA system.deleteCnsldtnProductGroupText(CnsldtnProductGroupText cnsldtnProductGroupText) Deprecated.Deletes an existingCnsldtnProductGroupTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnProductGroupentities.Deprecated.Fetch multipleCnsldtnProductGroupTextentities.getCnsldtnProductGroupByKey(String productGroup) Deprecated.Fetch a singleCnsldtnProductGroupentity using key fields.getCnsldtnProductGroupTextByKey(String language, String productGroup) Deprecated.Fetch a singleCnsldtnProductGroupTextentity using key fields.Deprecated.updateCnsldtnProductGroup(CnsldtnProductGroup cnsldtnProductGroup) Deprecated.Update an existingCnsldtnProductGroupentity and save it to the S/4HANA system.updateCnsldtnProductGroupText(CnsldtnProductGroupText cnsldtnProductGroupText) Deprecated.Update an existingCnsldtnProductGroupTextentity 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
-
DefaultConsolidationProductGroupService
public DefaultConsolidationProductGroupService()Deprecated.Creates a service usingConsolidationProductGroupService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationProductGroupService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationProductGroupServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationProductGroupService- 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:ConsolidationProductGroupServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationProductGroupService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnProductGroup
Deprecated.Description copied from interface:ConsolidationProductGroupServiceFetch multipleCnsldtnProductGroupentities.- Specified by:
getAllCnsldtnProductGroupin interfaceConsolidationProductGroupService- Returns:
- A request builder to fetch multiple
CnsldtnProductGroupentities. 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.
-
countCnsldtnProductGroup
Deprecated.Description copied from interface:ConsolidationProductGroupServiceFetch the number of entries from theCnsldtnProductGroupentity collection matching the filter and search expressions.- Specified by:
countCnsldtnProductGroupin interfaceConsolidationProductGroupService- Returns:
- A request builder to fetch the count of
CnsldtnProductGroupentities. 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.
-
getCnsldtnProductGroupByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnProductGroup> getCnsldtnProductGroupByKey(String productGroup) Deprecated.Description copied from interface:ConsolidationProductGroupServiceFetch a singleCnsldtnProductGroupentity using key fields.- Specified by:
getCnsldtnProductGroupByKeyin interfaceConsolidationProductGroupService- Parameters:
productGroup- Product GroupConstraints: Not nullable, Maximum length: 9
- Returns:
- A request builder to fetch a single
CnsldtnProductGroupentity 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.
-
createCnsldtnProductGroup
@Nonnull public CreateRequestBuilder<CnsldtnProductGroup> createCnsldtnProductGroup(@Nonnull CnsldtnProductGroup cnsldtnProductGroup) Deprecated.Description copied from interface:ConsolidationProductGroupServiceCreate a newCnsldtnProductGroupentity and save it to the S/4HANA system.- Specified by:
createCnsldtnProductGroupin interfaceConsolidationProductGroupService- Parameters:
cnsldtnProductGroup-CnsldtnProductGroupentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnProductGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnProductGroup
@Nonnull public UpdateRequestBuilder<CnsldtnProductGroup> updateCnsldtnProductGroup(@Nonnull CnsldtnProductGroup cnsldtnProductGroup) Deprecated.Description copied from interface:ConsolidationProductGroupServiceUpdate an existingCnsldtnProductGroupentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnProductGroupin interfaceConsolidationProductGroupService- Parameters:
cnsldtnProductGroup-CnsldtnProductGroupentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnProductGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnProductGroup
@Nonnull public DeleteRequestBuilder<CnsldtnProductGroup> deleteCnsldtnProductGroup(@Nonnull CnsldtnProductGroup cnsldtnProductGroup) Deprecated.Description copied from interface:ConsolidationProductGroupServiceDeletes an existingCnsldtnProductGroupentity in the S/4HANA system.- Specified by:
deleteCnsldtnProductGroupin interfaceConsolidationProductGroupService- Parameters:
cnsldtnProductGroup-CnsldtnProductGroupentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnProductGroupentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnProductGroupText
Deprecated.Description copied from interface:ConsolidationProductGroupServiceFetch multipleCnsldtnProductGroupTextentities.- Specified by:
getAllCnsldtnProductGroupTextin interfaceConsolidationProductGroupService- Returns:
- A request builder to fetch multiple
CnsldtnProductGroupTextentities. 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.
-
countCnsldtnProductGroupText
Deprecated.Description copied from interface:ConsolidationProductGroupServiceFetch the number of entries from theCnsldtnProductGroupTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnProductGroupTextin interfaceConsolidationProductGroupService- Returns:
- A request builder to fetch the count of
CnsldtnProductGroupTextentities. 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.
-
getCnsldtnProductGroupTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnProductGroupText> getCnsldtnProductGroupTextByKey(String language, String productGroup) Deprecated.Description copied from interface:ConsolidationProductGroupServiceFetch a singleCnsldtnProductGroupTextentity using key fields.- Specified by:
getCnsldtnProductGroupTextByKeyin interfaceConsolidationProductGroupService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
productGroup- Product GroupConstraints: Not nullable, Maximum length: 9
- Returns:
- A request builder to fetch a single
CnsldtnProductGroupTextentity 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.
-
updateCnsldtnProductGroupText
@Nonnull public UpdateRequestBuilder<CnsldtnProductGroupText> updateCnsldtnProductGroupText(@Nonnull CnsldtnProductGroupText cnsldtnProductGroupText) Deprecated.Description copied from interface:ConsolidationProductGroupServiceUpdate an existingCnsldtnProductGroupTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnProductGroupTextin interfaceConsolidationProductGroupService- Parameters:
cnsldtnProductGroupText-CnsldtnProductGroupTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnProductGroupTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnProductGroupText
@Nonnull public DeleteRequestBuilder<CnsldtnProductGroupText> deleteCnsldtnProductGroupText(@Nonnull CnsldtnProductGroupText cnsldtnProductGroupText) Deprecated.Description copied from interface:ConsolidationProductGroupServiceDeletes an existingCnsldtnProductGroupTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnProductGroupTextin interfaceConsolidationProductGroupService- Parameters:
cnsldtnProductGroupText-CnsldtnProductGroupTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnProductGroupTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-