Uses of Class
com.echothree.model.data.search.server.value.SearchKindValue
Packages that use SearchKindValue
Package
Description
-
Uses of SearchKindValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return SearchKindValueMethods in com.echothree.model.data.search.server.entity with parameters of type SearchKindValueConstructors in com.echothree.model.data.search.server.entity with parameters of type SearchKindValueModifierConstructorDescriptionSearchKind(SearchKindValue value, EntityPermission entityPermission) Creates a new instance of SearchKind -
Uses of SearchKindValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return SearchKindValueModifier and TypeMethodDescriptionSearchKindFactory.getValueFromPK(SearchKindPK pk) SearchKindFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type SearchKindValueModifier and TypeMethodDescriptionSearchKindFactory.getValuesFromPKs(Collection<SearchKindPK> pks) SearchKindFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type SearchKindValueModifier and TypeMethodDescriptionSearchKindFactory.getEntityFromValue(EntityPermission entityPermission, SearchKindValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type SearchKindValueModifier and TypeMethodDescriptionvoidSearchKindFactory.create(Collection<SearchKindValue> _values) -
Uses of SearchKindValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return SearchKindValue