public class ReleaseProductionOrderFluentHelper extends Object
Constructor and Description |
---|
ReleaseProductionOrderFluentHelper(String manufacturingOrder)
Creates a fluent helper object that will execute the ReleaseProductionOrder OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
ReleaseMessage |
execute()
The default ERP configuration context will be used.
|
ReleaseMessage |
execute(ErpConfigContext erpConfigContext) |
ReleaseMessage |
execute(ErpEndpoint erpEndpoint) |
public ReleaseProductionOrderFluentHelper(String manufacturingOrder)
execute
method on the fluent helper object.manufacturingOrder
- Constraints: nonepublic ReleaseMessage execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public ReleaseMessage execute(ErpConfigContext erpConfigContext) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
erpConfigContext
- Supply the ERP system context for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
public ReleaseMessage execute() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException, IOException
com.sap.cloud.sdk.odatav2.connectivity.ODataException
IOException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2017 SAP SE. All rights reserved.