Uses of Class
com.echothree.model.data.search.server.value.SearchResultValue
Packages that use SearchResultValue
Package
Description
-
Uses of SearchResultValue in com.echothree.model.control.search.server.control
Method parameters in com.echothree.model.control.search.server.control with type arguments of type SearchResultValueModifier and TypeMethodDescriptionvoidSearchControl.createSearchResults(Collection<SearchResultValue> searchResults) -
Uses of SearchResultValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchResultValueMethods in com.echothree.model.data.search.server.entity with parameters of type SearchResultValueModifier and TypeMethodDescriptionvoidSearchResult.setSearchResultValue(SearchResultValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type SearchResultValueModifierConstructorDescriptionSearchResult(SearchResultValue value, EntityPermission entityPermission) Creates a new instance of SearchResult -
Uses of SearchResultValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchResultValueModifier and TypeMethodDescriptionSearchResultFactory.getValueFromPK(Session session, SearchResultPK pk) SearchResultFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchResultValueModifier and TypeMethodDescriptionSearchResultFactory.getValuesFromPKs(Session session, Collection<SearchResultPK> pks) SearchResultFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchResultValueModifier and TypeMethodDescriptionSearchResultFactory.getEntityFromValue(EntityPermission entityPermission, SearchResultValue value) SearchResultFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SearchResultValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchResultValueModifier and TypeMethodDescriptionvoidSearchResultFactory.create(Session session, Collection<SearchResultValue> _values) voidSearchResultFactory.create(Collection<SearchResultValue> _values) -
Uses of SearchResultValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchResultValue