Class DefaultChemicalComplianceInfoService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ChemicalComplianceInfoService
This service writes data that is provided by an external application to the compliance view (technically called chemical compliance information) in the Product Compliance solution in SAP S/4HANA Cloud. It uses the provided data to create or update the compliance view. Where available this service also allows to create, update or delete compliance view related data. In addition, the service can also read data of the compliance view and provide 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_CHEMICALCOMPLIANCEINFO_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_CHEMICALCOMPLIANCEINFO |
| Business Object: | Chemical Compliance Information |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ChemicalComplianceInfoService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingChemicalComplianceInfoService.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 theChemicalComplianceInfoentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChmlCmplncInfoPckgdProductentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChmlCmplncInfoUnpckgdProductentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChemicalComplianceInfoProductentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChemicalComplianceInfoPurposeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChemicalComplianceInfoSupplierentity collection matching the filter and search expressions.Deprecated.Fetch multipleChemicalComplianceInfoentities.Deprecated.Fetch multipleChmlCmplncInfoPckgdProductentities.Deprecated.Fetch multipleChmlCmplncInfoUnpckgdProductentities.Deprecated.Fetch multipleChemicalComplianceInfoProductentities.Deprecated.Fetch multipleChemicalComplianceInfoPurposeentities.Deprecated.Fetch multipleChemicalComplianceInfoSupplierentities.getChemicalComplianceInfoByKey(UUID chmlCmplncInfoUUID) Deprecated.Fetch a singleChemicalComplianceInfoentity using key fields.getChmlCmplncInfoPckgdProductByKey(UUID pckgdProductAssgmtUUID) Deprecated.Fetch a singleChmlCmplncInfoPckgdProductentity using key fields.getChmlCmplncInfoUnpckgdProductByKey(UUID unpckgdProductAssgmtUUID) Deprecated.Fetch a singleChmlCmplncInfoUnpckgdProductentity using key fields.getChmlComplianceInfoProductByKey(UUID chmlCmplncMatlAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoProductentity using key fields.getChmlComplianceInfoPurposeByKey(UUID chmlCmplncPrpsAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoPurposeentity using key fields.getChmlComplianceInfoSupplierByKey(UUID chmlCmplncSuplrMatlAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoSupplierentity 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
-
DefaultChemicalComplianceInfoService
public DefaultChemicalComplianceInfoService()Deprecated.Creates a service usingChemicalComplianceInfoService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:ChemicalComplianceInfoServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceChemicalComplianceInfoService- 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:ChemicalComplianceInfoServiceCreates a batch request builder object.- Specified by:
batchin interfaceChemicalComplianceInfoService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllChemicalComplianceInfo
Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch multipleChemicalComplianceInfoentities.- Specified by:
getAllChemicalComplianceInfoin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch multiple
ChemicalComplianceInfoentities. 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.
-
countChemicalComplianceInfo
Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch the number of entries from theChemicalComplianceInfoentity collection matching the filter and search expressions.- Specified by:
countChemicalComplianceInfoin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch the count of
ChemicalComplianceInfoentities. 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.
-
getChemicalComplianceInfoByKey
@Nonnull public GetByKeyRequestBuilder<ChemicalComplianceInfo> getChemicalComplianceInfoByKey(UUID chmlCmplncInfoUUID) Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch a singleChemicalComplianceInfoentity using key fields.- Specified by:
getChemicalComplianceInfoByKeyin interfaceChemicalComplianceInfoService- Parameters:
chmlCmplncInfoUUID- Chemical Compliance InformationConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChemicalComplianceInfoentity 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.
-
getAllChmlCmplncInfoPckgdProduct
Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch multipleChmlCmplncInfoPckgdProductentities.- Specified by:
getAllChmlCmplncInfoPckgdProductin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch multiple
ChmlCmplncInfoPckgdProductentities. 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.
-
countChmlCmplncInfoPckgdProduct
Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch the number of entries from theChmlCmplncInfoPckgdProductentity collection matching the filter and search expressions.- Specified by:
countChmlCmplncInfoPckgdProductin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch the count of
ChmlCmplncInfoPckgdProductentities. 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.
-
getChmlCmplncInfoPckgdProductByKey
@Nonnull public GetByKeyRequestBuilder<ChmlCmplncInfoPckgdProduct> getChmlCmplncInfoPckgdProductByKey(UUID pckgdProductAssgmtUUID) Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch a singleChmlCmplncInfoPckgdProductentity using key fields.- Specified by:
getChmlCmplncInfoPckgdProductByKeyin interfaceChemicalComplianceInfoService- Parameters:
pckgdProductAssgmtUUID- Product AssignmentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChmlCmplncInfoPckgdProductentity 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.
-
getAllChmlCmplncInfoUnpckgdProduct
@Nonnull public GetAllRequestBuilder<ChmlCmplncInfoUnpckgdProduct> getAllChmlCmplncInfoUnpckgdProduct()Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch multipleChmlCmplncInfoUnpckgdProductentities.- Specified by:
getAllChmlCmplncInfoUnpckgdProductin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch multiple
ChmlCmplncInfoUnpckgdProductentities. 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.
-
countChmlCmplncInfoUnpckgdProduct
@Nonnull public CountRequestBuilder<ChmlCmplncInfoUnpckgdProduct> countChmlCmplncInfoUnpckgdProduct()Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch the number of entries from theChmlCmplncInfoUnpckgdProductentity collection matching the filter and search expressions.- Specified by:
countChmlCmplncInfoUnpckgdProductin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch the count of
ChmlCmplncInfoUnpckgdProductentities. 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.
-
getChmlCmplncInfoUnpckgdProductByKey
@Nonnull public GetByKeyRequestBuilder<ChmlCmplncInfoUnpckgdProduct> getChmlCmplncInfoUnpckgdProductByKey(UUID unpckgdProductAssgmtUUID) Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch a singleChmlCmplncInfoUnpckgdProductentity using key fields.- Specified by:
getChmlCmplncInfoUnpckgdProductByKeyin interfaceChemicalComplianceInfoService- Parameters:
unpckgdProductAssgmtUUID- Product AssignmentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChmlCmplncInfoUnpckgdProductentity 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.
-
getAllChmlComplianceInfoProduct
@Nonnull public GetAllRequestBuilder<ChemicalComplianceInfoProduct> getAllChmlComplianceInfoProduct()Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch multipleChemicalComplianceInfoProductentities.- Specified by:
getAllChmlComplianceInfoProductin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch multiple
ChemicalComplianceInfoProductentities. 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.
-
countChmlComplianceInfoProduct
Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch the number of entries from theChemicalComplianceInfoProductentity collection matching the filter and search expressions.- Specified by:
countChmlComplianceInfoProductin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch the count of
ChemicalComplianceInfoProductentities. 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.
-
getChmlComplianceInfoProductByKey
@Nonnull public GetByKeyRequestBuilder<ChemicalComplianceInfoProduct> getChmlComplianceInfoProductByKey(UUID chmlCmplncMatlAssgmtUUID) Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch a singleChemicalComplianceInfoProductentity using key fields.- Specified by:
getChmlComplianceInfoProductByKeyin interfaceChemicalComplianceInfoService- Parameters:
chmlCmplncMatlAssgmtUUID- Product AssignmentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChemicalComplianceInfoProductentity 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.
-
getAllChmlComplianceInfoPurpose
@Nonnull public GetAllRequestBuilder<ChemicalComplianceInfoPurpose> getAllChmlComplianceInfoPurpose()Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch multipleChemicalComplianceInfoPurposeentities.- Specified by:
getAllChmlComplianceInfoPurposein interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch multiple
ChemicalComplianceInfoPurposeentities. 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.
-
countChmlComplianceInfoPurpose
Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch the number of entries from theChemicalComplianceInfoPurposeentity collection matching the filter and search expressions.- Specified by:
countChmlComplianceInfoPurposein interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch the count of
ChemicalComplianceInfoPurposeentities. 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.
-
getChmlComplianceInfoPurposeByKey
@Nonnull public GetByKeyRequestBuilder<ChemicalComplianceInfoPurpose> getChmlComplianceInfoPurposeByKey(UUID chmlCmplncPrpsAssgmtUUID) Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch a singleChemicalComplianceInfoPurposeentity using key fields.- Specified by:
getChmlComplianceInfoPurposeByKeyin interfaceChemicalComplianceInfoService- Parameters:
chmlCmplncPrpsAssgmtUUID- Purpose AssignmentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChemicalComplianceInfoPurposeentity 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.
-
getAllChmlComplianceInfoSupplier
@Nonnull public GetAllRequestBuilder<ChemicalComplianceInfoSupplier> getAllChmlComplianceInfoSupplier()Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch multipleChemicalComplianceInfoSupplierentities.- Specified by:
getAllChmlComplianceInfoSupplierin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch multiple
ChemicalComplianceInfoSupplierentities. 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.
-
countChmlComplianceInfoSupplier
@Nonnull public CountRequestBuilder<ChemicalComplianceInfoSupplier> countChmlComplianceInfoSupplier()Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch the number of entries from theChemicalComplianceInfoSupplierentity collection matching the filter and search expressions.- Specified by:
countChmlComplianceInfoSupplierin interfaceChemicalComplianceInfoService- Returns:
- A request builder to fetch the count of
ChemicalComplianceInfoSupplierentities. 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.
-
getChmlComplianceInfoSupplierByKey
@Nonnull public GetByKeyRequestBuilder<ChemicalComplianceInfoSupplier> getChmlComplianceInfoSupplierByKey(UUID chmlCmplncSuplrMatlAssgmtUUID) Deprecated.Description copied from interface:ChemicalComplianceInfoServiceFetch a singleChemicalComplianceInfoSupplierentity using key fields.- Specified by:
getChmlComplianceInfoSupplierByKeyin interfaceChemicalComplianceInfoService- Parameters:
chmlCmplncSuplrMatlAssgmtUUID- UUID of the assignment of CCI and Supplier Raw MaterialConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChemicalComplianceInfoSupplierentity 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
-