public class LongestPathInBOMByKeyFluentHelper extends FluentHelperByKey<LongestPathInBOMByKeyFluentHelper,LongestPathInBOM,LongestPathInBOMSelectable>
LongestPathInBOM
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 |
---|
LongestPathInBOMByKeyFluentHelper(String servicePath,
String material,
String plant,
String mRPArea,
LocalDateTime proposalStartDate,
String proposalVersion,
UUID billOfMaterialUUID,
String parentComponent,
String parentPlant,
String billOfMaterialComponent,
String componentPlant)
Creates a fluent helper object that will fetch a single
LongestPathInBOM entity
with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<LongestPathInBOM> |
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 LongestPathInBOMByKeyFluentHelper(@Nonnull String servicePath, String material, String plant, String mRPArea, LocalDateTime proposalStartDate, String proposalVersion, UUID billOfMaterialUUID, String parentComponent, String parentPlant, String billOfMaterialComponent, String componentPlant)
LongestPathInBOM
entity
with the provided key field values. To perform execution, call the execute
method on the fluent
helper object.mRPArea
- Number of the MRP area for which material requirements planning should be carried out separately.
Constraints: Not nullable, Maximum length: 10
material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 18
billOfMaterialComponent
- Material number of the components that you enter, change or display as part of the BOM.
Constraints: Not nullable, Maximum length: 18
billOfMaterialUUID
- Internal Key for BOMID
Constraints: Not nullable
servicePath
- Service path to be used to fetch a single LongestPathInBOM
plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
parentComponent
- Parent BOM Component
Constraints: Not nullable, Maximum length: 18
componentPlant
- Component Plant
Constraints: Not nullable, Maximum length: 4
proposalVersion
- Proposal Version
Constraints: Not nullable, Maximum length: 8
parentPlant
- Parent Plant
Constraints: Not nullable, Maximum length: 4
proposalStartDate
- Proposal Validity From Date
Constraints: Not nullable, Precision: 0
@Nonnull protected Class<LongestPathInBOM> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<LongestPathInBOMByKeyFluentHelper,LongestPathInBOM,LongestPathInBOM>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<LongestPathInBOMByKeyFluentHelper,LongestPathInBOM,LongestPathInBOMSelectable>
Copyright © 2019 SAP SE. All rights reserved.