Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.ProductionOrder
Packages that use ProductionOrder
Package
Description
-
Uses of ProductionOrder in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return ProductionOrderModifier and TypeMethodDescriptionProductionOrder.ProductionOrderBuilder.build()ConvertPlannedOrderFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.protected ProductionOrderProductionOrderCreateFluentHelper.getEntity()protected ProductionOrderProductionOrderUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return types with arguments of type ProductionOrderModifier and TypeMethodDescriptionprotected Class<ProductionOrder>ConvertPlannedOrderFluentHelper.getEntityClass()protected Class<ProductionOrder>ProductionOrderByKeyFluentHelper.getEntityClass()protected Class<ProductionOrder>ProductionOrderFluentHelper.getEntityClass()ProductionOrder.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with parameters of type ProductionOrderModifierConstructorDescriptionProductionOrderCreateFluentHelper(String servicePath, ProductionOrder entity, String entityCollection) Creates a fluent helper object that will create aProductionOrderentity on the OData endpoint.ProductionOrderUpdateFluentHelper(String servicePath, ProductionOrder entity, String entityCollection) Creates a fluent helper object that will update aProductionOrderentity on the OData endpoint. -
Uses of ProductionOrder in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.batch with parameters of type ProductionOrderModifier and TypeMethodDescriptionDefaultProductionOrderServiceBatchChangeSet.createProductionOrder(ProductionOrder productionOrder) ProductionOrderServiceBatchChangeSet.createProductionOrder(ProductionOrder productionOrder) Create a newProductionOrderentity and save it to the S/4HANA system.DefaultProductionOrderServiceBatchChangeSet.updateProductionOrder(ProductionOrder productionOrder) ProductionOrderServiceBatchChangeSet.updateProductionOrder(ProductionOrder productionOrder) Update an existingProductionOrderentity and save it to the S/4HANA system. -
Uses of ProductionOrder in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.link that return types with arguments of type ProductionOrderModifier and TypeMethodDescriptionProductionOrderOneToOneLink.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.productionorder.link with type arguments of type ProductionOrderModifier and TypeMethodDescriptionprotected ProductionOrderLink<ObjectT>ProductionOrderLink.translateLinkType(EntityLink<ProductionOrderLink<ObjectT>, ProductionOrder, ObjectT> link) -
Uses of ProductionOrder in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductionOrderModifier and TypeMethodDescriptionDefaultProductionOrderService.createProductionOrder(ProductionOrder productionOrder) Deprecated.ProductionOrderService.createProductionOrder(ProductionOrder productionOrder) Deprecated.Create a newProductionOrderentity and save it to the S/4HANA system.DefaultProductionOrderService.updateProductionOrder(ProductionOrder productionOrder) Deprecated.ProductionOrderService.updateProductionOrder(ProductionOrder productionOrder) Deprecated.Update an existingProductionOrderentity and save it to the S/4HANA system.