Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.ProductionSupplyArea
Packages that use ProductionSupplyArea
Package
Description
-
Uses of ProductionSupplyArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea that return ProductionSupplyAreaModifier and TypeMethodDescriptionProductionSupplyArea.ProductionSupplyAreaBuilder.build()protected ProductionSupplyAreaProductionSupplyAreaCreateFluentHelper.getEntity()protected ProductionSupplyAreaProductionSupplyAreaDeleteFluentHelper.getEntity()protected ProductionSupplyAreaProductionSupplyAreaUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea that return types with arguments of type ProductionSupplyAreaModifier and TypeMethodDescriptionprotected Class<ProductionSupplyArea>ProductionSupplyAreaByKeyFluentHelper.getEntityClass()protected Class<ProductionSupplyArea>ProductionSupplyAreaFluentHelper.getEntityClass()ProductionSupplyArea.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea with parameters of type ProductionSupplyAreaModifierConstructorDescriptionProductionSupplyAreaCreateFluentHelper(String servicePath, ProductionSupplyArea entity, String entityCollection) Creates a fluent helper object that will create aProductionSupplyAreaentity on the OData endpoint.ProductionSupplyAreaDeleteFluentHelper(String servicePath, ProductionSupplyArea entity, String entityCollection) Creates a fluent helper object that will delete aProductionSupplyAreaentity on the OData endpoint.ProductionSupplyAreaUpdateFluentHelper(String servicePath, ProductionSupplyArea entity, String entityCollection) Creates a fluent helper object that will update aProductionSupplyAreaentity on the OData endpoint. -
Uses of ProductionSupplyArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.batch with parameters of type ProductionSupplyAreaModifier and TypeMethodDescriptionDefaultProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyArea(ProductionSupplyArea productionSupplyArea) ProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Create a newProductionSupplyAreaentity and save it to the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyArea(ProductionSupplyArea productionSupplyArea) ProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deletes an existingProductionSupplyAreaentity in the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyArea(ProductionSupplyArea productionSupplyArea) ProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Update an existingProductionSupplyAreaentity and save it to the S/4HANA system. -
Uses of ProductionSupplyArea in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.link that return types with arguments of type ProductionSupplyAreaModifier and TypeMethodDescriptionProductionSupplyAreaOneToOneLink.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.productionsupplyarea.link with type arguments of type ProductionSupplyAreaModifier and TypeMethodDescriptionprotected ProductionSupplyAreaLink<ObjectT>ProductionSupplyAreaLink.translateLinkType(EntityLink<ProductionSupplyAreaLink<ObjectT>, ProductionSupplyArea, ObjectT> link) -
Uses of ProductionSupplyArea in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductionSupplyAreaModifier and TypeMethodDescriptionDefaultProductionSupplyAreaService.createProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deprecated.ProductionSupplyAreaService.createProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deprecated.Create a newProductionSupplyAreaentity and save it to the S/4HANA system.DefaultProductionSupplyAreaService.deleteProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deprecated.ProductionSupplyAreaService.deleteProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deprecated.Deletes an existingProductionSupplyAreaentity in the S/4HANA system.DefaultProductionSupplyAreaService.updateProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deprecated.ProductionSupplyAreaService.updateProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deprecated.Update an existingProductionSupplyAreaentity and save it to the S/4HANA system.