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 TypeClassDescriptionclass
final class
class
class
Methods in com.storedobject.accounts that return EntityAccountModifier and TypeMethodDescriptionstatic EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity) Creates an EntityAccount for the providedAccountEntity
.static EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity, int category, int type) Creates an EntityAccount for the providedAccountEntity
, category and type of invoice.static EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntity
and class ofEntityAccount
.static EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity, Currency currency, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntity
and class ofEntityAccount
.static EntityAccount
EntityAccount.get
(SystemEntity systemEntity, String name) Retrieves an instance ofEntityAccount
based on the givenSystemEntity
and 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) void
Invoice.setParty
(EntityAccount party) Method parameters in com.storedobject.accounts with type arguments of type EntityAccountModifier and TypeMethodDescriptionstatic EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntity
and class ofEntityAccount
.static EntityAccount
EntityAccount.createFor
(TransactionManager tm, AccountEntity<?> accountEntity, Currency currency, Class<? extends EntityAccount> accountClass) Creates an EntityAccount for the providedAccountEntity
and 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)