Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.PlannedOrderCapacity
Packages that use PlannedOrderCapacity
Package
Description
-
Uses of PlannedOrderCapacity in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder with type parameters of type PlannedOrderCapacityModifier and TypeFieldDescriptionstatic final PlannedOrderLink<PlannedOrderCapacity>PlannedOrder.TO_PLANNED_ORDER_CAPACITYUse with available fluent helpers to apply the to_PlannedOrderCapacity navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder that return PlannedOrderCapacityMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder that return types with arguments of type PlannedOrderCapacityModifier and TypeMethodDescriptionPlannedOrder.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).PlannedOrder.getPlannedOrderCapacityOrFetch()Retrieval of associated PlannedOrderCapacity entities (one to many).PlannedOrderCapacity.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder with parameters of type PlannedOrderCapacityModifier and TypeMethodDescriptionvoidPlannedOrder.addPlannedOrderCapacity(PlannedOrderCapacity... entity) Adds elements to the list of associated PlannedOrderCapacity entities.PlannedOrder.PlannedOrderBuilder.plannedOrderCapacity(PlannedOrderCapacity... value) Navigation property to_PlannedOrderCapacity for PlannedOrder to multiple PlannedOrderCapacity.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder with type arguments of type PlannedOrderCapacityModifier and TypeMethodDescriptionvoidPlannedOrder.setPlannedOrderCapacity(List<PlannedOrderCapacity> value) Overwrites the list of associated PlannedOrderCapacity entities for the loaded navigation property to_PlannedOrderCapacity.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder with type arguments of type PlannedOrderCapacityModifierConstructorDescriptionPlannedOrder(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) -
Uses of PlannedOrderCapacity in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.link that return types with arguments of type PlannedOrderCapacityModifier and TypeMethodDescriptionPlannedOrderCapacityOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.link with type arguments of type PlannedOrderCapacityModifier and TypeMethodDescriptionprotected PlannedOrderCapacityLink<ObjectT>PlannedOrderCapacityLink.translateLinkType(EntityLink<PlannedOrderCapacityLink<ObjectT>, PlannedOrderCapacity, ObjectT> link)