Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductPlant
Packages that use ProductPlant
Package
Description
-
Uses of ProductPlant 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 ProductPlantModifier and TypeFieldDescriptionstatic final ProductLink<ProductPlant>Product.TO_PLANTUse with available fluent helpers to apply the to_Plant navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductPlantModifier and TypeMethodDescriptionProductPlant.ProductPlantBuilder.build()protected ProductPlantProductPlantCreateFluentHelper.getEntity()protected ProductPlantProductPlantUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductPlantModifier and TypeMethodDescriptionProduct.fetchPlant()Fetches the ProductPlant entities (one to many) associated with this entity.protected Class<ProductPlant>ProductPlantByKeyFluentHelper.getEntityClass()protected Class<ProductPlant>ProductPlantFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductPlant>>Product.getPlantIfPresent()Retrieval of associated ProductPlant entities (one to many).Product.getPlantOrFetch()Retrieval of associated ProductPlant entities (one to many).ProductPlant.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductPlantModifier and TypeMethodDescriptionvoidProduct.addPlant(ProductPlant... entity) Adds elements to the list of associated ProductPlant entities.Product.ProductBuilder.plant(ProductPlant... value) Navigation property to_Plant for Product to multiple ProductPlant.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductPlantModifier and TypeMethodDescriptionvoidProduct.setPlant(List<ProductPlant> value) Overwrites the list of associated ProductPlant entities for the loaded navigation property to_Plant.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductPlantModifierConstructorDescriptionProductPlantCreateFluentHelper(String servicePath, ProductPlant entity, String entityCollection) Creates a fluent helper object that will create aProductPlantentity on the OData endpoint.ProductPlantUpdateFluentHelper(String servicePath, ProductPlant entity, String entityCollection) Creates a fluent helper object that will update aProductPlantentity on the OData endpoint. -
Uses of ProductPlant 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 ProductPlantModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductPlant(ProductPlant productPlant) ProductMasterServiceBatchChangeSet.createProductPlant(ProductPlant productPlant) Create a newProductPlantentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductPlant(ProductPlant productPlant) ProductMasterServiceBatchChangeSet.updateProductPlant(ProductPlant productPlant) Update an existingProductPlantentity and save it to the S/4HANA system. -
Uses of ProductPlant 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 ProductPlantModifier and TypeMethodDescriptionProductPlantOneToOneLink.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 ProductPlantModifier and TypeMethodDescriptionprotected ProductPlantLink<ObjectT>ProductPlantLink.translateLinkType(EntityLink<ProductPlantLink<ObjectT>, ProductPlant, ObjectT> link) -
Uses of ProductPlant in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductPlantModifier and TypeMethodDescriptionDefaultProductMasterService.createProductPlant(ProductPlant productPlant) Deprecated.ProductMasterService.createProductPlant(ProductPlant productPlant) Deprecated.Create a newProductPlantentity and save it to the S/4HANA system.DefaultProductMasterService.updateProductPlant(ProductPlant productPlant) Deprecated.ProductMasterService.updateProductPlant(ProductPlant productPlant) Deprecated.Update an existingProductPlantentity and save it to the S/4HANA system.