Uses of Class
com.echothree.model.data.accounting.server.value.TransactionTimeValue
Packages that use TransactionTimeValue
Package
Description
-
Uses of TransactionTimeValue in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control that return TransactionTimeValueModifier and TypeMethodDescriptionTransactionTimeControl.getTransactionTimeValue(TransactionTime transactionTime) TransactionTimeControl.getTransactionTimeValueForUpdate(Transaction transaction, TransactionTimeType transactionTimeType) Methods in com.echothree.model.control.accounting.server.control with parameters of type TransactionTimeValueModifier and TypeMethodDescriptionvoidTransactionTimeControl.updateTransactionTimeFromValue(TransactionTimeValue transactionTimeValue, BasePK updatedBy) -
Uses of TransactionTimeValue in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionTimeValueMethods in com.echothree.model.data.accounting.server.entity with parameters of type TransactionTimeValueModifier and TypeMethodDescriptionvoidTransactionTime.setTransactionTimeValue(TransactionTimeValue value) Constructors in com.echothree.model.data.accounting.server.entity with parameters of type TransactionTimeValueModifierConstructorDescriptionTransactionTime(TransactionTimeValue value, EntityPermission entityPermission) Creates a new instance of TransactionTime -
Uses of TransactionTimeValue in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionTimeValueModifier and TypeMethodDescriptionTransactionTimeFactory.getValueFromPK(Session session, TransactionTimePK pk) TransactionTimeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionTimeValueModifier and TypeMethodDescriptionTransactionTimeFactory.getValuesFromPKs(Session session, Collection<TransactionTimePK> pks) TransactionTimeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionTimeValueModifier and TypeMethodDescriptionTransactionTimeFactory.getEntityFromValue(EntityPermission entityPermission, TransactionTimeValue value) TransactionTimeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TransactionTimeValue value) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionTimeValueModifier and TypeMethodDescriptionvoidTransactionTimeFactory.create(Session session, Collection<TransactionTimeValue> _values) voidTransactionTimeFactory.create(Collection<TransactionTimeValue> _values) -
Uses of TransactionTimeValue in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionTimeValue