Class DefaultDangerousGoodsClassificationService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultDangerousGoodsClassificationService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,DangerousGoodsClassificationService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultDangerousGoodsClassificationService")
@Deprecated
public class DefaultDangerousGoodsClassificationService
extends Object
implements ServiceWithNavigableEntities, DangerousGoodsClassificationService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service can read data of the dangerous goods classification in the Product Compliance solution in SAP S/4HANA Cloud 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_DANGEROUSGDSCLASSFCTN_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_DANGEROUSGDSCLASSFCTN |
| Business Object: | Dangerous Goods Classification |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DangerousGoodsClassificationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingDangerousGoodsClassificationService.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 theDangerousGoodsClassificationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theDngrsGdsClassfctnHandlingLabelentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theDngrsGdsClassfctnHazardLabelentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theDngrsGdsClassfctnModeOfTransptentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theDngrsGdsClassfctnMOTTextentity collection matching the filter and search expressions.Deprecated.Fetch multipleDangerousGoodsClassificationentities.Deprecated.Fetch multipleDngrsGdsClassfctnHandlingLabelentities.Deprecated.Fetch multipleDngrsGdsClassfctnHazardLabelentities.Deprecated.Fetch multipleDngrsGdsClassfctnModeOfTransptentities.Deprecated.Fetch multipleDngrsGdsClassfctnMOTTextentities.getDangerousGoodsClassificationByKey(UUID cmplRqRsltUUID) Deprecated.Fetch a singleDangerousGoodsClassificationentity using key fields.getDngrsGdsClassfctnHandlingLabelByKey(UUID cmplRqRsltDngrsGdsLblUUID) Deprecated.Fetch a singleDngrsGdsClassfctnHandlingLabelentity using key fields.getDngrsGdsClassfctnHazardLabelByKey(UUID cmplRqRsltDngrsGdsLblUUID) Deprecated.Fetch a singleDngrsGdsClassfctnHazardLabelentity using key fields.getDngrsGdsClassfctnModeOfTransptByKey(UUID cmplRqRsltDngrsGdsModeOfTrUUID) Deprecated.Fetch a singleDngrsGdsClassfctnModeOfTransptentity using key fields.getDngrsGdsClassfctnMOTTextByKey(UUID cmplRqRsltDngrsGdsModeOfTrUUID, String language) Deprecated.Fetch a singleDngrsGdsClassfctnMOTTextentity 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
-
DefaultDangerousGoodsClassificationService
public DefaultDangerousGoodsClassificationService()Deprecated.Creates a service usingDangerousGoodsClassificationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultDangerousGoodsClassificationService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:DangerousGoodsClassificationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceDangerousGoodsClassificationService- 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:DangerousGoodsClassificationServiceCreates a batch request builder object.- Specified by:
batchin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllDangerousGoodsClassification
@Nonnull public GetAllRequestBuilder<DangerousGoodsClassification> getAllDangerousGoodsClassification()Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch multipleDangerousGoodsClassificationentities.- Specified by:
getAllDangerousGoodsClassificationin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch multiple
DangerousGoodsClassificationentities. 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.
-
countDangerousGoodsClassification
@Nonnull public CountRequestBuilder<DangerousGoodsClassification> countDangerousGoodsClassification()Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch the number of entries from theDangerousGoodsClassificationentity collection matching the filter and search expressions.- Specified by:
countDangerousGoodsClassificationin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch the count of
DangerousGoodsClassificationentities. 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.
-
getDangerousGoodsClassificationByKey
@Nonnull public GetByKeyRequestBuilder<DangerousGoodsClassification> getDangerousGoodsClassificationByKey(UUID cmplRqRsltUUID) Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch a singleDangerousGoodsClassificationentity using key fields.- Specified by:
getDangerousGoodsClassificationByKeyin interfaceDangerousGoodsClassificationService- Parameters:
cmplRqRsltUUID- Compliance Assessment UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
DangerousGoodsClassificationentity 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.
-
getAllDngrsGdsClassfctnHandlingLabel
@Nonnull public GetAllRequestBuilder<DngrsGdsClassfctnHandlingLabel> getAllDngrsGdsClassfctnHandlingLabel()Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch multipleDngrsGdsClassfctnHandlingLabelentities.- Specified by:
getAllDngrsGdsClassfctnHandlingLabelin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch multiple
DngrsGdsClassfctnHandlingLabelentities. 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.
-
countDngrsGdsClassfctnHandlingLabel
@Nonnull public CountRequestBuilder<DngrsGdsClassfctnHandlingLabel> countDngrsGdsClassfctnHandlingLabel()Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch the number of entries from theDngrsGdsClassfctnHandlingLabelentity collection matching the filter and search expressions.- Specified by:
countDngrsGdsClassfctnHandlingLabelin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch the count of
DngrsGdsClassfctnHandlingLabelentities. 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.
-
getDngrsGdsClassfctnHandlingLabelByKey
@Nonnull public GetByKeyRequestBuilder<DngrsGdsClassfctnHandlingLabel> getDngrsGdsClassfctnHandlingLabelByKey(UUID cmplRqRsltDngrsGdsLblUUID) Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch a singleDngrsGdsClassfctnHandlingLabelentity using key fields.- Specified by:
getDngrsGdsClassfctnHandlingLabelByKeyin interfaceDangerousGoodsClassificationService- Parameters:
cmplRqRsltDngrsGdsLblUUID- Dangerous Goods LabelingConstraints: Not nullable
- Returns:
- A request builder to fetch a single
DngrsGdsClassfctnHandlingLabelentity 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.
-
getAllDngrsGdsClassfctnHazardLabel
@Nonnull public GetAllRequestBuilder<DngrsGdsClassfctnHazardLabel> getAllDngrsGdsClassfctnHazardLabel()Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch multipleDngrsGdsClassfctnHazardLabelentities.- Specified by:
getAllDngrsGdsClassfctnHazardLabelin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch multiple
DngrsGdsClassfctnHazardLabelentities. 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.
-
countDngrsGdsClassfctnHazardLabel
@Nonnull public CountRequestBuilder<DngrsGdsClassfctnHazardLabel> countDngrsGdsClassfctnHazardLabel()Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch the number of entries from theDngrsGdsClassfctnHazardLabelentity collection matching the filter and search expressions.- Specified by:
countDngrsGdsClassfctnHazardLabelin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch the count of
DngrsGdsClassfctnHazardLabelentities. 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.
-
getDngrsGdsClassfctnHazardLabelByKey
@Nonnull public GetByKeyRequestBuilder<DngrsGdsClassfctnHazardLabel> getDngrsGdsClassfctnHazardLabelByKey(UUID cmplRqRsltDngrsGdsLblUUID) Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch a singleDngrsGdsClassfctnHazardLabelentity using key fields.- Specified by:
getDngrsGdsClassfctnHazardLabelByKeyin interfaceDangerousGoodsClassificationService- Parameters:
cmplRqRsltDngrsGdsLblUUID- Dangerous Goods LabelingConstraints: Not nullable
- Returns:
- A request builder to fetch a single
DngrsGdsClassfctnHazardLabelentity 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.
-
getAllDngrsGdsClassfctnModeOfTranspt
@Nonnull public GetAllRequestBuilder<DngrsGdsClassfctnModeOfTranspt> getAllDngrsGdsClassfctnModeOfTranspt()Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch multipleDngrsGdsClassfctnModeOfTransptentities.- Specified by:
getAllDngrsGdsClassfctnModeOfTransptin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch multiple
DngrsGdsClassfctnModeOfTransptentities. 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.
-
countDngrsGdsClassfctnModeOfTranspt
@Nonnull public CountRequestBuilder<DngrsGdsClassfctnModeOfTranspt> countDngrsGdsClassfctnModeOfTranspt()Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch the number of entries from theDngrsGdsClassfctnModeOfTransptentity collection matching the filter and search expressions.- Specified by:
countDngrsGdsClassfctnModeOfTransptin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch the count of
DngrsGdsClassfctnModeOfTransptentities. 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.
-
getDngrsGdsClassfctnModeOfTransptByKey
@Nonnull public GetByKeyRequestBuilder<DngrsGdsClassfctnModeOfTranspt> getDngrsGdsClassfctnModeOfTransptByKey(UUID cmplRqRsltDngrsGdsModeOfTrUUID) Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch a singleDngrsGdsClassfctnModeOfTransptentity using key fields.- Specified by:
getDngrsGdsClassfctnModeOfTransptByKeyin interfaceDangerousGoodsClassificationService- Parameters:
cmplRqRsltDngrsGdsModeOfTrUUID- Dangerous Goods Mode of Transport KeyConstraints: Not nullable
- Returns:
- A request builder to fetch a single
DngrsGdsClassfctnModeOfTransptentity 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.
-
getAllDngrsGdsClassfctnMOTText
Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch multipleDngrsGdsClassfctnMOTTextentities.- Specified by:
getAllDngrsGdsClassfctnMOTTextin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch multiple
DngrsGdsClassfctnMOTTextentities. 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.
-
countDngrsGdsClassfctnMOTText
Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch the number of entries from theDngrsGdsClassfctnMOTTextentity collection matching the filter and search expressions.- Specified by:
countDngrsGdsClassfctnMOTTextin interfaceDangerousGoodsClassificationService- Returns:
- A request builder to fetch the count of
DngrsGdsClassfctnMOTTextentities. 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.
-
getDngrsGdsClassfctnMOTTextByKey
@Nonnull public GetByKeyRequestBuilder<DngrsGdsClassfctnMOTText> getDngrsGdsClassfctnMOTTextByKey(UUID cmplRqRsltDngrsGdsModeOfTrUUID, String language) Deprecated.Description copied from interface:DangerousGoodsClassificationServiceFetch a singleDngrsGdsClassfctnMOTTextentity using key fields.- Specified by:
getDngrsGdsClassfctnMOTTextByKeyin interfaceDangerousGoodsClassificationService- Parameters:
cmplRqRsltDngrsGdsModeOfTrUUID- Dangerous Goods Mode of Transport KeyConstraints: Not nullable
language- LanguageConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
DngrsGdsClassfctnMOTTextentity 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
-