Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductValuation
Packages that use ProductValuation
Package
Description
-
Uses of ProductValuation 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 ProductValuationModifier and TypeFieldDescriptionstatic final ProductLink<ProductValuation>Product.TO_VALUATIONUse with available fluent helpers to apply the to_Valuation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductValuationModifier and TypeMethodDescriptionProductValuation.ProductValuationBuilder.build()protected ProductValuationProductValuationCreateFluentHelper.getEntity()protected ProductValuationProductValuationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductValuationModifier and TypeMethodDescriptionProduct.fetchValuation()Fetches the ProductValuation entities (one to many) associated with this entity.protected Class<ProductValuation>ProductValuationByKeyFluentHelper.getEntityClass()protected Class<ProductValuation>ProductValuationFluentHelper.getEntityClass()ProductValuation.getType()io.vavr.control.Option<List<ProductValuation>>Product.getValuationIfPresent()Retrieval of associated ProductValuation entities (one to many).Product.getValuationOrFetch()Retrieval of associated ProductValuation entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductValuationModifier and TypeMethodDescriptionvoidProduct.addValuation(ProductValuation... entity) Adds elements to the list of associated ProductValuation entities.Product.ProductBuilder.valuation(ProductValuation... value) Navigation property to_Valuation for Product to multiple ProductValuation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductValuationModifier and TypeMethodDescriptionvoidProduct.setValuation(List<ProductValuation> value) Overwrites the list of associated ProductValuation entities for the loaded navigation property to_Valuation.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductValuationModifierConstructorDescriptionProductValuationCreateFluentHelper(String servicePath, ProductValuation entity, String entityCollection) Creates a fluent helper object that will create aProductValuationentity on the OData endpoint.ProductValuationUpdateFluentHelper(String servicePath, ProductValuation entity, String entityCollection) Creates a fluent helper object that will update aProductValuationentity on the OData endpoint. -
Uses of ProductValuation 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 ProductValuationModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductValuation(ProductValuation productValuation) ProductMasterServiceBatchChangeSet.createProductValuation(ProductValuation productValuation) Create a newProductValuationentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductValuation(ProductValuation productValuation) ProductMasterServiceBatchChangeSet.updateProductValuation(ProductValuation productValuation) Update an existingProductValuationentity and save it to the S/4HANA system. -
Uses of ProductValuation 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 ProductValuationModifier and TypeMethodDescriptionProductValuationOneToOneLink.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 ProductValuationModifier and TypeMethodDescriptionprotected ProductValuationLink<ObjectT>ProductValuationLink.translateLinkType(EntityLink<ProductValuationLink<ObjectT>, ProductValuation, ObjectT> link) -
Uses of ProductValuation in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductValuationModifier and TypeMethodDescriptionDefaultProductMasterService.createProductValuation(ProductValuation productValuation) Deprecated.ProductMasterService.createProductValuation(ProductValuation productValuation) Deprecated.Create a newProductValuationentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductValuation(ProductValuation productValuation) Deprecated.ProductMasterService.updateProductValuation(ProductValuation productValuation) Deprecated.Update an existingProductValuationentity and save it to the S/4HANA system.