public class MaterialBOMByKeyFluentHelper extends FluentHelperByKey<MaterialBOMByKeyFluentHelper,MaterialBOM,MaterialBOMSelectable>
MaterialBOM
entity using
key fields. This fluent helper allows methods which modify the underlying query to be called before executing the
query itself.Constructor and Description |
---|
MaterialBOMByKeyFluentHelper(String servicePath,
String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String engineeringChangeDocument,
String material,
String plant)
Creates a fluent helper object that will fetch a single
MaterialBOM entity with
the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<MaterialBOM> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, getQueryBuilder, select, toQuery, withErrorHandler, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
public MaterialBOMByKeyFluentHelper(@Nonnull String servicePath, String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String engineeringChangeDocument, String material, String plant)
MaterialBOM
entity with
the provided key field values. To perform execution, call the execute
method on the fluent
helper object.material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
billOfMaterialCategory
- This key defines a BOM according to the object (such as material or equipment) to which it is linked.
Constraints: Not nullable, Maximum length: 1
servicePath
- Service path to be used to fetch a single MaterialBOM
billOfMaterialVersion
- BOM Version
Constraints: Not nullable, Maximum length: 4
engineeringChangeDocument
- Number used to uniquely identify a change master record.
Constraints: Not nullable, Maximum length: 12
plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
billOfMaterial
- Number used in combination with the BOM category to uniquely identify a BOM or a BOM group.
Constraints: Not nullable, Maximum length: 8
billOfMaterialVariant
- Identifies one BOM in a BOM group.
Constraints: Not nullable, Maximum length: 2
@Nonnull protected Class<MaterialBOM> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<MaterialBOMByKeyFluentHelper,MaterialBOM,MaterialBOM>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<MaterialBOMByKeyFluentHelper,MaterialBOM,MaterialBOMSelectable>
Copyright © 2019 SAP SE. All rights reserved.