public class WorkCenterCapOrderPerBucketByKeyFluentHelper extends FluentHelperByKey<WorkCenterCapOrderPerBucketByKeyFluentHelper,WorkCenterCapOrderPerBucket,WorkCenterCapOrderPerBucketSelectable>
WorkCenterCapOrderPerBucket
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 |
---|
WorkCenterCapOrderPerBucketByKeyFluentHelper(String servicePath,
LocalDateTime p_CapEvalStartDate,
LocalDateTime p_CapEvalEndDate,
String p_CapEvalBucketType,
String plant,
String mRPController,
String workCenter,
String workCenterTypeCode,
String capacityCategoryAllocation,
String capacityInternalID,
String material,
String orderID,
String operation,
String capacityEvaluationTimePeriod,
String shiftName)
Creates a fluent helper object that will fetch a single
WorkCenterCapOrderPerBucket entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<WorkCenterCapOrderPerBucket> |
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, withCustomQueryParameter, withErrorHandler
asResilientCommand, asResilientCommand, cachingMetadata, execute, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withCustomHttpHeader, withCustomHttpHeaders, withoutCachingMetadata
public WorkCenterCapOrderPerBucketByKeyFluentHelper(@Nonnull String servicePath, LocalDateTime p_CapEvalStartDate, LocalDateTime p_CapEvalEndDate, String p_CapEvalBucketType, String plant, String mRPController, String workCenter, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String material, String orderID, String operation, String capacityEvaluationTimePeriod, String shiftName)
WorkCenterCapOrderPerBucket
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.capacityInternalID
- Capacity ID
Constraints: Not nullable, Maximum length: 8
p_CapEvalBucketType
- Single-Character Flag
Constraints: Not nullable, Maximum length: 1
orderID
- workCenterTypeCode
- Internally used key which identifies the type of operating resource. For example, the following
indicators represent:
Constraints: Not nullable, Maximum length: 2
workCenter
- Work Center
Constraints: Not nullable, Maximum length: 8
shiftName
- capacityCategoryAllocation
- Capacity Category Allocation
Constraints: Not nullable, Maximum length: 4
material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
servicePath
- Service path to be used to fetch a single WorkCenterCapOrderPerBucket
plant
- capacityEvaluationTimePeriod
- p_CapEvalStartDate
- Date (YYYYMMDD)
Constraints: Not nullable, Precision: 0
p_CapEvalEndDate
- Date (YYYYMMDD)
Constraints: Not nullable, Precision: 0
operation
- Production Planning
Constraints: Not nullable, Maximum length: 4
mRPController
- @Nonnull protected Class<WorkCenterCapOrderPerBucket> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<WorkCenterCapOrderPerBucketByKeyFluentHelper,WorkCenterCapOrderPerBucket,WorkCenterCapOrderPerBucket>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<WorkCenterCapOrderPerBucketByKeyFluentHelper,WorkCenterCapOrderPerBucket,WorkCenterCapOrderPerBucketSelectable>
Copyright © 2019 SAP SE. All rights reserved.