Uses of Class
com.echothree.model.data.accounting.server.value.TransactionGlAccountCategoryValue
Packages that use TransactionGlAccountCategoryValue
Package
Description
-
Uses of TransactionGlAccountCategoryValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlAccountCategoryValueModifier and TypeMethodDescriptionTransactionGlAccountCategory.getTransactionGlAccountCategoryValue()
Methods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlAccountCategoryValueModifier and TypeMethodDescriptionvoid
TransactionGlAccountCategory.setTransactionGlAccountCategoryValue
(TransactionGlAccountCategoryValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlAccountCategoryValueModifierConstructorDescriptionTransactionGlAccountCategory
(TransactionGlAccountCategoryValue value, EntityPermission entityPermission) Creates a new instance of TransactionGlAccountCategory -
Uses of TransactionGlAccountCategoryValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlAccountCategoryValueModifier and TypeMethodDescriptionTransactionGlAccountCategoryFactory.getValueFromPK
(Session session, TransactionGlAccountCategoryPK pk) TransactionGlAccountCategoryFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlAccountCategoryValueModifier and TypeMethodDescriptionTransactionGlAccountCategoryFactory.getValuesFromPKs
(Session session, Collection<TransactionGlAccountCategoryPK> pks) TransactionGlAccountCategoryFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlAccountCategoryValueModifier and TypeMethodDescriptionTransactionGlAccountCategoryFactory.getEntityFromValue
(EntityPermission entityPermission, TransactionGlAccountCategoryValue value) TransactionGlAccountCategoryFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TransactionGlAccountCategoryValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlAccountCategoryValueModifier and TypeMethodDescriptionvoid
TransactionGlAccountCategoryFactory.create
(Session session, Collection<TransactionGlAccountCategoryValue> _values) void
TransactionGlAccountCategoryFactory.create
(Collection<TransactionGlAccountCategoryValue> _values) -
Uses of TransactionGlAccountCategoryValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlAccountCategoryValue