Uses of Class
com.storedobject.accounts.EntityAccount
Packages that use EntityAccount
-
Uses of EntityAccount in com.storedobject.accounts
Subclasses of EntityAccount in com.storedobject.accountsModifier and TypeClassDescriptionclassfinal classclassclassMethods in com.storedobject.accounts that return EntityAccountModifier and TypeMethodDescriptionstatic EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity) Creates an EntityAccount for the providedAccountEntity.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, int category, int type) Creates an EntityAccount for the providedAccountEntity, category and type of invoice.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntityand class ofEntityAccount.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, Currency currency, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntityand class ofEntityAccount.static EntityAccountEntityAccount.get(SystemEntity systemEntity, String name) Retrieves an instance ofEntityAccountbased on the givenSystemEntityand name.Invoice.getParty()Methods in com.storedobject.accounts that return types with arguments of type EntityAccountModifier and TypeMethodDescriptionClass<? extends EntityAccount> AccountConfiguration.getEntityAccountClass()static ObjectIterator<? extends EntityAccount> EntityAccount.list(SystemEntity systemEntity, String name) Returns an iterator of EntityAccount objects that match the specified systemEntity and name.Methods in com.storedobject.accounts with parameters of type EntityAccountModifier and TypeMethodDescriptionstatic <SI extends SupplierInvoice>
SISupplierInvoice.createFrom(Class<SI> invoiceClass, InventoryGRN grn, EntityAccount partyAccount) voidInvoice.setParty(EntityAccount party) Method parameters in com.storedobject.accounts with type arguments of type EntityAccountModifier and TypeMethodDescriptionstatic EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntityand class ofEntityAccount.static EntityAccountEntityAccount.createFor(TransactionManager tm, AccountEntity<?> accountEntity, Currency currency, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntityand class ofEntityAccount. -
Uses of EntityAccount in com.storedobject.ui.accounts
Methods in com.storedobject.ui.accounts that return types with arguments of type EntityAccountModifier and TypeMethodDescriptionprotected List<EntityAccount> AbstractInvoiceEditor.partyAccounts(Id entityId, Currency currency)