Uses of Class
com.echothree.model.data.accounting.server.value.TransactionGlEntryValue
Packages that use TransactionGlEntryValue
Package
Description
-
Uses of TransactionGlEntryValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGlEntryValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlEntryValueModifier and TypeMethodDescriptionvoidTransactionGlEntry.setTransactionGlEntryValue(TransactionGlEntryValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGlEntryValueModifierConstructorDescriptionTransactionGlEntry(TransactionGlEntryValue value, EntityPermission entityPermission) Creates a new instance of TransactionGlEntry -
Uses of TransactionGlEntryValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGlEntryValueModifier and TypeMethodDescriptionTransactionGlEntryFactory.getValueFromPK(Session session, TransactionGlEntryPK pk) TransactionGlEntryFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlEntryValueModifier and TypeMethodDescriptionTransactionGlEntryFactory.getValuesFromPKs(Session session, Collection<TransactionGlEntryPK> pks) TransactionGlEntryFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlEntryValueModifier and TypeMethodDescriptionTransactionGlEntryFactory.getEntityFromValue(EntityPermission entityPermission, TransactionGlEntryValue value) TransactionGlEntryFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TransactionGlEntryValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlEntryValueModifier and TypeMethodDescriptionvoidTransactionGlEntryFactory.create(Session session, Collection<TransactionGlEntryValue> _values) voidTransactionGlEntryFactory.create(Collection<TransactionGlEntryValue> _values) -
Uses of TransactionGlEntryValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGlEntryValue