Uses of Class
com.echothree.model.data.search.server.value.CachedSearchValue
Packages that use CachedSearchValue
Package
Description
-
Uses of CachedSearchValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return CachedSearchValueMethods in com.echothree.model.data.search.server.entity with parameters of type CachedSearchValueModifier and TypeMethodDescriptionvoidCachedSearch.setCachedSearchValue(CachedSearchValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type CachedSearchValueModifierConstructorDescriptionCachedSearch(CachedSearchValue value, EntityPermission entityPermission) Creates a new instance of CachedSearch -
Uses of CachedSearchValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return CachedSearchValueModifier and TypeMethodDescriptionCachedSearchFactory.getValueFromPK(Session session, CachedSearchPK pk) CachedSearchFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type CachedSearchValueModifier and TypeMethodDescriptionCachedSearchFactory.getValuesFromPKs(Session session, Collection<CachedSearchPK> pks) CachedSearchFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedSearchValueModifier and TypeMethodDescriptionCachedSearchFactory.getEntityFromValue(EntityPermission entityPermission, CachedSearchValue value) CachedSearchFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CachedSearchValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedSearchValueModifier and TypeMethodDescriptionvoidCachedSearchFactory.create(Session session, Collection<CachedSearchValue> _values) voidCachedSearchFactory.create(Collection<CachedSearchValue> _values) -
Uses of CachedSearchValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return CachedSearchValue