Uses of Class
com.echothree.model.data.search.common.pk.CachedSearchStatusPK
Packages that use CachedSearchStatusPK
Package
Description
-
Uses of CachedSearchStatusPK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return CachedSearchStatusPK -
Uses of CachedSearchStatusPK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatusFactory.getNextPK()CachedSearchStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) CachedSearchStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CachedSearchStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CachedSearchStatusFactory.getPKsFromResultSetAsList(ResultSet rs) CachedSearchStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatusFactory.getEntityFromCache(CachedSearchStatusPK pk) CachedSearchStatusFactory.getEntityFromPK(EntityPermission entityPermission, CachedSearchStatusPK pk) CachedSearchStatusFactory.getValueFromPK(CachedSearchStatusPK pk) voidCachedSearchStatusFactory.remove(CachedSearchStatusPK pk) booleanCachedSearchStatusFactory.validPK(CachedSearchStatusPK pk) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedSearchStatusPKModifier and TypeMethodDescriptionCachedSearchStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CachedSearchStatusPK> pks) CachedSearchStatusFactory.getValuesFromPKs(Collection<CachedSearchStatusPK> pks) voidCachedSearchStatusFactory.remove(Collection<CachedSearchStatusPK> pks) -
Uses of CachedSearchStatusPK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return CachedSearchStatusPKConstructors in com.echothree.model.data.search.server.value with parameters of type CachedSearchStatusPKModifierConstructorDescriptionCachedSearchStatusValue(CachedSearchStatusPK cachedSearchStatusPK, CachedSearchPK cachedSearchPK, Boolean isConsistent) Creates a new instance of CachedSearchStatusValue