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(TransactionGlEntryPK pk) TransactionGlEntryFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGlEntryValueModifier and TypeMethodDescriptionTransactionGlEntryFactory.getValuesFromPKs(Collection<TransactionGlEntryPK> pks) TransactionGlEntryFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGlEntryValueModifier and TypeMethodDescriptionTransactionGlEntryFactory.getEntityFromValue(EntityPermission entityPermission, TransactionGlEntryValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGlEntryValueModifier and TypeMethodDescriptionvoidTransactionGlEntryFactory.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