Class DefaultPolymerCompositionService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultPolymerCompositionService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,PolymerCompositionService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultPolymerCompositionService")
@Deprecated
public class DefaultPolymerCompositionService
extends Object
implements ServiceWithNavigableEntities, PolymerCompositionService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service writes data that is provided by an external application to the polymer composition in the Product Compliance solution in SAP S/4HANA Cloud. It uses the provided data to create or update a version of the polymer composition of a company substance. In addition, the service can also read data of the polymer composition and provides this data to an external application. You can apply any of the filters provided or retrieve all existing data. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_POLYMERCOMPOSITION_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Compliance - Integration(SAP_COM_0797) |
| Scope Items: | Chemical Compliance Approval for Purchased Material and Supplier(31G), Assess Marketability of a Product(31H), Assess Dangerous Goods for a Product(3FC), Manage Safety Data Sheets for Products(3VR), Substance Volume Tracking(4OL), Request Regulatory Documentation from Service Provider(6AV) |
| Authentication Methods: | x509 |
| Service Group Name: | API_POLYMERCOMPOSITION |
| Business Object: | Polymer Composition |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.PolymerCompositionService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPolymerCompositionService.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 thePolymerComponententity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from thePolymerCompositionentity collection matching the filter and search expressions.Deprecated.Fetch multiplePolymerComponententities.Deprecated.Fetch multiplePolymerCompositionentities.getPolymerComponentByKey(UUID chmlCompUUID) Deprecated.Fetch a singlePolymerComponententity using key fields.getPolymerCompositionByKey(UUID chmlCompositionUUID) Deprecated.Fetch a singlePolymerCompositionentity 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
-
DefaultPolymerCompositionService
public DefaultPolymerCompositionService()Deprecated.Creates a service usingPolymerCompositionService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:PolymerCompositionServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePolymerCompositionService- 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:PolymerCompositionServiceCreates a batch request builder object.- Specified by:
batchin interfacePolymerCompositionService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllPolymerComponent
Deprecated.Description copied from interface:PolymerCompositionServiceFetch multiplePolymerComponententities.- Specified by:
getAllPolymerComponentin interfacePolymerCompositionService- Returns:
- A request builder to fetch multiple
PolymerComponententities. 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.
-
countPolymerComponent
Deprecated.Description copied from interface:PolymerCompositionServiceFetch the number of entries from thePolymerComponententity collection matching the filter and search expressions.- Specified by:
countPolymerComponentin interfacePolymerCompositionService- Returns:
- A request builder to fetch the count of
PolymerComponententities. 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.
-
getPolymerComponentByKey
@Nonnull public GetByKeyRequestBuilder<PolymerComponent> getPolymerComponentByKey(UUID chmlCompUUID) Deprecated.Description copied from interface:PolymerCompositionServiceFetch a singlePolymerComponententity using key fields.- Specified by:
getPolymerComponentByKeyin interfacePolymerCompositionService- Parameters:
chmlCompUUID- Chemical ComponentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
PolymerComponententity 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.
-
getAllPolymerComposition
Deprecated.Description copied from interface:PolymerCompositionServiceFetch multiplePolymerCompositionentities.- Specified by:
getAllPolymerCompositionin interfacePolymerCompositionService- Returns:
- A request builder to fetch multiple
PolymerCompositionentities. 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.
-
countPolymerComposition
Deprecated.Description copied from interface:PolymerCompositionServiceFetch the number of entries from thePolymerCompositionentity collection matching the filter and search expressions.- Specified by:
countPolymerCompositionin interfacePolymerCompositionService- Returns:
- A request builder to fetch the count of
PolymerCompositionentities. 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.
-
getPolymerCompositionByKey
@Nonnull public GetByKeyRequestBuilder<PolymerComposition> getPolymerCompositionByKey(UUID chmlCompositionUUID) Deprecated.Description copied from interface:PolymerCompositionServiceFetch a singlePolymerCompositionentity using key fields.- Specified by:
getPolymerCompositionByKeyin interfacePolymerCompositionService- Parameters:
chmlCompositionUUID- Chemical CompositionConstraints: Not nullable
- Returns:
- A request builder to fetch a single
PolymerCompositionentity 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
-