Uses of Class
com.echothree.model.data.financial.server.entity.FinancialAccount
Packages that use FinancialAccount
Package
Description
-
Uses of FinancialAccount in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control that return FinancialAccountModifier and TypeMethodDescriptionFinancialControl.createFinancialAccount(FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, BasePK createdBy) FinancialControl.getFinancialAccountByName(FinancialAccountType financialAccountType, String financialAccountName) FinancialControl.getFinancialAccountByNameForUpdate(FinancialAccountType financialAccountType, String financialAccountName) Methods in com.echothree.model.control.financial.server.control that return types with arguments of type FinancialAccountModifier and TypeMethodDescriptionFinancialControl.getFinancialAccounts(FinancialAccountType financialAccountType) FinancialControl.getFinancialAccountsByGlAccount(GlAccount glAccount) FinancialControl.getFinancialAccountsByGlAccountForUpdate(GlAccount glAccount) FinancialControl.getFinancialAccountsForUpdate(FinancialAccountType financialAccountType) Methods in com.echothree.model.control.financial.server.control with parameters of type FinancialAccountModifier and TypeMethodDescriptionFinancialControl.createFinancialAccountAlias(FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType, String alias, BasePK createdBy) FinancialControl.createFinancialAccountRole(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, FinancialAccountRoleType financialAccountRoleType, BasePK createdBy) FinancialControl.createFinancialAccountRoleUsingNames(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, String financialAccountRoleTypeName, BasePK createdBy) FinancialControl.createFinancialAccountStatus(FinancialAccount financialAccount) FinancialControl.createFinancialAccountTransaction(String financialAccountTransactionName, FinancialAccount financialAccount, FinancialAccountTransactionType financialAccountTransactionType, Long amount, String comment, BasePK createdBy) voidFinancialControl.deleteFinancialAccount(FinancialAccount financialAccount, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAliasesByFinancialAccount(FinancialAccount financialAccount, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountRolesByFinancialAccount(FinancialAccount financialAccount, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransactionsByFinancialAccount(FinancialAccount financialAccount, BasePK deletedBy) FinancialControl.getFinancialAccountAlias(FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType) FinancialControl.getFinancialAccountAliasesByFinancialAccount(FinancialAccount financialAccount) FinancialControl.getFinancialAccountAliasesByFinancialAccountForUpdate(FinancialAccount financialAccount) FinancialControl.getFinancialAccountAliasForUpdate(FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType) FinancialControl.getFinancialAccountAliasTransfersByFinancialAccount(UserVisit userVisit, FinancialAccount financialAccount) FinancialControl.getFinancialAccountAliasValueForUpdate(FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType) FinancialControl.getFinancialAccountDetailValueForUpdate(FinancialAccount financialAccount) FinancialControl.getFinancialAccountRole(FinancialAccount financialAccount, FinancialAccountRoleType financialAccountRoleType) FinancialControl.getFinancialAccountRoleForUpdate(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType) FinancialControl.getFinancialAccountRolesByFinancialAccount(FinancialAccount financialAccount) FinancialControl.getFinancialAccountRolesByFinancialAccountForUpdate(FinancialAccount financialAccount) FinancialControl.getFinancialAccountRoleTransfersByFinancialAccount(UserVisit userVisit, FinancialAccount financialAccount) FinancialControl.getFinancialAccountRoleUsingNames(FinancialAccount financialAccount, String financialAccountRoleTypeName) FinancialControl.getFinancialAccountRoleValueForUpdate(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType) FinancialControl.getFinancialAccountStatus(FinancialAccount financialAccount) FinancialControl.getFinancialAccountStatusForUpdate(FinancialAccount financialAccount) FinancialControl.getFinancialAccountTransactionsByFinancialAccount(FinancialAccount financialAccount) FinancialControl.getFinancialAccountTransactionsByFinancialAccountForUpdate(FinancialAccount financialAccount) FinancialControl.getFinancialAccountTransactionTransfersByFinancialAccount(UserVisit userVisit, FinancialAccount financialAccount) FinancialControl.getFinancialAccountTransfer(UserVisit userVisit, FinancialAccount financialAccount) voidFinancialControl.removeFinancialAccountStatusByFinancialAccount(FinancialAccount financialAccount) Method parameters in com.echothree.model.control.financial.server.control with type arguments of type FinancialAccountModifier and TypeMethodDescriptionvoidFinancialControl.deleteFinancialAccounts(List<FinancialAccount> financialAccounts, BasePK deletedBy) -
Uses of FinancialAccount in com.echothree.model.control.financial.server.transfer
Methods in com.echothree.model.control.financial.server.transfer with parameters of type FinancialAccountModifier and TypeMethodDescriptionFinancialAccountTransferCache.getFinancialAccountTransfer(UserVisit userVisit, FinancialAccount financialAccount) -
Uses of FinancialAccount in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return FinancialAccountModifier and TypeMethodDescriptionFinancialAccountAlias.getFinancialAccount()FinancialAccountAlias.getFinancialAccount(EntityPermission entityPermission) FinancialAccountDetail.getFinancialAccount()FinancialAccountDetail.getFinancialAccount(EntityPermission entityPermission) FinancialAccountRole.getFinancialAccount()FinancialAccountRole.getFinancialAccount(EntityPermission entityPermission) FinancialAccountStatus.getFinancialAccount()FinancialAccountStatus.getFinancialAccount(EntityPermission entityPermission) FinancialAccountTransactionDetail.getFinancialAccount()FinancialAccountTransactionDetail.getFinancialAccount(EntityPermission entityPermission) FinancialAccountAlias.getFinancialAccountForUpdate()FinancialAccountDetail.getFinancialAccountForUpdate()FinancialAccountRole.getFinancialAccountForUpdate()FinancialAccountStatus.getFinancialAccountForUpdate()FinancialAccountTransactionDetail.getFinancialAccountForUpdate()Methods in com.echothree.model.data.financial.server.entity with parameters of type FinancialAccountModifier and TypeMethodDescriptionvoidFinancialAccountAlias.setFinancialAccount(FinancialAccount entity) voidFinancialAccountDetail.setFinancialAccount(FinancialAccount entity) voidFinancialAccountRole.setFinancialAccount(FinancialAccount entity) voidFinancialAccountStatus.setFinancialAccount(FinancialAccount entity) voidFinancialAccountTransactionDetail.setFinancialAccount(FinancialAccount entity) -
Uses of FinancialAccount in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory that return FinancialAccountModifier and TypeMethodDescriptionFinancialAccountFactory.create()FinancialAccountFactory.create(FinancialAccountDetailPK activeDetailPK, FinancialAccountDetailPK lastDetailPK) FinancialAccountFactory.create(FinancialAccountDetail activeDetail, FinancialAccountDetail lastDetail) FinancialAccountFactory.getEntityFromCache(FinancialAccountPK pk) FinancialAccountFactory.getEntityFromPK(EntityPermission entityPermission, FinancialAccountPK pk) FinancialAccountFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FinancialAccountFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FinancialAccountFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FinancialAccountFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) FinancialAccountFactory.getEntityFromValue(EntityPermission entityPermission, FinancialAccountValue value) Methods in com.echothree.model.data.financial.server.factory that return types with arguments of type FinancialAccountModifier and TypeMethodDescriptionFinancialAccountFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<FinancialAccountPK> pks) FinancialAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FinancialAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FinancialAccountFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FinancialAccountFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.financial.server.factory with parameters of type FinancialAccountModifier and TypeMethodDescriptionFinancialAccountAliasFactory.create(FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType, String alias, Long fromTime, Long thruTime) FinancialAccountDetailFactory.create(FinancialAccount financialAccount, FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, Long fromTime, Long thruTime) FinancialAccountRoleFactory.create(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType, Long fromTime, Long thruTime) FinancialAccountStatusFactory.create(FinancialAccount financialAccount, Long actualBalance, Long availableBalance) FinancialAccountTransactionDetailFactory.create(FinancialAccountTransaction financialAccountTransaction, String financialAccountTransactionName, FinancialAccount financialAccount, FinancialAccountTransactionType financialAccountTransactionType, Long amount, String comment, Long fromTime, Long thruTime) voidFinancialAccountFactory.remove(FinancialAccount entity) voidFinancialAccountFactory.store(FinancialAccount entity) Method parameters in com.echothree.model.data.financial.server.factory with type arguments of type FinancialAccountModifier and TypeMethodDescriptionvoidFinancialAccountFactory.store(Collection<FinancialAccount> entities)