public interface PureSubstanceComponentTypeService extends BatchService<PureSubstanceComponentTypeServiceBatch>
This service reads data from specifications with category pure substance, and can retrieve which component type is allowed for pure substances in the standard composition. You can use the Pure Substance - Read API to read the header data and description of pure substances. .
Reference: SAP API Business Hub
OData Service: | OP_API_PURESUBSTCOMPONENTTYPE_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Recipe Pure Substance |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
PureSubstanceComponentTypeFluentHelper |
getAllPureSubstanceComponentType()
Fetch multiple
PureSubstanceComponentType entities. |
PureSubstComponentTypeTextFluentHelper |
getAllPureSubstComponentTypeText()
Fetch multiple
PureSubstComponentTypeText entities. |
PureSubstanceComponentTypeByKeyFluentHelper |
getPureSubstanceComponentTypeByKey(String pureSubstanceComponentType)
Fetch a single
PureSubstanceComponentType entity using key fields. |
PureSubstComponentTypeTextByKeyFluentHelper |
getPureSubstComponentTypeTextByKey(String pureSubstanceComponentType,
String language)
Fetch a single
PureSubstComponentTypeText entity using key fields. |
PureSubstanceComponentTypeService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull PureSubstanceComponentTypeService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull PureSubstanceComponentTypeFluentHelper getAllPureSubstanceComponentType()
PureSubstanceComponentType
entities.PureSubstanceComponentType
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PureSubstanceComponentTypeByKeyFluentHelper getPureSubstanceComponentTypeByKey(String pureSubstanceComponentType)
PureSubstanceComponentType
entity using key fields.pureSubstanceComponentType
- Pure Substance Component Type
Constraints: Not nullable, Maximum length: 10
PureSubstanceComponentType
entity 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 the
execute
method on the fluent helper object.@Nonnull PureSubstComponentTypeTextFluentHelper getAllPureSubstComponentTypeText()
PureSubstComponentTypeText
entities.PureSubstComponentTypeText
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull PureSubstComponentTypeTextByKeyFluentHelper getPureSubstComponentTypeTextByKey(String pureSubstanceComponentType, String language)
PureSubstComponentTypeText
entity using key fields.language
- Language Key
Constraints: Not nullable, Maximum length: 2
pureSubstanceComponentType
- Pure Substance Component Type
Constraints: Not nullable, Maximum length: 10
PureSubstComponentTypeText
entity 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 the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.