Class DefaultConsolidationProductService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationProductService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationProductService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationProductService")
@Deprecated
public class DefaultConsolidationProductService
extends Object
implements ServiceWithNavigableEntities, ConsolidationProductService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation product is a product that can be used for financial consolidation in group reporting. It can either be a product that’s been defined in an area other than group reporting, or it can be a product that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNPRODUCT_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_CNSLDTNPRODUCT |
| Business Object: | Consolidation Product |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationProductService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationProductService.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 theCnsldtnProductentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnProductTextentity collection matching the filter and search expressions.createCnsldtnProduct(CnsldtnProduct cnsldtnProduct) Deprecated.Create a newCnsldtnProductentity and save it to the S/4HANA system.deleteCnsldtnProduct(CnsldtnProduct cnsldtnProduct) Deprecated.Deletes an existingCnsldtnProductentity in the S/4HANA system.deleteCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.Deletes an existingCnsldtnProductTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnProductentities.Deprecated.Fetch multipleCnsldtnProductTextentities.getCnsldtnProductByKey(String product) Deprecated.Fetch a singleCnsldtnProductentity using key fields.getCnsldtnProductTextByKey(String language, String product) Deprecated.Fetch a singleCnsldtnProductTextentity using key fields.Deprecated.updateCnsldtnProduct(CnsldtnProduct cnsldtnProduct) Deprecated.Update an existingCnsldtnProductentity and save it to the S/4HANA system.updateCnsldtnProductText(CnsldtnProductText cnsldtnProductText) Deprecated.Update an existingCnsldtnProductTextentity 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
-
DefaultConsolidationProductService
public DefaultConsolidationProductService()Deprecated.Creates a service usingConsolidationProductService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ConsolidationProductServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationProductService- 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:ConsolidationProductServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationProductService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnProduct
Deprecated.Description copied from interface:ConsolidationProductServiceFetch multipleCnsldtnProductentities.- Specified by:
getAllCnsldtnProductin interfaceConsolidationProductService- Returns:
- A request builder to fetch multiple
CnsldtnProductentities. 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.
-
countCnsldtnProduct
Deprecated.Description copied from interface:ConsolidationProductServiceFetch the number of entries from theCnsldtnProductentity collection matching the filter and search expressions.- Specified by:
countCnsldtnProductin interfaceConsolidationProductService- Returns:
- A request builder to fetch the count of
CnsldtnProductentities. 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.
-
getCnsldtnProductByKey
Deprecated.Description copied from interface:ConsolidationProductServiceFetch a singleCnsldtnProductentity using key fields.- Specified by:
getCnsldtnProductByKeyin interfaceConsolidationProductService- Parameters:
product- ProductConstraints: Not nullable, Maximum length: 18
- Returns:
- A request builder to fetch a single
CnsldtnProductentity 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.
-
createCnsldtnProduct
@Nonnull public CreateRequestBuilder<CnsldtnProduct> createCnsldtnProduct(@Nonnull CnsldtnProduct cnsldtnProduct) Deprecated.Description copied from interface:ConsolidationProductServiceCreate a newCnsldtnProductentity and save it to the S/4HANA system.- Specified by:
createCnsldtnProductin interfaceConsolidationProductService- Parameters:
cnsldtnProduct-CnsldtnProductentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnProductentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnProduct
@Nonnull public UpdateRequestBuilder<CnsldtnProduct> updateCnsldtnProduct(@Nonnull CnsldtnProduct cnsldtnProduct) Deprecated.Description copied from interface:ConsolidationProductServiceUpdate an existingCnsldtnProductentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnProductin interfaceConsolidationProductService- Parameters:
cnsldtnProduct-CnsldtnProductentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnProductentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnProduct
@Nonnull public DeleteRequestBuilder<CnsldtnProduct> deleteCnsldtnProduct(@Nonnull CnsldtnProduct cnsldtnProduct) Deprecated.Description copied from interface:ConsolidationProductServiceDeletes an existingCnsldtnProductentity in the S/4HANA system.- Specified by:
deleteCnsldtnProductin interfaceConsolidationProductService- Parameters:
cnsldtnProduct-CnsldtnProductentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnProductentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnProductText
Deprecated.Description copied from interface:ConsolidationProductServiceFetch multipleCnsldtnProductTextentities.- Specified by:
getAllCnsldtnProductTextin interfaceConsolidationProductService- Returns:
- A request builder to fetch multiple
CnsldtnProductTextentities. 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.
-
countCnsldtnProductText
Deprecated.Description copied from interface:ConsolidationProductServiceFetch the number of entries from theCnsldtnProductTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnProductTextin interfaceConsolidationProductService- Returns:
- A request builder to fetch the count of
CnsldtnProductTextentities. 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.
-
getCnsldtnProductTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnProductText> getCnsldtnProductTextByKey(String language, String product) Deprecated.Description copied from interface:ConsolidationProductServiceFetch a singleCnsldtnProductTextentity using key fields.- Specified by:
getCnsldtnProductTextByKeyin interfaceConsolidationProductService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
product- ProductConstraints: Not nullable, Maximum length: 18
- Returns:
- A request builder to fetch a single
CnsldtnProductTextentity 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.
-
updateCnsldtnProductText
@Nonnull public UpdateRequestBuilder<CnsldtnProductText> updateCnsldtnProductText(@Nonnull CnsldtnProductText cnsldtnProductText) Deprecated.Description copied from interface:ConsolidationProductServiceUpdate an existingCnsldtnProductTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnProductTextin interfaceConsolidationProductService- Parameters:
cnsldtnProductText-CnsldtnProductTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnProductTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnProductText
@Nonnull public DeleteRequestBuilder<CnsldtnProductText> deleteCnsldtnProductText(@Nonnull CnsldtnProductText cnsldtnProductText) Deprecated.Description copied from interface:ConsolidationProductServiceDeletes an existingCnsldtnProductTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnProductTextin interfaceConsolidationProductService- Parameters:
cnsldtnProductText-CnsldtnProductTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnProductTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-