Uses of Class
com.echothree.model.data.financial.server.value.FinancialAccountRoleValue
Packages that use FinancialAccountRoleValue
Package
Description
-
Uses of FinancialAccountRoleValue in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control that return FinancialAccountRoleValueModifier and TypeMethodDescriptionFinancialControl.getFinancialAccountRoleValue(FinancialAccountRole financialAccountRole) FinancialControl.getFinancialAccountRoleValueForUpdate(FinancialAccount financialAccount, Party party, FinancialAccountRoleType financialAccountRoleType) Methods in com.echothree.model.control.financial.server.control with parameters of type FinancialAccountRoleValueModifier and TypeMethodDescriptionvoidFinancialControl.updateFinancialAccountRoleFromValue(FinancialAccountRoleValue financialAccountRoleValue, BasePK updatedBy) -
Uses of FinancialAccountRoleValue in com.echothree.model.data.financial.server.entity
Methods in com.echothree.model.data.financial.server.entity that return FinancialAccountRoleValueMethods in com.echothree.model.data.financial.server.entity with parameters of type FinancialAccountRoleValueModifier and TypeMethodDescriptionvoidFinancialAccountRole.setFinancialAccountRoleValue(FinancialAccountRoleValue value) Constructors in com.echothree.model.data.financial.server.entity with parameters of type FinancialAccountRoleValueModifierConstructorDescriptionFinancialAccountRole(FinancialAccountRoleValue value, EntityPermission entityPermission) Creates a new instance of FinancialAccountRole -
Uses of FinancialAccountRoleValue in com.echothree.model.data.financial.server.factory
Methods in com.echothree.model.data.financial.server.factory that return FinancialAccountRoleValueModifier and TypeMethodDescriptionFinancialAccountRoleFactory.getValueFromPK(Session session, FinancialAccountRolePK pk) FinancialAccountRoleFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.financial.server.factory that return types with arguments of type FinancialAccountRoleValueModifier and TypeMethodDescriptionFinancialAccountRoleFactory.getValuesFromPKs(Session session, Collection<FinancialAccountRolePK> pks) FinancialAccountRoleFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.financial.server.factory with parameters of type FinancialAccountRoleValueModifier and TypeMethodDescriptionFinancialAccountRoleFactory.getEntityFromValue(EntityPermission entityPermission, FinancialAccountRoleValue value) FinancialAccountRoleFactory.getEntityFromValue(Session session, EntityPermission entityPermission, FinancialAccountRoleValue value) Method parameters in com.echothree.model.data.financial.server.factory with type arguments of type FinancialAccountRoleValueModifier and TypeMethodDescriptionvoidFinancialAccountRoleFactory.create(Session session, Collection<FinancialAccountRoleValue> _values) voidFinancialAccountRoleFactory.create(Collection<FinancialAccountRoleValue> _values) -
Uses of FinancialAccountRoleValue in com.echothree.model.data.financial.server.value
Methods in com.echothree.model.data.financial.server.value that return FinancialAccountRoleValue