Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductStorageLocation
Packages that use ProductStorageLocation
Package
Description
-
Uses of ProductStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster 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.productmaster that return ProductStorageLocationModifier and TypeMethodDescriptionProductStorageLocation.ProductStorageLocationBuilder.build()protected ProductStorageLocationProductStorageLocationCreateFluentHelper.getEntity()protected ProductStorageLocationProductStorageLocationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster 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.productmaster 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.productmaster 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.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductStorageLocationModifierConstructorDescriptionProductStorageLocationCreateFluentHelper(String servicePath, ProductStorageLocation entity, String entityCollection) Creates a fluent helper object that will create aProductStorageLocationentity on the OData endpoint.ProductStorageLocationUpdateFluentHelper(String servicePath, ProductStorageLocation entity, String entityCollection) Creates a fluent helper object that will update aProductStorageLocationentity on the OData endpoint. -
Uses of ProductStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch with parameters of type ProductStorageLocationModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductStorageLocation(ProductStorageLocation productStorageLocation) ProductMasterServiceBatchChangeSet.createProductStorageLocation(ProductStorageLocation productStorageLocation) Create a newProductStorageLocationentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductStorageLocation(ProductStorageLocation productStorageLocation) ProductMasterServiceBatchChangeSet.updateProductStorageLocation(ProductStorageLocation productStorageLocation) Update an existingProductStorageLocationentity and save it to the S/4HANA system. -
Uses of ProductStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.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.productmaster.link with type arguments of type ProductStorageLocationModifier and TypeMethodDescriptionprotected ProductStorageLocationLink<ObjectT>ProductStorageLocationLink.translateLinkType(EntityLink<ProductStorageLocationLink<ObjectT>, ProductStorageLocation, ObjectT> link) -
Uses of ProductStorageLocation in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductStorageLocationModifier and TypeMethodDescriptionDefaultProductMasterService.createProductStorageLocation(ProductStorageLocation productStorageLocation) Deprecated.ProductMasterService.createProductStorageLocation(ProductStorageLocation productStorageLocation) Deprecated.Create a newProductStorageLocationentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductStorageLocation(ProductStorageLocation productStorageLocation) Deprecated.ProductMasterService.updateProductStorageLocation(ProductStorageLocation productStorageLocation) Deprecated.Update an existingProductStorageLocationentity and save it to the S/4HANA system.