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.TaxAccountConfiguration.getAccount()Retrieves the Account related to the current AccountConfiguration.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) static StringFinancial.getBalanceTypeValue(Account account) static intFinancial.getCategory(Account account) static StringFinancial.getCategoryValue(Account account) protected LedgerJSONLedger.getLedger(Account account, DatePeriod period) static intFinancial.getTransactionType(Account account) static StringFinancial.getTransactionTypeValue(Account account) static booleanFinancial.hasLimitCheck(Account account) static booleanFinancial.hasStrictBalanceControl(Account account) static booleanstatic booleanFinancial.isDeepFrozen(Account account) static booleanFinancial.isLiability(Account account) static booleanstatic 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 AccountMethods 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)