Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing.ActualStock
Packages that use ActualStock
Package
Description
-
Uses of ActualStock in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing with type parameters of type ActualStockModifier and TypeFieldDescriptionstatic final ProposalHeaderLink<ActualStock>ProposalHeader.TO_ACTUAL_STOCKUse with available fluent helpers to apply the to_ActualStock navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing that return ActualStockMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing that return types with arguments of type ActualStockModifier and TypeMethodDescriptionProposalHeader.fetchActualStock()Fetches the ActualStock entities (one to many) associated with this entity.io.vavr.control.Option<List<ActualStock>>ProposalHeader.getActualStockIfPresent()Retrieval of associated ActualStock entities (one to many).ProposalHeader.getActualStockOrFetch()Retrieval of associated ActualStock entities (one to many).protected Class<ActualStock>ActualStockByKeyFluentHelper.getEntityClass()protected Class<ActualStock>ActualStockFluentHelper.getEntityClass()ActualStock.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing with parameters of type ActualStockModifier and TypeMethodDescriptionProposalHeader.ProposalHeaderBuilder.actualStock(ActualStock... value) Navigation property to_ActualStock for ProposalHeader to multiple ActualStock.voidProposalHeader.addActualStock(ActualStock... entity) Adds elements to the list of associated ActualStock entities.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing with type arguments of type ActualStockModifier and TypeMethodDescriptionvoidProposalHeader.setActualStock(List<ActualStock> value) Overwrites the list of associated ActualStock entities for the loaded navigation property to_ActualStock.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing with type arguments of type ActualStockModifierConstructorDescriptionProposalHeader(String material, String plant, String mRPArea, LocalDateTime proposalStartDate, String proposalVersion, LocalDateTime proposalEndDate, String stockLevelProposalID, String procurementType, String consumptionCode, String consumptionMode, BigDecimal consumptionValue, String currency, String variabilityCode, String variabilityMode, BigDecimal variabilityQuantity, String variabilityUnit, String replenishmentLeadTimeCode, String replenishmentLeadTimeMode, BigDecimal replenishmentLeadTimeValue, UUID billOfMaterialUUID, String bOMUsageCode, String bOMUsageMode, String bOMUsageValue, String horizonDaysInPast, String horizonDaysInFuture, BigDecimal individualLeadTime, String leadTimeCalculationMethod, BigDecimal decoupledLeadTime, String sourceOfSupply, String sOSType, BigDecimal leadTimeFactor, BigDecimal variabilityFactor, String stockLevelProposalStatus, String proposalRunIsSuspended, LocalDateTime proposalRunSuspendedFromDate, LocalDateTime proposalRunSuspendedToDate, String proposalMode, ZonedDateTime proposalStatusChangeDate, String isMinOrderQtyConsidered, BigDecimal minimumOrderQuantity, String minOrderQtyUnit, BigDecimal orderCycle, LocalDateTime bOMExplosionDate, ZonedDateTime creationDateTime, ZonedDateTime lastChangeDateTime, String averageDailyUsageMode, List<ActualStock> toActualStock, List<DemandAdjustments> toProductBufferProposalDemand, List<ZoneAdjustments> toProductBufferProposalZones, List<DemandAdjustmentFactors> toProductBufPrpslDmndFctr, List<LongestPathInBOM> toPrpslBOM) -
Uses of ActualStock in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.buffersizing.link that return types with arguments of type ActualStockModifier and TypeMethodDescriptionActualStockOneToOneLink.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.buffersizing.link with type arguments of type ActualStockModifier and TypeMethodDescriptionprotected ActualStockLink<ObjectT>ActualStockLink.translateLinkType(EntityLink<ActualStockLink<ObjectT>, ActualStock, ObjectT> link)