Uses of Class
com.echothree.model.data.search.server.value.CachedExecutedSearchResultValue
Packages that use CachedExecutedSearchResultValue
Package
Description
-
Uses of CachedExecutedSearchResultValue in com.echothree.model.control.search.server.control
Method parameters in com.echothree.model.control.search.server.control with type arguments of type CachedExecutedSearchResultValueModifier and TypeMethodDescriptionvoid
SearchControl.createCachedExecutedSearchResults
(Collection<CachedExecutedSearchResultValue> cachedExecutedSearchResults) -
Uses of CachedExecutedSearchResultValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return CachedExecutedSearchResultValueModifier and TypeMethodDescriptionCachedExecutedSearchResult.getCachedExecutedSearchResultValue()
Methods in com.echothree.model.data.search.server.entity with parameters of type CachedExecutedSearchResultValueModifier and TypeMethodDescriptionvoid
CachedExecutedSearchResult.setCachedExecutedSearchResultValue
(CachedExecutedSearchResultValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type CachedExecutedSearchResultValueModifierConstructorDescriptionCachedExecutedSearchResult
(CachedExecutedSearchResultValue value, EntityPermission entityPermission) Creates a new instance of CachedExecutedSearchResult -
Uses of CachedExecutedSearchResultValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return CachedExecutedSearchResultValueModifier and TypeMethodDescriptionCachedExecutedSearchResultFactory.getValueFromPK
(Session session, CachedExecutedSearchResultPK pk) CachedExecutedSearchResultFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type CachedExecutedSearchResultValueModifier and TypeMethodDescriptionCachedExecutedSearchResultFactory.getValuesFromPKs
(Session session, Collection<CachedExecutedSearchResultPK> pks) CachedExecutedSearchResultFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedExecutedSearchResultValueModifier and TypeMethodDescriptionCachedExecutedSearchResultFactory.getEntityFromValue
(EntityPermission entityPermission, CachedExecutedSearchResultValue value) CachedExecutedSearchResultFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CachedExecutedSearchResultValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedExecutedSearchResultValueModifier and TypeMethodDescriptionvoid
CachedExecutedSearchResultFactory.create
(Session session, Collection<CachedExecutedSearchResultValue> _values) void
CachedExecutedSearchResultFactory.create
(Collection<CachedExecutedSearchResultValue> _values) -
Uses of CachedExecutedSearchResultValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return CachedExecutedSearchResultValue