Class DefaultDistributionChannelService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultDistributionChannelService
- All Implemented Interfaces:
BatchService<DistributionChannelServiceBatch>,DistributionChannelService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultDistributionChannelService")
@Deprecated
public class DefaultDistributionChannelService
extends Object
implements DistributionChannelService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The service contains the distribution channel and distribution channel text nodes.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_DISTRIBUTIONCHANNEL_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | SAP Analytics Cloud for Planning Integration(SAP_COM_0087) |
| Scope Items: | Import Connection setup with SAP Analytics Cloud(1YB) |
| Authentication Methods: | x509 |
| Business Object: | Distribution Channel |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.DistributionChannelService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingDistributionChannelService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleDistributionChannelentities.Deprecated.Fetch multipleDistributionChannelTextentities.getDistributionChannelByKey(String distributionChannel) Deprecated.Fetch a singleDistributionChannelentity using key fields.getDistributionChannelTextByKey(String distributionChannel, String language) Deprecated.Fetch a singleDistributionChannelTextentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultDistributionChannelService
public DefaultDistributionChannelService()Deprecated.Creates a service usingDistributionChannelService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:DistributionChannelServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceDistributionChannelService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<DistributionChannelServiceBatch>
-
getAllDistributionChannel
Deprecated.Description copied from interface:DistributionChannelServiceFetch multipleDistributionChannelentities.- Specified by:
getAllDistributionChannelin interfaceDistributionChannelService- Returns:
- A fluent helper to fetch multiple
DistributionChannelentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getDistributionChannelByKey
@Nonnull public DistributionChannelByKeyFluentHelper getDistributionChannelByKey(String distributionChannel) Deprecated.Description copied from interface:DistributionChannelServiceFetch a singleDistributionChannelentity using key fields.- Specified by:
getDistributionChannelByKeyin interfaceDistributionChannelService- Parameters:
distributionChannel- Distribution ChannelConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
DistributionChannelentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllDistributionChannelText
Deprecated.Description copied from interface:DistributionChannelServiceFetch multipleDistributionChannelTextentities.- Specified by:
getAllDistributionChannelTextin interfaceDistributionChannelService- Returns:
- A fluent helper to fetch multiple
DistributionChannelTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getDistributionChannelTextByKey
@Nonnull public DistributionChannelTextByKeyFluentHelper getDistributionChannelTextByKey(String distributionChannel, String language) Deprecated.Description copied from interface:DistributionChannelServiceFetch a singleDistributionChannelTextentity using key fields.- Specified by:
getDistributionChannelTextByKeyin interfaceDistributionChannelService- Parameters:
distributionChannel- Distribution ChannelConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
DistributionChannelTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-