Uses of Class
com.echothree.model.data.search.common.pk.CachedSearchIndexFieldPK
Packages that use CachedSearchIndexFieldPK
Package
Description
-
Uses of CachedSearchIndexFieldPK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return CachedSearchIndexFieldPK -
Uses of CachedSearchIndexFieldPK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return CachedSearchIndexFieldPKModifier and TypeMethodDescriptionCachedSearchIndexFieldFactory.getNextPK()CachedSearchIndexFieldFactory.getPKFromQuery(PreparedStatement ps, Object... params) CachedSearchIndexFieldFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type CachedSearchIndexFieldPKModifier and TypeMethodDescriptionCachedSearchIndexFieldFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CachedSearchIndexFieldFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CachedSearchIndexFieldFactory.getPKsFromResultSetAsList(ResultSet rs) CachedSearchIndexFieldFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedSearchIndexFieldPKModifier and TypeMethodDescriptionCachedSearchIndexFieldFactory.getEntityFromCache(Session session, CachedSearchIndexFieldPK pk) CachedSearchIndexFieldFactory.getEntityFromPK(EntityPermission entityPermission, CachedSearchIndexFieldPK pk) CachedSearchIndexFieldFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CachedSearchIndexFieldPK pk) CachedSearchIndexFieldFactory.getValueFromPK(Session session, CachedSearchIndexFieldPK pk) voidCachedSearchIndexFieldFactory.remove(Session session, CachedSearchIndexFieldPK pk) booleanCachedSearchIndexFieldFactory.validPK(Session session, CachedSearchIndexFieldPK pk) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedSearchIndexFieldPKModifier and TypeMethodDescriptionCachedSearchIndexFieldFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CachedSearchIndexFieldPK> pks) CachedSearchIndexFieldFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CachedSearchIndexFieldPK> pks) CachedSearchIndexFieldFactory.getValuesFromPKs(Session session, Collection<CachedSearchIndexFieldPK> pks) voidCachedSearchIndexFieldFactory.remove(Session session, Collection<CachedSearchIndexFieldPK> pks) voidCachedSearchIndexFieldFactory.remove(Collection<CachedSearchIndexFieldPK> pks) -
Uses of CachedSearchIndexFieldPK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return CachedSearchIndexFieldPKConstructors in com.echothree.model.data.search.server.value with parameters of type CachedSearchIndexFieldPKModifierConstructorDescriptionCachedSearchIndexFieldValue(CachedSearchIndexFieldPK cachedSearchIndexFieldPK, CachedSearchPK cachedSearchPK, IndexFieldPK indexFieldPK, Long fromTime, Long thruTime) Creates a new instance of CachedSearchIndexFieldValue