Uses of Class
com.echothree.model.data.accounting.server.value.TransactionGlAccountValue
Packages that use TransactionGlAccountValue
Package
Description
-
Uses of TransactionGlAccountValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return TransactionGlAccountValueModifier and TypeMethodDescriptionAccountingControl.getTransactionGlAccountValue
(TransactionGlAccount transactionGlAccount) AccountingControl.getTransactionGlAccountValueForUpdate
(TransactionGlAccountCategory transactionGlAccountCategory) Methods in com.echothree.model.control.accounting.server.control with parameters of type TransactionGlAccountValueModifier and TypeMethodDescriptionvoid
AccountingControl.updateTransactionGlAccountFromValue
(TransactionGlAccountValue transactionGlAccountValue, BasePK updatedBy) -
Uses of TransactionGlAccountValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlAccountValueModifier and TypeMethodDescriptionvoid
TransactionGlAccount.setTransactionGlAccountValue
(TransactionGlAccountValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlAccountValueModifierConstructorDescriptionTransactionGlAccount
(TransactionGlAccountValue value, EntityPermission entityPermission) Creates a new instance of TransactionGlAccount -
Uses of TransactionGlAccountValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountValueModifier and TypeMethodDescriptionTransactionGlAccountFactory.getValueFromPK
(Session session, TransactionGlAccountPK pk) TransactionGlAccountFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountValueModifier and TypeMethodDescriptionTransactionGlAccountFactory.getValuesFromPKs
(Session session, Collection<TransactionGlAccountPK> pks) TransactionGlAccountFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountValueModifier and TypeMethodDescriptionTransactionGlAccountFactory.getEntityFromValue
(EntityPermission entityPermission, TransactionGlAccountValue value) TransactionGlAccountFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TransactionGlAccountValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountValueModifier and TypeMethodDescriptionvoid
TransactionGlAccountFactory.create
(Session session, Collection<TransactionGlAccountValue> _values) void
TransactionGlAccountFactory.create
(Collection<TransactionGlAccountValue> _values) -
Uses of TransactionGlAccountValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlAccountValue