Class DefaultConsolidationDistributionChannelService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationDistributionChannelService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationDistributionChannelService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationDistributionChannelService")
@Deprecated
public class DefaultConsolidationDistributionChannelService
extends Object
implements ServiceWithNavigableEntities, ConsolidationDistributionChannelService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation distribution channel is a distribution channel that can be used for financial consolidation in group reporting. It can either be a distribution channel that’s been defined in an area other than group reporting, or it can be a distribution channel that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNDISTRIBUTIONCHANNEL_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_CNSLDTNDISTRCHANNEL |
| Business Object: | Consolidation Distribution Channel |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationDistributionChannelService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationDistributionChannelService.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 theCnsldtnDistributionChannelentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnDistrChannelTextentity collection matching the filter and search expressions.createCnsldtnDistributionChannel(CnsldtnDistributionChannel cnsldtnDistributionChannel) Deprecated.Create a newCnsldtnDistributionChannelentity and save it to the S/4HANA system.deleteCnsldtnDistributionChannel(CnsldtnDistributionChannel cnsldtnDistributionChannel) Deprecated.Deletes an existingCnsldtnDistributionChannelentity in the S/4HANA system.deleteCnsldtnDistributionChannelText(CnsldtnDistrChannelText cnsldtnDistrChannelText) Deprecated.Deletes an existingCnsldtnDistrChannelTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnDistributionChannelentities.Deprecated.Fetch multipleCnsldtnDistrChannelTextentities.getCnsldtnDistributionChannelByKey(String distributionChannel) Deprecated.Fetch a singleCnsldtnDistributionChannelentity using key fields.getCnsldtnDistributionChannelTextByKey(String language, String distributionChannel) Deprecated.Fetch a singleCnsldtnDistrChannelTextentity using key fields.Deprecated.updateCnsldtnDistributionChannel(CnsldtnDistributionChannel cnsldtnDistributionChannel) Deprecated.Update an existingCnsldtnDistributionChannelentity and save it to the S/4HANA system.updateCnsldtnDistributionChannelText(CnsldtnDistrChannelText cnsldtnDistrChannelText) Deprecated.Update an existingCnsldtnDistrChannelTextentity 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
-
DefaultConsolidationDistributionChannelService
public DefaultConsolidationDistributionChannelService()Deprecated.Creates a service usingConsolidationDistributionChannelService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationDistributionChannelService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationDistributionChannelService- 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:ConsolidationDistributionChannelServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationDistributionChannelService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnDistributionChannel
Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceFetch multipleCnsldtnDistributionChannelentities.- Specified by:
getAllCnsldtnDistributionChannelin interfaceConsolidationDistributionChannelService- Returns:
- A request builder to fetch multiple
CnsldtnDistributionChannelentities. 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.
-
countCnsldtnDistributionChannel
Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceFetch the number of entries from theCnsldtnDistributionChannelentity collection matching the filter and search expressions.- Specified by:
countCnsldtnDistributionChannelin interfaceConsolidationDistributionChannelService- Returns:
- A request builder to fetch the count of
CnsldtnDistributionChannelentities. 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.
-
getCnsldtnDistributionChannelByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnDistributionChannel> getCnsldtnDistributionChannelByKey(String distributionChannel) Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceFetch a singleCnsldtnDistributionChannelentity using key fields.- Specified by:
getCnsldtnDistributionChannelByKeyin interfaceConsolidationDistributionChannelService- Parameters:
distributionChannel- Distribution ChannelConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnDistributionChannelentity 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.
-
createCnsldtnDistributionChannel
@Nonnull public CreateRequestBuilder<CnsldtnDistributionChannel> createCnsldtnDistributionChannel(@Nonnull CnsldtnDistributionChannel cnsldtnDistributionChannel) Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceCreate a newCnsldtnDistributionChannelentity and save it to the S/4HANA system.- Specified by:
createCnsldtnDistributionChannelin interfaceConsolidationDistributionChannelService- Parameters:
cnsldtnDistributionChannel-CnsldtnDistributionChannelentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnDistributionChannelentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnDistributionChannel
@Nonnull public UpdateRequestBuilder<CnsldtnDistributionChannel> updateCnsldtnDistributionChannel(@Nonnull CnsldtnDistributionChannel cnsldtnDistributionChannel) Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceUpdate an existingCnsldtnDistributionChannelentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnDistributionChannelin interfaceConsolidationDistributionChannelService- Parameters:
cnsldtnDistributionChannel-CnsldtnDistributionChannelentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnDistributionChannelentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnDistributionChannel
@Nonnull public DeleteRequestBuilder<CnsldtnDistributionChannel> deleteCnsldtnDistributionChannel(@Nonnull CnsldtnDistributionChannel cnsldtnDistributionChannel) Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceDeletes an existingCnsldtnDistributionChannelentity in the S/4HANA system.- Specified by:
deleteCnsldtnDistributionChannelin interfaceConsolidationDistributionChannelService- Parameters:
cnsldtnDistributionChannel-CnsldtnDistributionChannelentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnDistributionChannelentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnDistributionChannelText
@Nonnull public GetAllRequestBuilder<CnsldtnDistrChannelText> getAllCnsldtnDistributionChannelText()Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceFetch multipleCnsldtnDistrChannelTextentities.- Specified by:
getAllCnsldtnDistributionChannelTextin interfaceConsolidationDistributionChannelService- Returns:
- A request builder to fetch multiple
CnsldtnDistrChannelTextentities. 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.
-
countCnsldtnDistributionChannelText
Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceFetch the number of entries from theCnsldtnDistrChannelTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnDistributionChannelTextin interfaceConsolidationDistributionChannelService- Returns:
- A request builder to fetch the count of
CnsldtnDistrChannelTextentities. 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.
-
getCnsldtnDistributionChannelTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnDistrChannelText> getCnsldtnDistributionChannelTextByKey(String language, String distributionChannel) Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceFetch a singleCnsldtnDistrChannelTextentity using key fields.- Specified by:
getCnsldtnDistributionChannelTextByKeyin interfaceConsolidationDistributionChannelService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
distributionChannel- Distribution ChannelConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
CnsldtnDistrChannelTextentity 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.
-
updateCnsldtnDistributionChannelText
@Nonnull public UpdateRequestBuilder<CnsldtnDistrChannelText> updateCnsldtnDistributionChannelText(@Nonnull CnsldtnDistrChannelText cnsldtnDistrChannelText) Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceUpdate an existingCnsldtnDistrChannelTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnDistributionChannelTextin interfaceConsolidationDistributionChannelService- Parameters:
cnsldtnDistrChannelText-CnsldtnDistrChannelTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnDistrChannelTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnDistributionChannelText
@Nonnull public DeleteRequestBuilder<CnsldtnDistrChannelText> deleteCnsldtnDistributionChannelText(@Nonnull CnsldtnDistrChannelText cnsldtnDistrChannelText) Deprecated.Description copied from interface:ConsolidationDistributionChannelServiceDeletes an existingCnsldtnDistrChannelTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnDistributionChannelTextin interfaceConsolidationDistributionChannelService- Parameters:
cnsldtnDistrChannelText-CnsldtnDistrChannelTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnDistrChannelTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-