Uses of Class
com.echothree.model.data.message.common.pk.EntityMessagePK
Packages that use EntityMessagePK
Package
Description
-
Uses of EntityMessagePK in com.echothree.model.data.message.server.entity
Methods in com.echothree.model.data.message.server.entity that return EntityMessagePK -
Uses of EntityMessagePK in com.echothree.model.data.message.server.factory
Methods in com.echothree.model.data.message.server.factory that return EntityMessagePKModifier and TypeMethodDescriptionEntityMessageFactory.getNextPK()EntityMessageFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityMessageFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.message.server.factory that return types with arguments of type EntityMessagePKModifier and TypeMethodDescriptionEntityMessageFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityMessageFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityMessageFactory.getPKsFromResultSetAsList(ResultSet rs) EntityMessageFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.message.server.factory with parameters of type EntityMessagePKModifier and TypeMethodDescriptionEntityMessageFactory.getEntityFromCache(EntityMessagePK pk) EntityMessageFactory.getEntityFromPK(EntityPermission entityPermission, EntityMessagePK pk) EntityMessageFactory.getValueFromPK(EntityMessagePK pk) voidEntityMessageFactory.remove(EntityMessagePK pk) booleanEntityMessageFactory.validPK(EntityMessagePK pk) Method parameters in com.echothree.model.data.message.server.factory with type arguments of type EntityMessagePKModifier and TypeMethodDescriptionEntityMessageFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityMessagePK> pks) EntityMessageFactory.getValuesFromPKs(Collection<EntityMessagePK> pks) voidEntityMessageFactory.remove(Collection<EntityMessagePK> pks) -
Uses of EntityMessagePK in com.echothree.model.data.message.server.value
Methods in com.echothree.model.data.message.server.value that return EntityMessagePKConstructors in com.echothree.model.data.message.server.value with parameters of type EntityMessagePKModifierConstructorDescriptionEntityMessageValue(EntityMessagePK entityMessagePK, EntityInstancePK entityInstancePK, MessagePK messagePK, Long fromTime, Long thruTime) Creates a new instance of EntityMessageValue