Uses of Class
com.echothree.model.data.accounting.server.value.TransactionGroupDetailValue
Packages that use TransactionGroupDetailValue
Package
Description
-
Uses of TransactionGroupDetailValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return TransactionGroupDetailValueModifier and TypeMethodDescriptionAccountingControl.getTransactionGroupDetailValueByNameForUpdate
(String transactionGroupName) AccountingControl.getTransactionGroupDetailValueForUpdate
(TransactionGroup transactionGroup) -
Uses of TransactionGroupDetailValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionGroupDetailValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGroupDetailValueModifier and TypeMethodDescriptionvoid
TransactionGroupDetail.setTransactionGroupDetailValue
(TransactionGroupDetailValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionGroupDetailValueModifierConstructorDescriptionTransactionGroupDetail
(TransactionGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of TransactionGroupDetail -
Uses of TransactionGroupDetailValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionGroupDetailValueModifier and TypeMethodDescriptionTransactionGroupDetailFactory.getValueFromPK
(Session session, TransactionGroupDetailPK pk) TransactionGroupDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionGroupDetailValueModifier and TypeMethodDescriptionTransactionGroupDetailFactory.getValuesFromPKs
(Session session, Collection<TransactionGroupDetailPK> pks) TransactionGroupDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionGroupDetailValueModifier and TypeMethodDescriptionTransactionGroupDetailFactory.getEntityFromValue
(EntityPermission entityPermission, TransactionGroupDetailValue value) TransactionGroupDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TransactionGroupDetailValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionGroupDetailValueModifier and TypeMethodDescriptionvoid
TransactionGroupDetailFactory.create
(Session session, Collection<TransactionGroupDetailValue> _values) void
TransactionGroupDetailFactory.create
(Collection<TransactionGroupDetailValue> _values) -
Uses of TransactionGroupDetailValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionGroupDetailValue