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)
Deprecated.
|
LongestPathInBOMByKeyFluentHelper(String servicePath,
String entityCollection,
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() |
protected Map<String,Object> |
getKey() |
execute, executeRequest, getQueryBuilder, select, toQuery, toRequest, withErrorHandler, withQueryParameter
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata
@Deprecated 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)
LongestPathInBOMByKeyFluentHelper(String, String, String, String, String, LocalDateTime, String, UUID, String, String, String, String)
instead.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
public LongestPathInBOMByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, 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.entityCollection
- Entity Collection to be used to fetch a single LongestPathInBOM
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()
getEntityClass
in class FluentHelperBasic<LongestPathInBOMByKeyFluentHelper,LongestPathInBOM,LongestPathInBOM>
@Nonnull protected Map<String,Object> getKey()
getKey
in class FluentHelperByKey<LongestPathInBOMByKeyFluentHelper,LongestPathInBOM,LongestPathInBOMSelectable>
Copyright © 2021 SAP SE. All rights reserved.