@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultTreasuryPositionFlowService") public class DefaultTreasuryPositionFlowService extends Object implements TreasuryPositionFlowService
It is based on the OData protocol and can be consumed in Fiori apps and on other user interfaces.
Reference: SAP API Business Hub
OData Service: | API_TRSYPOSFLOW_SRV |
API Version: | 1 |
Communication Scenario: | Finance - Treasury Position Flow Integration (SAP_COM_0332) |
Scope Items: | Market Rates Management - Manually via Upload (1XN) |
Authentication Methods: | Basic, x509, OAuth2 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultTreasuryPositionFlowService()
Creates a service using
TreasuryPositionFlowService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultTreasuryPositionFlowServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
TrsyPosFlowFluentHelper |
getAllTrsyPosFlow()
Fetch multiple
TrsyPosFlow entities. |
TrsyPosFlowByKeyFluentHelper |
getTrsyPosFlowByKey(Integer treasuryTransactionFlow,
UUID businessTransactionDocUUID)
Fetch a single
TrsyPosFlow entity using key fields. |
DefaultTreasuryPositionFlowService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultTreasuryPositionFlowService()
TreasuryPositionFlowService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultTreasuryPositionFlowService withServicePath(@Nonnull String servicePath)
TreasuryPositionFlowService
withServicePath
in interface TreasuryPositionFlowService
servicePath
- Service path that will override the default.@Nonnull public DefaultTreasuryPositionFlowServiceBatch batch()
batch
in interface BatchService<TreasuryPositionFlowServiceBatch>
@Nonnull public TrsyPosFlowFluentHelper getAllTrsyPosFlow()
TreasuryPositionFlowService
TrsyPosFlow
entities.getAllTrsyPosFlow
in interface TreasuryPositionFlowService
TrsyPosFlow
entities. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public TrsyPosFlowByKeyFluentHelper getTrsyPosFlowByKey(Integer treasuryTransactionFlow, UUID businessTransactionDocUUID)
TreasuryPositionFlowService
TrsyPosFlow
entity using key fields.getTrsyPosFlowByKey
in interface TreasuryPositionFlowService
treasuryTransactionFlow
- Number of TRL Flow
Constraints: Not nullable
businessTransactionDocUUID
- Business Transaction (GUID)
Constraints: Not nullable
TrsyPosFlow
entity using key fields. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.