Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2.ProductPlantStorageLocation
Packages that use ProductPlantStorageLocation
Package
Description
-
Uses of ProductPlantStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2 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.productv2 that return ProductPlantStorageLocationModifier and TypeMethodDescriptionProductPlantStorageLocation.ProductPlantStorageLocationBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productv2 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.productv2 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.productv2 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 TypeMethodDescriptionDefaultProductV2Service.countProductPlantStorageLocation()Deprecated.ProductV2Service.countProductPlantStorageLocation()Deprecated.Fetch the number of entries from theProductPlantStorageLocationentity collection matching the filter and search expressions.DefaultProductV2Service.getAllProductPlantStorageLocation()Deprecated.ProductV2Service.getAllProductPlantStorageLocation()Deprecated.Fetch multipleProductPlantStorageLocationentities.DefaultProductV2Service.getProductPlantStorageLocationByKey(String product, String plant, String storageLocation) Deprecated.ProductV2Service.getProductPlantStorageLocationByKey(String product, String plant, String storageLocation) Deprecated.Fetch a singleProductPlantStorageLocationentity using key fields.DefaultProductV2Service.updateProductPlantStorageLocation(ProductPlantStorageLocation productPlantStorageLocation) Deprecated.ProductV2Service.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 TypeMethodDescriptionDefaultProductV2Service.updateProductPlantStorageLocation(ProductPlantStorageLocation productPlantStorageLocation) Deprecated.ProductV2Service.updateProductPlantStorageLocation(ProductPlantStorageLocation productPlantStorageLocation) Deprecated.Update an existingProductPlantStorageLocationentity and save it to the S/4HANA system.