Modifier and Type | Field and Description |
---|---|
static PlannedOrderLink<PlannedOrderCapacity> |
PlannedOrder.TO_PLANNED_ORDER_CAPACITY
Use with available fluent helpers to apply the to_PlannedOrderCapacity navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
PlannedOrderCapacity |
PlannedOrderCapacity.PlannedOrderCapacityBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<PlannedOrderCapacity> |
PlannedOrder.fetchPlannedOrderCapacity()
Fetches the PlannedOrderCapacity entities (one to many) associated with this entity.
|
protected Class<PlannedOrderCapacity> |
PlannedOrderCapacityByKeyFluentHelper.getEntityClass() |
protected Class<PlannedOrderCapacity> |
PlannedOrderCapacityFluentHelper.getEntityClass() |
io.vavr.control.Option<List<PlannedOrderCapacity>> |
PlannedOrder.getPlannedOrderCapacityIfPresent()
Retrieval of associated PlannedOrderCapacity entities (one to many).
|
List<PlannedOrderCapacity> |
PlannedOrder.getPlannedOrderCapacityOrFetch()
Retrieval of associated PlannedOrderCapacity entities (one to many).
|
Class<PlannedOrderCapacity> |
PlannedOrderCapacity.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PlannedOrder.addPlannedOrderCapacity(PlannedOrderCapacity... entity)
Adds elements to the list of associated PlannedOrderCapacity entities.
|
PlannedOrder.PlannedOrderBuilder |
PlannedOrder.PlannedOrderBuilder.plannedOrderCapacity(PlannedOrderCapacity... value)
Navigation property to_PlannedOrderCapacity for PlannedOrder to multiple
PlannedOrderCapacity.
|
Modifier and Type | Method and Description |
---|---|
void |
PlannedOrder.setPlannedOrderCapacity(List<PlannedOrderCapacity> value)
Overwrites the list of associated PlannedOrderCapacity entities for the loaded navigation property
to_PlannedOrderCapacity.
|
Constructor and Description |
---|
PlannedOrder(String plannedOrder,
String plannedOrderType,
String plannedOrderProfile,
String material,
String materialName,
String productionPlant,
String mRPPlant,
String mRPArea,
String productionVersion,
String materialProcurementCategory,
String materialProcurementType,
String storageLocation,
String baseUnit,
BigDecimal totalQuantity,
BigDecimal plndOrderPlannedScrapQty,
BigDecimal goodsReceiptQty,
BigDecimal issuedQuantity,
LocalDateTime plndOrderPlannedStartDate,
LocalTime plndOrderPlannedStartTime,
LocalDateTime plndOrderPlannedEndDate,
LocalTime plndOrderPlannedEndTime,
LocalDateTime plannedOrderOpeningDate,
ZonedDateTime lastChangeDateTime,
LocalDateTime productionStartDate,
LocalDateTime productionEndDate,
String salesOrder,
String salesOrderItem,
String customer,
String wBSElementInternalID,
String wBSElement,
String wBSDescription,
String accountAssignmentCategory,
String reservation,
String mRPController,
String productionSupervisor,
String purchasingGroup,
String purchasingOrganization,
String fixedSupplier,
String purchasingDocument,
String purchasingDocumentItem,
String quotaArrangement,
String quotaArrangementItem,
String supplierName,
Boolean plannedOrderIsFirm,
Boolean plannedOrderIsConvertible,
Boolean plannedOrderBOMIsFixed,
Boolean plannedOrderCapacityIsDsptchd,
String capacityRequirement,
String capacityRequirementOrigin,
String billOfOperationsType,
String billOfOperationsGroup,
String billOfOperations,
LocalDateTime lastScheduledDate,
LocalDateTime scheduledBasicEndDate,
LocalTime scheduledBasicEndTime,
LocalDateTime scheduledBasicStartDate,
LocalTime scheduledBasicStartTime,
String schedulingType,
List<PlannedOrderCapacity> toPlannedOrderCapacity,
List<PlannedOrderComponent> toPlannedOrderComponent) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PlannedOrderCapacity> |
PlannedOrderCapacityOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected PlannedOrderCapacityLink<ObjectT> |
PlannedOrderCapacityLink.translateLinkType(EntityLink<PlannedOrderCapacityLink<ObjectT>,PlannedOrderCapacity,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.