Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement.JournalEntryItem
Packages that use JournalEntryItem
Package
Description
-
Uses of JournalEntryItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement with type parameters of type JournalEntryItemModifier and TypeFieldDescriptionstatic final BankReconciliationStatementLink<JournalEntryItem>BankReconciliationStatement.TO_JOURNAL_ENTRY_ITEM_SETUse with available fluent helpers to apply the JournalEntryItemSet navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement that return JournalEntryItemMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement that return types with arguments of type JournalEntryItemModifier and TypeMethodDescriptionBankReconciliationStatement.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).BankReconciliationStatement.getJournalEntryItemSetOrFetch()Retrieval of associated JournalEntryItem entities (one to many).JournalEntryItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement with parameters of type JournalEntryItemModifier and TypeMethodDescriptionvoidBankReconciliationStatement.addJournalEntryItemSet(JournalEntryItem... entity) Adds elements to the list of associated JournalEntryItem entities.BankReconciliationStatement.BankReconciliationStatementBuilder.journalEntryItemSet(JournalEntryItem... value) Navigation property JournalEntryItemSet for BankReconciliationStatement to multiple JournalEntryItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement with type arguments of type JournalEntryItemModifier and TypeMethodDescriptionvoidBankReconciliationStatement.setJournalEntryItemSet(List<JournalEntryItem> value) Overwrites the list of associated JournalEntryItem entities for the loaded navigation property JournalEntryItemSet.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement with type arguments of type JournalEntryItemModifierConstructorDescriptionBankReconciliationStatement(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<JournalEntryItem> toJournalEntryItemSet, List<BankStatementItem> toBankStatementItemSet) -
Uses of JournalEntryItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement.link that return types with arguments of type JournalEntryItemModifier and TypeMethodDescriptionJournalEntryItemOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.bankreconciliationstatement.link with type arguments of type JournalEntryItemModifier and TypeMethodDescriptionprotected JournalEntryItemLink<ObjectT>JournalEntryItemLink.translateLinkType(EntityLink<JournalEntryItemLink<ObjectT>, JournalEntryItem, ObjectT> link)