Uses of Class
com.echothree.model.data.accounting.common.pk.TransactionTimePK
Packages that use TransactionTimePK
Package
Description
-
Uses of TransactionTimePK in com.echothree.model.data.accounting.server.entity
Methods in com.echothree.model.data.accounting.server.entity that return TransactionTimePK -
Uses of TransactionTimePK in com.echothree.model.data.accounting.server.factory
Methods in com.echothree.model.data.accounting.server.factory that return TransactionTimePKModifier and TypeMethodDescriptionTransactionTimeFactory.getNextPK()TransactionTimeFactory.getPKFromQuery(PreparedStatement ps, Object... params) TransactionTimeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory that return types with arguments of type TransactionTimePKModifier and TypeMethodDescriptionTransactionTimeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TransactionTimeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TransactionTimeFactory.getPKsFromResultSetAsList(ResultSet rs) TransactionTimeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.accounting.server.factory with parameters of type TransactionTimePKModifier and TypeMethodDescriptionTransactionTimeFactory.getEntityFromCache(TransactionTimePK pk) TransactionTimeFactory.getEntityFromPK(EntityPermission entityPermission, TransactionTimePK pk) TransactionTimeFactory.getValueFromPK(TransactionTimePK pk) voidTransactionTimeFactory.remove(TransactionTimePK pk) booleanTransactionTimeFactory.validPK(TransactionTimePK pk) Method parameters in com.echothree.model.data.accounting.server.factory with type arguments of type TransactionTimePKModifier and TypeMethodDescriptionTransactionTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TransactionTimePK> pks) TransactionTimeFactory.getValuesFromPKs(Collection<TransactionTimePK> pks) voidTransactionTimeFactory.remove(Collection<TransactionTimePK> pks) -
Uses of TransactionTimePK in com.echothree.model.data.accounting.server.value
Methods in com.echothree.model.data.accounting.server.value that return TransactionTimePKConstructors in com.echothree.model.data.accounting.server.value with parameters of type TransactionTimePKModifierConstructorDescriptionTransactionTimeValue(TransactionTimePK transactionTimePK, TransactionPK transactionPK, TransactionTimeTypePK transactionTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of TransactionTimeValue -
Uses of TransactionTimePK in com.echothree.model.jooq.server.records.accounting
Methods in com.echothree.model.jooq.server.records.accounting that return TransactionTimePKModifier and TypeMethodDescriptionTransactionTimes.TransactionTime()Getter fortransactiontimes.txntim_transactiontimeid.Methods in com.echothree.model.jooq.server.records.accounting that return types with arguments of type TransactionTimePKMethods in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionTimePKModifier and TypeMethodDescriptionvoidTransactionTimes.TransactionTime(TransactionTimePK value) Setter fortransactiontimes.txntim_transactiontimeid.Constructors in com.echothree.model.jooq.server.records.accounting with parameters of type TransactionTimePKModifierConstructorDescriptionTransactionTimes(TransactionTimePK TransactionTime, TransactionPK Transaction, TransactionTimeTypePK TransactionTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised TransactionTimes -
Uses of TransactionTimePK in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type TransactionTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TransactionTimes, TransactionTimePK> TransactionTimes.TRANSACTION_TIMEThe columntransactiontimes.txntim_transactiontimeid.