Uses of Class
com.echothree.model.data.financial.server.entity.FinancialAccountRole
Packages that use FinancialAccountRole
Package
Description
-
Uses of FinancialAccountRole in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control that return FinancialAccountRoleModifier and TypeMethodDescriptionFinancialControl.createFinancialAccountRole(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, FinancialAccountRoleType financialAccountRoleType, BasePK createdBy) FinancialControl.createFinancialAccountRoleUsingNames(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, String financialAccountRoleTypeName, BasePK createdBy) FinancialControl.getFinancialAccountRole(FinancialAccount financialAccount, FinancialAccountRoleType financialAccountRoleType) FinancialControl.getFinancialAccountRoleForUpdate(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType) FinancialControl.getFinancialAccountRoleUsingNames(FinancialAccount financialAccount, String financialAccountRoleTypeName) Methods in com.echothree.model.control.financial.server.control that return types with arguments of type FinancialAccountRoleModifier and TypeMethodDescriptionFinancialControl.getFinancialAccountRolesByFinancialAccount(FinancialAccount financialAccount) FinancialControl.getFinancialAccountRolesByFinancialAccountForUpdate(FinancialAccount financialAccount) Methods in com.echothree.model.control.financial.server.control with parameters of type FinancialAccountRoleModifier and TypeMethodDescriptionvoidFinancialControl.deleteFinancialAccountRole(FinancialAccountRole financialAccountRole, BasePK deletedBy) FinancialControl.getFinancialAccountRoleValue(FinancialAccountRole financialAccountRole) Method parameters in com.echothree.model.control.financial.server.control with type arguments of type FinancialAccountRoleModifier and TypeMethodDescriptionFinancialControl.getFinancialAccountRoleTransfers(UserVisit userVisit, Collection<FinancialAccountRole> financialAccountRoles) -
Uses of FinancialAccountRole in com.echothree.model.control.financial.server.transfer
Methods in com.echothree.model.control.financial.server.transfer with parameters of type FinancialAccountRoleModifier and TypeMethodDescriptionFinancialAccountRoleTransferCache.getFinancialAccountRoleTransfer(UserVisit userVisit, FinancialAccountRole financialAccountRole) -
Uses of FinancialAccountRole in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory that return FinancialAccountRoleModifier and TypeMethodDescriptionFinancialAccountRoleFactory.create(FinancialAccountPK financialAccountPK, PartyPK partyPK, FinancialAccountRoleTypePK financialAccountRoleTypePK, Long fromTime, Long thruTime) FinancialAccountRoleFactory.create(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType, Long fromTime, Long thruTime) FinancialAccountRoleFactory.getEntityFromCache(FinancialAccountRolePK pk) FinancialAccountRoleFactory.getEntityFromPK(EntityPermission entityPermission, FinancialAccountRolePK pk) FinancialAccountRoleFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FinancialAccountRoleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FinancialAccountRoleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FinancialAccountRoleFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) FinancialAccountRoleFactory.getEntityFromValue(EntityPermission entityPermission, FinancialAccountRoleValue value) Methods in com.echothree.model.data.financial.server.factory that return types with arguments of type FinancialAccountRoleModifier and TypeMethodDescriptionFinancialAccountRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<FinancialAccountRolePK> pks) FinancialAccountRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FinancialAccountRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FinancialAccountRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FinancialAccountRoleFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.financial.server.factory with parameters of type FinancialAccountRoleModifier and TypeMethodDescriptionvoidFinancialAccountRoleFactory.remove(FinancialAccountRole entity) voidFinancialAccountRoleFactory.store(FinancialAccountRole entity) Method parameters in com.echothree.model.data.financial.server.factory with type arguments of type FinancialAccountRoleModifier and TypeMethodDescriptionvoidFinancialAccountRoleFactory.store(Collection<FinancialAccountRole> entities)