Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product.ProductPlantStorageLocation
Packages that use ProductPlantStorageLocation
Package
Description
-
Uses of ProductPlantStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type parameters of type ProductPlantStorageLocationModifier and TypeFieldDescriptionstatic final SimpleProperty<ProductPlantStorageLocation>ProductPlantStorageLocation.ALL_FIELDSSelector for all available fields of ProductPlantStorageLocation.static final SimpleProperty.Boolean<ProductPlantStorageLocation>ProductPlantStorageLocation.IS_MARKED_FOR_DELETIONstatic final SimpleProperty.String<ProductPlantStorageLocation>ProductPlantStorageLocation.PLANTstatic final SimpleProperty.String<ProductPlantStorageLocation>ProductPlantStorageLocation.PRODUCTstatic final SimpleProperty.String<ProductPlantStorageLocation>ProductPlantStorageLocation.STORAGE_LOCATIONstatic final NavigationProperty.Single<ProductPlantStorageLocation,Product> ProductPlantStorageLocation.TO__PRODUCTUse with available request builders to apply the _Product navigation property to query operations.static final NavigationProperty.Single<ProductPlantStorageLocation,ProductPlant> ProductPlantStorageLocation.TO__PRODUCT_PLANTUse with available request builders to apply the _ProductPlant navigation property to query operations.ProductPlant.TO__PRODUCT_PLANT_STORAGE_LOCATIONUse with available request builders to apply the _ProductPlantStorageLocation navigation property to query operations.static final SimpleProperty.String<ProductPlantStorageLocation>ProductPlantStorageLocation.WAREHOUSE_STORAGE_BINMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return ProductPlantStorageLocationModifier and TypeMethodDescriptionProductPlantStorageLocation.ProductPlantStorageLocationBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product that return types with arguments of type ProductPlantStorageLocationModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProductPlantStorageLocation>>ProductPlant.getProductPlantStorageLocationIfPresent()Retrieval of associated ProductPlantStorageLocation entities (one to many).ProductPlantStorageLocation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with parameters of type ProductPlantStorageLocationModifier and TypeMethodDescriptionvoidProductPlant.addProductPlantStorageLocation(ProductPlantStorageLocation... entity) Adds elements to the list of associated ProductPlantStorageLocation entities.ProductPlant.ProductPlantBuilder.productPlantStorageLocation(ProductPlantStorageLocation... value) Navigation property _ProductPlantStorageLocation for ProductPlant to multiple ProductPlantStorageLocation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.product with type arguments of type ProductPlantStorageLocationModifier and TypeMethodDescriptionvoidProductPlant.setProductPlantStorageLocation(List<ProductPlantStorageLocation> value) Overwrites the list of associated ProductPlantStorageLocation entities for the loaded navigation property _ProductPlantStorageLocation. -
Uses of ProductPlantStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type ProductPlantStorageLocationModifier and TypeMethodDescriptionDefaultProductService.countProductPlantStorageLocation()Deprecated.ProductService.countProductPlantStorageLocation()Deprecated.Fetch the number of entries from theProductPlantStorageLocationentity collection matching the filter and search expressions.DefaultProductService.getAllProductPlantStorageLocation()Deprecated.ProductService.getAllProductPlantStorageLocation()Deprecated.Fetch multipleProductPlantStorageLocationentities.DefaultProductService.getProductPlantStorageLocationByKey(String product, String plant, String storageLocation) Deprecated.ProductService.getProductPlantStorageLocationByKey(String product, String plant, String storageLocation) Deprecated.Fetch a singleProductPlantStorageLocationentity using key fields.DefaultProductService.updateProductPlantStorageLocation(ProductPlantStorageLocation productPlantStorageLocation) Deprecated.ProductService.updateProductPlantStorageLocation(ProductPlantStorageLocation productPlantStorageLocation) Deprecated.Update an existingProductPlantStorageLocationentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type ProductPlantStorageLocationModifier and TypeMethodDescriptionDefaultProductService.updateProductPlantStorageLocation(ProductPlantStorageLocation productPlantStorageLocation) Deprecated.ProductService.updateProductPlantStorageLocation(ProductPlantStorageLocation productPlantStorageLocation) Deprecated.Update an existingProductPlantStorageLocationentity and save it to the S/4HANA system.