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 TypeMethodDescriptionvoidCachedSearchStatus.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(CachedSearchStatusPK pk) CachedSearchStatusFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type CachedSearchStatusValueModifier and TypeMethodDescriptionCachedSearchStatusFactory.getValuesFromPKs(Collection<CachedSearchStatusPK> pks) CachedSearchStatusFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedSearchStatusValueModifier and TypeMethodDescriptionCachedSearchStatusFactory.getEntityFromValue(EntityPermission entityPermission, CachedSearchStatusValue value) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedSearchStatusValueModifier and TypeMethodDescriptionvoidCachedSearchStatusFactory.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