Uses of Class
com.echothree.model.data.accounting.server.value.TransactionDetailValue
Packages that use TransactionDetailValue
Package
Description
-
Uses of TransactionDetailValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return TransactionDetailValueModifier and TypeMethodDescriptionAccountingControl.getTransactionDetailValueByNameForUpdate(String transactionName) AccountingControl.getTransactionDetailValueForUpdate(Transaction transaction) -
Uses of TransactionDetailValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionDetailValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionDetailValueModifier and TypeMethodDescriptionvoidTransactionDetail.setTransactionDetailValue(TransactionDetailValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionDetailValueModifierConstructorDescriptionTransactionDetail(TransactionDetailValue value, EntityPermission entityPermission) Creates a new instance of TransactionDetail -
Uses of TransactionDetailValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionDetailValueModifier and TypeMethodDescriptionTransactionDetailFactory.getValueFromPK(Session session, TransactionDetailPK pk) TransactionDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionDetailValueModifier and TypeMethodDescriptionTransactionDetailFactory.getValuesFromPKs(Session session, Collection<TransactionDetailPK> pks) TransactionDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionDetailValueModifier and TypeMethodDescriptionTransactionDetailFactory.getEntityFromValue(EntityPermission entityPermission, TransactionDetailValue value) TransactionDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TransactionDetailValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionDetailValueModifier and TypeMethodDescriptionvoidTransactionDetailFactory.create(Session session, Collection<TransactionDetailValue> _values) voidTransactionDetailFactory.create(Collection<TransactionDetailValue> _values) -
Uses of TransactionDetailValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionDetailValue