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