Uses of Class
com.echothree.model.data.search.common.pk.SearchResultPK
Packages that use SearchResultPK
Package
Description
-
Uses of SearchResultPK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchResultPK -
Uses of SearchResultPK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchResultPKModifier and TypeMethodDescriptionSearchResultFactory.getNextPK()SearchResultFactory.getPKFromQuery(PreparedStatement ps, Object... params) SearchResultFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchResultPKModifier and TypeMethodDescriptionSearchResultFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SearchResultFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SearchResultFactory.getPKsFromResultSetAsList(ResultSet rs) SearchResultFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchResultPKModifier and TypeMethodDescriptionSearchResultFactory.getEntityFromCache(SearchResultPK pk) SearchResultFactory.getEntityFromPK(EntityPermission entityPermission, SearchResultPK pk) SearchResultFactory.getValueFromPK(SearchResultPK pk) voidSearchResultFactory.remove(SearchResultPK pk) booleanSearchResultFactory.validPK(SearchResultPK pk) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchResultPKModifier and TypeMethodDescriptionSearchResultFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SearchResultPK> pks) SearchResultFactory.getValuesFromPKs(Collection<SearchResultPK> pks) voidSearchResultFactory.remove(Collection<SearchResultPK> pks) -
Uses of SearchResultPK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchResultPKConstructors in com.echothree.model.data.search.server.value with parameters of type SearchResultPKModifierConstructorDescriptionSearchResultValue(SearchResultPK searchResultPK, SearchPK searchPK, EntityInstancePK entityInstancePK, Integer sortOrder) Creates a new instance of SearchResultValue