Interface ProductStructureService
- All Superinterfaces:
BatchService<ProductStructureServiceBatch>
- All Known Implementing Classes:
DefaultProductStructureService
@Deprecated
public interface ProductStructureService
extends BatchService<ProductStructureServiceBatch>
Deprecated.
The service and all its related classes are deprecated as of release 2008 (Aug 2020). Please use the
odata generator to generate the VDM.
The service enables you to read the product structure information including the product structure nodes and product structure variants. The service contains two filters, one for node and one for variant..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_PRODUCT_STRUCTURE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2208 |
| Communication Scenario: | (Deprecated) Product Lifecycle Management - Product Structure Integration(SAP_COM_0346) |
| Scope Items: | Product Structure Management(3ND) |
| Business Object: | Product Structure |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Fetch multipleProductStructureNodeentities.Deprecated.Fetch multipleProductStructureVariantentities.getProductStructureNodeByKey(UUID productStructureNodeUUID) Deprecated.Fetch a singleProductStructureNodeentity using key fields.getProductStructureVariantByKey(UUID productStructureVariantUUID, String prodStrucVariantChgStateIntID) Deprecated.Fetch a singleProductStructureVariantentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllProductStructureNode
Deprecated.Fetch multipleProductStructureNodeentities.- Returns:
- A fluent helper to fetch multiple
ProductStructureNodeentities. 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.
-
getProductStructureNodeByKey
@Nonnull ProductStructureNodeByKeyFluentHelper getProductStructureNodeByKey(UUID productStructureNodeUUID) Deprecated.Fetch a singleProductStructureNodeentity using key fields.- Parameters:
productStructureNodeUUID- Internal Number of iPPE NodeConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
ProductStructureNodeentity 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.
-
getAllProductStructureVariant
Deprecated.Fetch multipleProductStructureVariantentities.- Returns:
- A fluent helper to fetch multiple
ProductStructureVariantentities. 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.
-
getProductStructureVariantByKey
@Nonnull ProductStructureVariantByKeyFluentHelper getProductStructureVariantByKey(UUID productStructureVariantUUID, String prodStrucVariantChgStateIntID) Deprecated.Fetch a singleProductStructureVariantentity using key fields.- Parameters:
productStructureVariantUUID- Internal Number of the PVS VariantConstraints: Not nullable
prodStrucVariantChgStateIntID- Internal Counter for iPPE ObjectsConstraints: Not nullable, Maximum length: 8
- Returns:
- A fluent helper to fetch a single
ProductStructureVariantentity 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.
-