Uses of Class
com.echothree.model.data.accounting.server.value.TransactionGroupValue
Packages that use TransactionGroupValue
Package
Description
-
Uses of TransactionGroupValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGroupValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGroupValueModifier and TypeMethodDescriptionvoidTransactionGroup.setTransactionGroupValue(TransactionGroupValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGroupValueModifierConstructorDescriptionTransactionGroup(TransactionGroupValue value, EntityPermission entityPermission) Creates a new instance of TransactionGroup -
Uses of TransactionGroupValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGroupValueModifier and TypeMethodDescriptionTransactionGroupFactory.getValueFromPK(Session session, TransactionGroupPK pk) TransactionGroupFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGroupValueModifier and TypeMethodDescriptionTransactionGroupFactory.getValuesFromPKs(Session session, Collection<TransactionGroupPK> pks) TransactionGroupFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGroupValueModifier and TypeMethodDescriptionTransactionGroupFactory.getEntityFromValue(EntityPermission entityPermission, TransactionGroupValue value) TransactionGroupFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TransactionGroupValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGroupValueModifier and TypeMethodDescriptionvoidTransactionGroupFactory.create(Session session, Collection<TransactionGroupValue> _values) voidTransactionGroupFactory.create(Collection<TransactionGroupValue> _values) -
Uses of TransactionGroupValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGroupValue