public class JournalEntryItemByKeyFluentHelper extends FluentHelperByKey<JournalEntryItemByKeyFluentHelper,JournalEntryItem,JournalEntryItemSelectable>
JournalEntryItem
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 |
---|
JournalEntryItemByKeyFluentHelper(String servicePath,
String companyCode,
String houseBank,
String houseBankAccount,
LocalDateTime bankReconciliationDate,
String fiscalYear,
String accountingDocument,
String accountingDocumentItem)
Deprecated.
Use the constructor
JournalEntryItemByKeyFluentHelper(String, String, String, String, String, LocalDateTime, String, String, String)
instead. |
JournalEntryItemByKeyFluentHelper(String servicePath,
String entityCollection,
String companyCode,
String houseBank,
String houseBankAccount,
LocalDateTime bankReconciliationDate,
String fiscalYear,
String accountingDocument,
String accountingDocumentItem)
Creates a fluent helper object that will fetch a single
JournalEntryItem entity with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<JournalEntryItem> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
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 JournalEntryItemByKeyFluentHelper(@Nonnull String servicePath, String companyCode, String houseBank, String houseBankAccount, LocalDateTime bankReconciliationDate, String fiscalYear, String accountingDocument, String accountingDocumentItem)
JournalEntryItemByKeyFluentHelper(String, String, String, String, String, LocalDateTime, String, String, String)
instead.JournalEntryItem
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
accountingDocumentItem
- All the items in an accounting document contain a number by which they may be uniquely identified. The
system assigns the numbers continuously during document entry.
Constraints: Not nullable, Maximum length: 6
servicePath
- Service path to be used to fetch a single JournalEntryItem
houseBank
- All bank data is determined using this key.
Constraints: Not nullable, Maximum length: 5
accountingDocument
- The document number is the key the system uses to access the accounting document.
Constraints: Not nullable, Maximum length: 10
fiscalYear
- Period, 12 months as a rule, for which the company is to create its inventory and balance sheet. The
fiscal year can be the same as the calendar year, but does not have to be.
Constraints: Not nullable, Maximum length: 4
public JournalEntryItemByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String companyCode, String houseBank, String houseBankAccount, LocalDateTime bankReconciliationDate, String fiscalYear, String accountingDocument, String accountingDocumentItem)
JournalEntryItem
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 JournalEntryItem
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
accountingDocumentItem
- All the items in an accounting document contain a number by which they may be uniquely identified. The
system assigns the numbers continuously during document entry.
Constraints: Not nullable, Maximum length: 6
servicePath
- Service path to be used to fetch a single JournalEntryItem
houseBank
- All bank data is determined using this key.
Constraints: Not nullable, Maximum length: 5
accountingDocument
- The document number is the key the system uses to access the accounting document.
Constraints: Not nullable, Maximum length: 10
fiscalYear
- Period, 12 months as a rule, for which the company is to create its inventory and balance sheet. The
fiscal year can be the same as the calendar year, but does not have to be.
Constraints: Not nullable, Maximum length: 4
@Nonnull protected Class<JournalEntryItem> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<JournalEntryItemByKeyFluentHelper,JournalEntryItem,JournalEntryItem>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<JournalEntryItemByKeyFluentHelper,JournalEntryItem,JournalEntryItemSelectable>
Copyright © 2021 SAP SE. All rights reserved.