Uses of Class
com.echothree.model.data.search.server.value.CachedSearchStatusValue
Packages that use CachedSearchStatusValue
Package
Description
-
Uses of CachedSearchStatusValue in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return CachedSearchStatusValueMethods in com.echothree.model.data.search.server.entity with parameters of type CachedSearchStatusValueModifier and TypeMethodDescriptionvoid
CachedSearchStatus.setCachedSearchStatusValue
(CachedSearchStatusValue value) Constructors in com.echothree.model.data.search.server.entity with parameters of type CachedSearchStatusValueModifierConstructorDescriptionCachedSearchStatus
(CachedSearchStatusValue value, EntityPermission entityPermission) Creates a new instance of CachedSearchStatus -
Uses of CachedSearchStatusValue in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return CachedSearchStatusValueModifier and TypeMethodDescriptionCachedSearchStatusFactory.getValueFromPK
(Session session, CachedSearchStatusPK pk) CachedSearchStatusFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type CachedSearchStatusValueModifier and TypeMethodDescriptionCachedSearchStatusFactory.getValuesFromPKs
(Session session, Collection<CachedSearchStatusPK> pks) CachedSearchStatusFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedSearchStatusValueModifier and TypeMethodDescriptionCachedSearchStatusFactory.getEntityFromValue
(EntityPermission entityPermission, CachedSearchStatusValue value) CachedSearchStatusFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CachedSearchStatusValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedSearchStatusValueModifier and TypeMethodDescriptionvoid
CachedSearchStatusFactory.create
(Session session, Collection<CachedSearchStatusValue> _values) void
CachedSearchStatusFactory.create
(Collection<CachedSearchStatusValue> _values) -
Uses of CachedSearchStatusValue in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return CachedSearchStatusValue