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 -
Uses of SearchResultPK in com.echothree.model.jooq.server.records.search
Methods in com.echothree.model.jooq.server.records.search that return SearchResultPKModifier and TypeMethodDescriptionSearchResults.SearchResult()Getter forsearchresults.srchr_searchresultid.Methods in com.echothree.model.jooq.server.records.search that return types with arguments of type SearchResultPKMethods in com.echothree.model.jooq.server.records.search with parameters of type SearchResultPKModifier and TypeMethodDescriptionvoidSearchResults.SearchResult(SearchResultPK value) Setter forsearchresults.srchr_searchresultid.Constructors in com.echothree.model.jooq.server.records.search with parameters of type SearchResultPKModifierConstructorDescriptionSearchResults(SearchResultPK SearchResult, SearchPK Search, EntityInstancePK EntityInstance, Integer SortOrder) Create a detached, initialised SearchResults -
Uses of SearchResultPK in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type SearchResultPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SearchResults, SearchResultPK> SearchResults.SEARCH_RESULTThe columnsearchresults.srchr_searchresultid.