public class BankReconciliationStatementByKeyFluentHelper extends FluentHelperByKey<BankReconciliationStatementByKeyFluentHelper,BankReconciliationStatement,BankReconciliationStatementSelectable>
BankReconciliationStatement
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself.Constructor and Description |
---|
BankReconciliationStatementByKeyFluentHelper(String servicePath,
String companyCode,
String houseBank,
String houseBankAccount,
LocalDateTime bankReconciliationDate)
Deprecated.
Use the constructor
BankReconciliationStatementByKeyFluentHelper(String, String, String, String, String, LocalDateTime)
instead. |
BankReconciliationStatementByKeyFluentHelper(String servicePath,
String entityCollection,
String companyCode,
String houseBank,
String houseBankAccount,
LocalDateTime bankReconciliationDate)
Creates a fluent helper object that will fetch a single
BankReconciliationStatement entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<BankReconciliationStatement> |
getEntityClass() |
protected Map<String,Object> |
getKey() |
execute, executeRequest, getQueryBuilder, select, toQuery, toRequest, withErrorHandler, withQueryParameter
and, cachingMetadata, getHeaders, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, onRequestAndImplicitRequests, onRequestOnly, withHeader, withHeaders, withoutCachingMetadata
@Deprecated public BankReconciliationStatementByKeyFluentHelper(@Nonnull String servicePath, String companyCode, String houseBank, String houseBankAccount, LocalDateTime bankReconciliationDate)
BankReconciliationStatementByKeyFluentHelper(String, String, String, String, String, LocalDateTime)
instead.BankReconciliationStatement
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.companyCode
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
houseBankAccount
- This ID together with the ID for the house bank uniquely defines a bank account.
Constraints: Not nullable, Maximum length: 5
bankReconciliationDate
- Reconciliation Date
Constraints: Not nullable, Precision: 0
servicePath
- Service path to be used to fetch a single BankReconciliationStatement
houseBank
- All bank data is determined using this key.
Constraints: Not nullable, Maximum length: 5
public BankReconciliationStatementByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String companyCode, String houseBank, String houseBankAccount, LocalDateTime bankReconciliationDate)
BankReconciliationStatement
entity with the provided key field values. To perform execution, call the
execute
method on the fluent helper object.companyCode
- The company code is an organizational unit within financial accounting.
Constraints: Not nullable, Maximum length: 4
entityCollection
- Entity Collection to be used to fetch a single BankReconciliationStatement
houseBankAccount
- This ID together with the ID for the house bank uniquely defines a bank account.
Constraints: Not nullable, Maximum length: 5
bankReconciliationDate
- Reconciliation Date
Constraints: Not nullable, Precision: 0
servicePath
- Service path to be used to fetch a single BankReconciliationStatement
houseBank
- All bank data is determined using this key.
Constraints: Not nullable, Maximum length: 5
Copyright © 2021 SAP SE. All rights reserved.