Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductStorage
Packages that use ProductStorage
Package
Description
-
Uses of ProductStorage 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 ProductStorageModifier and TypeFieldDescriptionstatic final ProductOneToOneLink<ProductStorage>Product.TO_PRODUCT_STORAGEUse with available fluent helpers to apply the to_ProductStorage navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductStorageModifier and TypeMethodDescriptionProductStorage.ProductStorageBuilder.build()Product.fetchProductStorage()Fetches the ProductStorage entity (one to one) associated with this entity.protected ProductStorageProductStorageCreateFluentHelper.getEntity()protected ProductStorageProductStorageUpdateFluentHelper.getEntity()Product.getProductStorageOrFetch()Retrieval of associated ProductStorage entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductStorageModifier and TypeMethodDescriptionprotected Class<ProductStorage>ProductStorageByKeyFluentHelper.getEntityClass()protected Class<ProductStorage>ProductStorageFluentHelper.getEntityClass()io.vavr.control.Option<ProductStorage>Product.getProductStorageIfPresent()Retrieval of associated ProductStorage entity (one to one).ProductStorage.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductStorageModifier and TypeMethodDescriptionProduct.ProductBuilder.productStorage(ProductStorage value) Navigation property to_ProductStorage for Product to single ProductStorage.voidProduct.setProductStorage(ProductStorage value) Overwrites the associated ProductStorage entity for the loaded navigation property to_ProductStorage.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductStorageModifierConstructorDescriptionProduct(String product, String productType, String crossPlantStatus, LocalDateTime crossPlantStatusValidityDate, LocalDateTime creationDate, String createdByUser, LocalDateTime lastChangeDate, String lastChangedByUser, ZonedDateTime lastChangeDateTime, Boolean isMarkedForDeletion, String productOldID, BigDecimal grossWeight, String purchaseOrderQuantityUnit, String sourceOfSupply, String weightUnit, BigDecimal netWeight, String countryOfOrigin, String competitorID, String productGroup, String baseUnit, String itemCategoryGroup, String productHierarchy, String division, String varblPurOrdUnitIsActive, String volumeUnit, BigDecimal materialVolume, String aNPCode, String brand, String procurementRule, LocalDateTime validityStartDate, String lowLevelCode, String prodNoInGenProdInPrepackProd, String serialIdentifierAssgmtProfile, String sizeOrDimensionText, String industryStandardName, String productStandardID, String internationalArticleNumberCat, Boolean productIsConfigurable, Boolean isBatchManagementRequired, String externalProductGroup, String crossPlantConfigurableProduct, String serialNoExplicitnessLevel, String productManufacturerNumber, String manufacturerNumber, String manufacturerPartProfile, Boolean qltyMgmtInProcmtIsActive, String industrySector, String changeNumber, String materialRevisionLevel, String handlingIndicator, String warehouseProductGroup, String warehouseStorageCondition, String standardHandlingUnitType, String serialNumberProfile, String adjustmentProfile, String preferredUnitOfMeasure, Boolean isPilferable, Boolean isRelevantForHzdsSubstances, BigDecimal quarantinePeriod, String timeUnitForQuarantinePeriod, String qualityInspectionGroup, String authorizationGroup, Boolean documentIsCreatedByCAD, String handlingUnitType, Boolean hasVariableTareWeight, BigDecimal maximumPackagingLength, BigDecimal maximumPackagingWidth, BigDecimal maximumPackagingHeight, String unitForMaxPackagingDimensions, List<ProductDescription> toDescription, List<ProductPlant> toPlant, List<ProductBasicText> toProductBasicText, List<ProductInspectionText> toProductInspectionText, ProductProcurement toProductProcurement, List<ProductPurchaseText> toProductPurchaseText, ProductQualityMgmt toProductQualityMgmt, ProductSales toProductSales, List<ProductSalesTax> toProductSalesTax, ProductStorage toProductStorage, List<ProductUnitsOfMeasure> toProductUnitsOfMeasure, List<ProductSalesDelivery> toSalesDelivery, List<ProductValuation> toValuation) ProductStorageCreateFluentHelper(String servicePath, ProductStorage entity, String entityCollection) Creates a fluent helper object that will create aProductStorageentity on the OData endpoint.ProductStorageUpdateFluentHelper(String servicePath, ProductStorage entity, String entityCollection) Creates a fluent helper object that will update aProductStorageentity on the OData endpoint. -
Uses of ProductStorage 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 ProductStorageModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductStorage(ProductStorage productStorage) ProductMasterServiceBatchChangeSet.createProductStorage(ProductStorage productStorage) Create a newProductStorageentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductStorage(ProductStorage productStorage) ProductMasterServiceBatchChangeSet.updateProductStorage(ProductStorage productStorage) Update an existingProductStorageentity and save it to the S/4HANA system. -
Uses of ProductStorage 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 ProductStorageModifier and TypeMethodDescriptionProductStorageOneToOneLink.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 ProductStorageModifier and TypeMethodDescriptionprotected ProductStorageLink<ObjectT>ProductStorageLink.translateLinkType(EntityLink<ProductStorageLink<ObjectT>, ProductStorage, ObjectT> link) -
Uses of ProductStorage in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductStorageModifier and TypeMethodDescriptionDefaultProductMasterService.createProductStorage(ProductStorage productStorage) Deprecated.ProductMasterService.createProductStorage(ProductStorage productStorage) Deprecated.Create a newProductStorageentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductStorage(ProductStorage productStorage) Deprecated.ProductMasterService.updateProductStorage(ProductStorage productStorage) Deprecated.Update an existingProductStorageentity and save it to the S/4HANA system.