public class CalculateAvailabilityTimeseriesFluentHelper extends FluentHelperFunction<CalculateAvailabilityTimeseriesFluentHelper,AvailabilityRecord,List<AvailabilityRecord>>
Constructor and Description |
---|
CalculateAvailabilityTimeseriesFluentHelper(String aTPCheckingRule,
String material,
String supplyingPlant)
Creates a fluent helper object that will execute the CalculateAvailabilityTimeseries OData function import with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
List<AvailabilityRecord> |
execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored values, plus any query modifiers that were previously called.
|
execute, execute
public CalculateAvailabilityTimeseriesFluentHelper(String aTPCheckingRule, String material, String supplyingPlant)
execute
method on the fluent helper object.material
- Constraints: Not nullable, Maximum length: 40aTPCheckingRule
- Constraints: Not nullable, Maximum length: 2supplyingPlant
- Constraints: Not nullable, Maximum length: 4public List<AvailabilityRecord> execute(ErpEndpoint erpEndpoint) throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
execute
in class FluentHelperBasic<CalculateAvailabilityTimeseriesFluentHelper,AvailabilityRecord,List<AvailabilityRecord>>
erpEndpoint
- Supply the ERP system instance for executing the underlying OData query.com.sap.cloud.sdk.odatav2.connectivity.ODataException
ErpConfigContext.ErpConfigContext()
,
ErpEndpoint.ErpEndpoint(ErpConfigContext)
Copyright © 2018 SAP SE. All rights reserved.