Class DefaultProductGroupDataService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProductGroupDataService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProductGroupDataService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProductGroupDataService")
@Deprecated
public class DefaultProductGroupDataService
extends Object
implements ServiceWithNavigableEntities, ProductGroupDataService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This synchronous inbound V4 OData service enables external systems and other consumers to read product group data and their descriptions. This service only supports the GET operation. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | PRODUCTGROUP_0001 |
| API Version: | 1.0.1 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Integration(SAP_COM_0009) |
| Scope Items: | Master Data Integration(1RO), Opportunity-to-Order with SAP Cloud for Customer(1VP) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PRODUCTGROUP_2 |
| Business Object: | Product |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProductGroupDataService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProductGroupDataService.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 theProductGroupentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProductGroupTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleProductGroupentities.Deprecated.Fetch multipleProductGroupTextentities.getProductGroupByKey(String productGroup) Deprecated.Fetch a singleProductGroupentity using key fields.getProductGroupTextByKey(String productGroup, String language) Deprecated.Fetch a singleProductGroupTextentity using key fields.Deprecated.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
-
DefaultProductGroupDataService
public DefaultProductGroupDataService()Deprecated.Creates a service usingProductGroupDataService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ProductGroupDataServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProductGroupDataService- 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:ProductGroupDataServiceCreates a batch request builder object.- Specified by:
batchin interfaceProductGroupDataService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllProductGroup
Deprecated.Description copied from interface:ProductGroupDataServiceFetch multipleProductGroupentities.- Specified by:
getAllProductGroupin interfaceProductGroupDataService- Returns:
- A request builder to fetch multiple
ProductGroupentities. 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.
-
countProductGroup
Deprecated.Description copied from interface:ProductGroupDataServiceFetch the number of entries from theProductGroupentity collection matching the filter and search expressions.- Specified by:
countProductGroupin interfaceProductGroupDataService- Returns:
- A request builder to fetch the count of
ProductGroupentities. 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.
-
getProductGroupByKey
Deprecated.Description copied from interface:ProductGroupDataServiceFetch a singleProductGroupentity using key fields.- Specified by:
getProductGroupByKeyin interfaceProductGroupDataService- Parameters:
productGroup- Product GroupConstraints: Not nullable, Maximum length: 9
- Returns:
- A request builder to fetch a single
ProductGroupentity 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.
-
getAllProductGroupText
Deprecated.Description copied from interface:ProductGroupDataServiceFetch multipleProductGroupTextentities.- Specified by:
getAllProductGroupTextin interfaceProductGroupDataService- Returns:
- A request builder to fetch multiple
ProductGroupTextentities. 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.
-
countProductGroupText
Deprecated.Description copied from interface:ProductGroupDataServiceFetch the number of entries from theProductGroupTextentity collection matching the filter and search expressions.- Specified by:
countProductGroupTextin interfaceProductGroupDataService- Returns:
- A request builder to fetch the count of
ProductGroupTextentities. 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.
-
getProductGroupTextByKey
@Nonnull public GetByKeyRequestBuilder<ProductGroupText> getProductGroupTextByKey(String productGroup, String language) Deprecated.Description copied from interface:ProductGroupDataServiceFetch a singleProductGroupTextentity using key fields.- Specified by:
getProductGroupTextByKeyin interfaceProductGroupDataService- Parameters:
productGroup- Product GroupConstraints: Not nullable, Maximum length: 9
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
ProductGroupTextentity 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-