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(Session session, TransactionTimePK pk) TransactionTimeFactory.getEntityFromPK(EntityPermission entityPermission, TransactionTimePK pk) TransactionTimeFactory.getEntityFromPK(Session session, EntityPermission entityPermission, TransactionTimePK pk) TransactionTimeFactory.getValueFromPK(Session session, TransactionTimePK pk) voidTransactionTimeFactory.remove(Session session, TransactionTimePK pk) booleanTransactionTimeFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<TransactionTimePK> pks) TransactionTimeFactory.getValuesFromPKs(Session session, Collection<TransactionTimePK> pks) voidTransactionTimeFactory.remove(Session session, 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