Modifier and Type | Method and Description |
---|---|
ProductionOrder |
ProductionOrder.ProductionOrderBuilder.build() |
ProductionOrder |
ConvertPlannedOrderFluentHelper.execute(HttpDestinationProperties destination) |
protected ProductionOrder |
ProductionOrderUpdateFluentHelper.getEntity() |
protected ProductionOrder |
ProductionOrderCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<ProductionOrder> |
ConvertPlannedOrderFluentHelper.getEntityClass() |
protected Class<ProductionOrder> |
ProductionOrderByKeyFluentHelper.getEntityClass() |
protected Class<ProductionOrder> |
ProductionOrderFluentHelper.getEntityClass() |
Class<ProductionOrder> |
ProductionOrder.getType() |
Constructor and Description |
---|
ProductionOrderCreateFluentHelper(String servicePath,
ProductionOrder entity)
Creates a fluent helper object that will create a
ProductionOrder
entity on the OData endpoint. |
ProductionOrderUpdateFluentHelper(String servicePath,
ProductionOrder entity)
Creates a fluent helper object that will update a
ProductionOrder
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductionOrderServiceBatchChangeSet |
ProductionOrderServiceBatchChangeSet.createProductionOrder(ProductionOrder productionOrder)
Create a new
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderServiceBatchChangeSet |
DefaultProductionOrderServiceBatchChangeSet.createProductionOrder(ProductionOrder productionOrder)
Create a new
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderServiceBatchChangeSet |
ProductionOrderServiceBatchChangeSet.updateProductionOrder(ProductionOrder productionOrder)
Update an existing
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderServiceBatchChangeSet |
DefaultProductionOrderServiceBatchChangeSet.updateProductionOrder(ProductionOrder productionOrder)
Update an existing
ProductionOrder entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductionOrder> |
ProductionOrderOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected ProductionOrderLink<ObjectT> |
ProductionOrderLink.translateLinkType(EntityLink<ProductionOrderLink<ObjectT>,ProductionOrder,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ProductionOrderCreateFluentHelper |
ProductionOrderService.createProductionOrder(ProductionOrder productionOrder)
Deprecated.
Create a new
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderCreateFluentHelper |
DefaultProductionOrderService.createProductionOrder(ProductionOrder productionOrder)
Deprecated.
|
ProductionOrderUpdateFluentHelper |
ProductionOrderService.updateProductionOrder(ProductionOrder productionOrder)
Deprecated.
Update an existing
ProductionOrder entity and save it to the S/4HANA system. |
ProductionOrderUpdateFluentHelper |
DefaultProductionOrderService.updateProductionOrder(ProductionOrder productionOrder)
Deprecated.
|
Copyright © 2020 SAP SE. All rights reserved.