Uses of Class
com.storedobject.core.Account
Packages that use Account
Package
Description
-
Uses of Account in com.storedobject.accounts
Subclasses of Account in com.storedobject.accountsModifier and TypeClassDescriptionclassfinal classclassclassEntityAccount is a subclass of com.storedobject.core.Account that represents an account associated with an entity.classMethods in com.storedobject.accounts that return AccountModifier and TypeMethodDescriptionAccountConfiguration.getAccount()Retrieves the Account related to the current AccountConfiguration.static AccountNoTax.getAccount()TaxAccountConfiguration.getAccount()Retrieves the Account related to the current AccountConfiguration.static AccountTaxAccountConfiguration.getAccount(SystemEntity systemEntity, Tax tax) Retrieves the Account associated with the specified SystemEntity and Tax.static AccountTaxAccountConfiguration.getAccount(SystemEntity systemEntity, TaxType type) Retrieves the Account associated with the given SystemEntity and TaxType.Methods in com.storedobject.accounts with parameters of type AccountModifier and TypeMethodDescriptionvoidAccountConfiguration.setAccount(Account account) Sets the account for this AccountConfiguration.voidTaxAccountConfiguration.setAccount(Account account) Sets the account for this AccountConfiguration. -
Uses of Account in com.storedobject.core
Subclasses of Account in com.storedobject.coreModifier and TypeClassDescriptionfinal classA virtual account to support multiple titles for a real account.final classfinal classMethods in com.storedobject.core with type parameters of type AccountModifier and TypeMethodDescriptionAccountChartMap.getAccountClass()static <A extends Account>
AAccount.getByNameOrNumber(SystemEntity systemEntity, Class<A> accountClass, String nameOrNumber, boolean any) static <A extends Account>
ObjectIterator<A> Account.listByNameOrNumber(SystemEntity systemEntity, Class<A> accountClass, String nameOrNumber, boolean any) Methods in com.storedobject.core that return AccountModifier and TypeMethodDescriptionprotected AccountJSONTransact.createAccount(Device device, String account) static AccountAccount.get(SystemEntity systemEntity, String name) AccountLimit.getAccount()AccountTitle.getAccount()protected AccountDatabase_Id_Message.getAccount()JournalVoucher.Entry.getAccount()Get the account of this entry.JSON.getAccount(String attribute) Helper method to retrieve anAccountinstance from the JSON request.protected AccountJSONLedger.getAccount(String account) Ledger.getAccount()The account of this ledger.LedgerWindow.getAccount()Get the account for which entries are loaded.Not_Enough_Balance.getAccount()TransactionValueDate.getAccount()UnpostedJournalEntry.getAccount()static AccountMethods in com.storedobject.core that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountDocument.getOwnerClass()static ObjectIterator<? extends Account> Account.list(SystemEntity systemEntity, String name) Methods in com.storedobject.core with parameters of type AccountModifier and TypeMethodDescriptionvoidJournalVoucher.allowExcess(Account account, Money excess) Allow excess in an account participating in this transaction.final voidJournalVoucher.credit(Account account, Money amount, int entrySerial, String type, String particulars) Credit a local currency account.final voidJournalVoucher.credit(Account account, Money amount, int entrySerial, String type, String particulars, Date valueDate) Credit a local currency account.final voidJournalVoucher.credit(Account account, Money amount, Money localCurrencyAmount, int entrySerial, String type, String particulars) Credit a foreign currency account.final voidJournalVoucher.credit(Account account, Money amount, Money localCurrencyAmount, int entrySerial, String type, String particulars, Date valueDate) Credit a foreign currency account.final voidJournalVoucher.credit(Account account, Money amount, Money localCurrencyAmount, String type, String particulars) Credit a foreign currency account.final voidJournalVoucher.credit(Account account, Money amount, Money localCurrencyAmount, String type, String particulars, Date valueDate) Credit a foreign currency account.final voidCredit a local currency account.final voidJournalVoucher.credit(Account account, Money amount, String type, String particulars, Date valueDate) Credit a local currency account.final voidJournalVoucher.credit(Account account, BigDecimal amount, int entrySerial, String type, String particulars) Credit a local currency account.final voidJournalVoucher.credit(Account account, BigDecimal amount, int entrySerial, String type, String particulars, Date valueDate) Credit a local currency account.final voidJournalVoucher.credit(Account account, BigDecimal amount, String type, String particulars) Credit a local currency account.final voidJournalVoucher.credit(Account account, BigDecimal amount, String type, String particulars, Date valueDate) Credit a local currency account.final voidJournalVoucher.credit(Account account, BigDecimal amount, BigDecimal localCurrencyAmount, int entrySerial, String type, String particulars) Credit a foreign currency account.final voidJournalVoucher.credit(Account account, BigDecimal amount, BigDecimal localCurrencyAmount, int entrySerial, String type, String particulars, Date valueDate) Credit a foreign currency account.final voidJournalVoucher.credit(Account account, BigDecimal amount, BigDecimal localCurrencyAmount, String type, String particulars) Credit a foreign currency account.final voidJournalVoucher.credit(Account account, BigDecimal amount, BigDecimal localCurrencyAmount, String type, String particulars, Date valueDate) Credit a foreign currency account.final voidJournalVoucher.debit(Account account, Money amount, int entrySerial, String type, String particulars) Debit a local currency account.final voidJournalVoucher.debit(Account account, Money amount, int entrySerial, String type, String particulars, Date valueDate) Debit a local currency account.final voidJournalVoucher.debit(Account account, Money amount, Money localCurrencyAmount, int entrySerial, String type, String particulars) Debit a foreign currency account.final voidJournalVoucher.debit(Account account, Money amount, Money localCurrencyAmount, int entrySerial, String type, String particulars, Date valueDate) Debit a foreign currency account.final voidJournalVoucher.debit(Account account, Money amount, Money localCurrencyAmount, String type, String particulars) Debit a foreign currency account.final voidJournalVoucher.debit(Account account, Money amount, Money localCurrencyAmount, String type, String particulars, Date valueDate) Debit a foreign currency account.final voidDebit a local currency account.final voidJournalVoucher.debit(Account account, Money amount, String type, String particulars, Date valueDate) Debit a local currency account.final voidJournalVoucher.debit(Account account, BigDecimal amount, int entrySerial, String type, String particulars) Debit a local currency account.final voidJournalVoucher.debit(Account account, BigDecimal amount, int entrySerial, String type, String particulars, Date valueDate) Debit a local currency account.final voidJournalVoucher.debit(Account account, BigDecimal amount, String type, String particulars) Debit a local currency account.final voidJournalVoucher.debit(Account account, BigDecimal amount, String type, String particulars, Date valueDate) Debit a local currency account.final voidJournalVoucher.debit(Account account, BigDecimal amount, BigDecimal localCurrencyAmount, int entrySerial, String type, String particulars) Debit a foreign currency account.final voidJournalVoucher.debit(Account account, BigDecimal amount, BigDecimal localCurrencyAmount, int entrySerial, String type, String particulars, Date valueDate) Debit a foreign currency account.final voidJournalVoucher.debit(Account account, BigDecimal amount, BigDecimal localCurrencyAmount, String type, String particulars) Debit a foreign currency account.final voidJournalVoucher.debit(Account account, BigDecimal amount, BigDecimal localCurrencyAmount, String type, String particulars, Date valueDate) Debit a foreign currency account.static AccountLimitAccountLimit.getApplicable(Account account) static intFinancial.getBalanceType(Account account) Retrieves the balance type of the given account.static StringFinancial.getBalanceTypeValue(Account account) Retrieves the balance type value associated with the given account.static intFinancial.getCategory(Account account) Calculates and retrieves the category of the provided account based on its account status.static StringFinancial.getCategoryValue(Account account) Retrieves the category value of the given account.protected LedgerJSONLedger.getLedger(Account account, DatePeriod period) static intFinancial.getTransactionType(Account account) Determines the transaction type based on the account's status.static StringFinancial.getTransactionTypeValue(Account account) Retrieves the transaction type value for a given account.static booleanFinancial.hasLimitCheck(Account account) Checks whether the given account has a limit check flag enabled.static booleanFinancial.hasStrictBalanceControl(Account account) Determines if the given account has strict balance control enabled.static booleanDetermines whether the provided account is classified as an asset.static booleanFinancial.isDeepFrozen(Account account) Determines whether the provided account is deeply frozen.static booleanDetermines whether the given account qualifies as an expense.static booleanFinancial.isLiability(Account account) Determines if the given account qualifies as a liability based on its category and balance type.static booleanDetermines if the provided account qualifies as a revenue account.static booleanDetermines if the given account is a special type of account.static voidAccountChart.set(Account account, TransactionManager tm) static voidAccountChart.set(Account account, String chartName, TransactionManager tm) voidAccountLimit.setAccount(Account account) voidAccountTitle.setAccount(Account account) voidLedgerWindow.setAccount(Account account) Set the account for which ledger entries need to be loaded.voidLedgerWindow.setAccount(Account account, Date date) Set the account for which ledger entries need to be loaded.voidTransactionValueDate.setAccount(Account account) voidUnpostedJournalEntry.setAccount(Account account) protected voidUpdate the account's transactions from other sources. -
Uses of Account in com.storedobject.report
Methods in com.storedobject.report with parameters of type AccountModifier and TypeMethodDescriptionstatic voidAccountStatement.generateStatement(PDFReport report, Account account, DatePeriod datePeriod) Constructors in com.storedobject.report with parameters of type AccountModifierConstructorDescriptionAccountStatement(Device device, Account account, DatePeriod datePeriod) -
Uses of Account in com.storedobject.ui.accounts
Classes in com.storedobject.ui.accounts with type parameters of type AccountModifier and TypeClassDescriptionclassAccountField<T extends Account>A specialized field for handling account-related objects, extending the functionality of theObjectField.Methods in com.storedobject.ui.accounts that return AccountMethods in com.storedobject.ui.accounts that return types with arguments of type AccountModifier and TypeMethodDescriptionprotected AccountField<Account> StatementView.createAccountField()Methods in com.storedobject.ui.accounts with parameters of type AccountModifier and TypeMethodDescriptionprotected List<LedgerEntry> protected voidStatementView.loadingAccount(Account account) voidStatementView.setAccount(Account account) Constructors in com.storedobject.ui.accounts with parameters of type AccountModifierConstructorDescriptionStatement(Account account, DatePeriod datePeriod) StatementView(Account account) StatementView(Account account, boolean lockAccountField)