Modifier and Type | Field and Description |
---|---|
static BankReconciliationStatementLink<JournalEntryItem> |
BankReconciliationStatement.TO_JOURNAL_ENTRY_ITEM_SET
Use with available fluent helpers to apply the JournalEntryItemSet navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
JournalEntryItem |
JournalEntryItem.JournalEntryItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<JournalEntryItem> |
BankReconciliationStatement.fetchJournalEntryItemSet()
Fetches the JournalEntryItem entities (one to many) associated with this entity.
|
protected Class<JournalEntryItem> |
JournalEntryItemByKeyFluentHelper.getEntityClass() |
protected Class<JournalEntryItem> |
JournalEntryItemFluentHelper.getEntityClass() |
io.vavr.control.Option<List<JournalEntryItem>> |
BankReconciliationStatement.getJournalEntryItemSetIfPresent()
Retrieval of associated JournalEntryItem entities (one to many).
|
List<JournalEntryItem> |
BankReconciliationStatement.getJournalEntryItemSetOrFetch()
Retrieval of associated JournalEntryItem entities (one to many).
|
Class<JournalEntryItem> |
JournalEntryItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BankReconciliationStatement.addJournalEntryItemSet(JournalEntryItem... entity)
Adds elements to the list of associated JournalEntryItem entities.
|
BankReconciliationStatement.BankReconciliationStatementBuilder |
BankReconciliationStatement.BankReconciliationStatementBuilder.journalEntryItemSet(JournalEntryItem... value)
Navigation property JournalEntryItemSet for BankReconciliationStatement to multiple
JournalEntryItem.
|
Modifier and Type | Method and Description |
---|---|
void |
BankReconciliationStatement.setJournalEntryItemSet(List<JournalEntryItem> value)
Overwrites the list of associated JournalEntryItem entities for the loaded navigation property
JournalEntryItemSet.
|
Constructor and Description |
---|
BankReconciliationStatement(String companyCode,
String houseBank,
String houseBankAccount,
LocalDateTime bankReconciliationDate,
String ledger,
String houseBankCurrency,
String bankAccount,
String bankAccountReferenceText,
String bankName,
String gLAccount,
BigDecimal adjustedGLAcctBalanceAmt,
BigDecimal adjustedBkAcctBalanceAmt,
BigDecimal bankAcctBalanceAmt,
BigDecimal gLAcctBalanceAmt,
BigDecimal unmatchedIncgBkStmntPayt,
BigDecimal unmatchedOutgBkStmntPayt,
BigDecimal unmatchedIncgJrnlEntrPayt,
BigDecimal unmatchedOutgJrnlEntrPayt,
String creationUserName,
String userDescription,
ZonedDateTime lastChangeDateTime,
String companyCodeName,
String houseBankAccountDescription,
List<BankStatementItem> toBankStatementItemSet,
List<JournalEntryItem> toJournalEntryItemSet) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<JournalEntryItem> |
JournalEntryItemOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected JournalEntryItemLink<ObjectT> |
JournalEntryItemLink.translateLinkType(EntityLink<JournalEntryItemLink<ObjectT>,JournalEntryItem,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.