Class DefaultCustomerAndSupplierIndustryService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultCustomerAndSupplierIndustryService
- All Implemented Interfaces:
BatchService<CustomerAndSupplierIndustryServiceBatch>,CustomerAndSupplierIndustryService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultCustomerAndSupplierIndustryService")
@Deprecated
public class DefaultCustomerAndSupplierIndustryService
extends Object
implements CustomerAndSupplierIndustryService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The service enables you to retrieve customer/supplier industry master data. You can read information like key and text in the respective language..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_CUSTOMERSUPPLIERINDUSTRY_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: | Customer |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.CustomerAndSupplierIndustryService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingCustomerAndSupplierIndustryService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Deprecated.Fetch multipleCustomerSupplierIndustryentities.Deprecated.Fetch multipleCustomerSupplierIndustryTextentities.getCustomerSupplierIndustryByKey(String industry) Deprecated.Fetch a singleCustomerSupplierIndustryentity using key fields.getCustomerSupplierIndustryTextByKey(String language, String industry) Deprecated.Fetch a singleCustomerSupplierIndustryTextentity 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
-
DefaultCustomerAndSupplierIndustryService
public DefaultCustomerAndSupplierIndustryService()Deprecated.Creates a service usingCustomerAndSupplierIndustryService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultCustomerAndSupplierIndustryService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:CustomerAndSupplierIndustryServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceCustomerAndSupplierIndustryService- 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<CustomerAndSupplierIndustryServiceBatch>
-
getAllCustomerSupplierIndustry
Deprecated.Description copied from interface:CustomerAndSupplierIndustryServiceFetch multipleCustomerSupplierIndustryentities.- Specified by:
getAllCustomerSupplierIndustryin interfaceCustomerAndSupplierIndustryService- Returns:
- A fluent helper to fetch multiple
CustomerSupplierIndustryentities. 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.
-
getCustomerSupplierIndustryByKey
@Nonnull public CustomerSupplierIndustryByKeyFluentHelper getCustomerSupplierIndustryByKey(String industry) Deprecated.Description copied from interface:CustomerAndSupplierIndustryServiceFetch a singleCustomerSupplierIndustryentity using key fields.- Specified by:
getCustomerSupplierIndustryByKeyin interfaceCustomerAndSupplierIndustryService- Parameters:
industry- Industry keyConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
CustomerSupplierIndustryentity 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.
-
getAllCustomerSupplierIndustryText
Deprecated.Description copied from interface:CustomerAndSupplierIndustryServiceFetch multipleCustomerSupplierIndustryTextentities.- Specified by:
getAllCustomerSupplierIndustryTextin interfaceCustomerAndSupplierIndustryService- Returns:
- A fluent helper to fetch multiple
CustomerSupplierIndustryTextentities. 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.
-
getCustomerSupplierIndustryTextByKey
@Nonnull public CustomerSupplierIndustryTextByKeyFluentHelper getCustomerSupplierIndustryTextByKey(String language, String industry) Deprecated.Description copied from interface:CustomerAndSupplierIndustryServiceFetch a singleCustomerSupplierIndustryTextentity using key fields.- Specified by:
getCustomerSupplierIndustryTextByKeyin interfaceCustomerAndSupplierIndustryService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
industry- Industry keyConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
CustomerSupplierIndustryTextentity 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.
-