Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductStorageLocation
Packages that use ProductStorageLocation
Package
Description
-
Uses of ProductStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type parameters of type ProductStorageLocationModifier and TypeFieldDescriptionstatic final ProductPlantLink<ProductStorageLocation>ProductPlant.TO_STORAGE_LOCATIONUse with available fluent helpers to apply the to_StorageLocation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return ProductStorageLocationMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return types with arguments of type ProductStorageLocationModifier and TypeMethodDescriptionProductPlant.fetchStorageLocation()Fetches the ProductStorageLocation entities (one to many) associated with this entity.protected Class<ProductStorageLocation>ProductStorageLocationByKeyFluentHelper.getEntityClass()protected Class<ProductStorageLocation>ProductStorageLocationFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductStorageLocation>>ProductPlant.getStorageLocationIfPresent()Retrieval of associated ProductStorageLocation entities (one to many).ProductPlant.getStorageLocationOrFetch()Retrieval of associated ProductStorageLocation entities (one to many).ProductStorageLocation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with parameters of type ProductStorageLocationModifier and TypeMethodDescriptionvoidProductPlant.addStorageLocation(ProductStorageLocation... entity) Adds elements to the list of associated ProductStorageLocation entities.ProductPlant.ProductPlantBuilder.storageLocation(ProductStorageLocation... value) Navigation property to_StorageLocation for ProductPlant to multiple ProductStorageLocation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductStorageLocationModifier and TypeMethodDescriptionvoidProductPlant.setStorageLocation(List<ProductStorageLocation> value) Overwrites the list of associated ProductStorageLocation entities for the loaded navigation property to_StorageLocation.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductStorageLocationModifierConstructorDescriptionProductPlant(String product, String plant, String purchasingGroup, String countryOfOrigin, String regionOfOrigin, String productionInvtryManagedLoc, String profileCode, LocalDateTime profileValidityStartDate, String availabilityCheckType, String fiscalYearVariant, String periodType, String profitCenter, String commodity, BigDecimal goodsReceiptDuration, String maintenanceStatusName, Boolean isMarkedForDeletion, String mRPType, String mRPResponsible, String aBCIndicator, BigDecimal minimumLotSizeQuantity, BigDecimal maximumLotSizeQuantity, BigDecimal fixedLotSizeQuantity, String consumptionTaxCtrlCode, Boolean isCoProduct, String productIsConfigurable, String stockDeterminationGroup, BigDecimal stockInTransferQuantity, BigDecimal stockInTransitQuantity, Boolean hasPostToInspectionStock, Boolean isBatchManagementRequired, String serialNumberProfile, Boolean isNegativeStockAllowed, BigDecimal goodsReceiptBlockedStockQty, String hasConsignmentCtrl, String fiscalYearCurrentPeriod, String fiscalMonthCurrentPeriod, String procurementType, Boolean isInternalBatchManaged, String productCFOPCategory, Boolean productIsExciseTaxRelevant, String baseUnit, ProductPlantProcurement toProductPlantProcurement, ProductSupplyPlanning toProductSupplyPlanning, ProductWorkScheduling toProductWorkScheduling, List<ProductStorageLocation> toStorageLocation) -
Uses of ProductStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.link that return types with arguments of type ProductStorageLocationModifier and TypeMethodDescriptionProductStorageLocationOneToOneLink.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.productmasterdataincludingclassification.link with type arguments of type ProductStorageLocationModifier and TypeMethodDescriptionprotected ProductStorageLocationLink<ObjectT>ProductStorageLocationLink.translateLinkType(EntityLink<ProductStorageLocationLink<ObjectT>, ProductStorageLocation, ObjectT> link)