Uses of Class
com.echothree.model.data.search.server.value.SearchValue
Packages that use SearchValue
Package
Description
-
Uses of SearchValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchValueMethods in com.echothree.model.data.search.server.entity with parameters of type SearchValueConstructors in com.echothree.model.data.search.server.entity with parameters of type SearchValueModifierConstructorDescriptionSearch(SearchValue value, EntityPermission entityPermission) Creates a new instance of Search -
Uses of SearchValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchValueModifier and TypeMethodDescriptionSearchFactory.getValueFromPK(SearchPK pk) SearchFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchValueModifier and TypeMethodDescriptionSearchFactory.getValuesFromPKs(Collection<SearchPK> pks) SearchFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchValueModifier and TypeMethodDescriptionSearchFactory.getEntityFromValue(EntityPermission entityPermission, SearchValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchValue -
Uses of SearchValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchValue