Uses of Class
com.echothree.model.data.search.server.entity.CachedSearchIndexField
Packages that use CachedSearchIndexField
Package
Description
-
Uses of CachedSearchIndexField in com.echothree.model.control.search.server.control
Methods in com.echothree.model.control.search.server.control that return CachedSearchIndexFieldModifier and TypeMethodDescriptionSearchControl.createCachedSearchIndexField(CachedSearch cachedSearch, IndexField indexField, BasePK createdBy) SearchControl.getCachedSearchIndexField(CachedSearch cachedSearch, IndexField indexField) Methods in com.echothree.model.control.search.server.control that return types with arguments of type CachedSearchIndexFieldModifier and TypeMethodDescriptionSearchControl.getCachedSearchIndexFieldsByCachedSearchForUpdate(CachedSearch cachedSearch) SearchControl.getCachedSearchIndexFieldsByIndexFieldForUpdate(IndexField indexField) Methods in com.echothree.model.control.search.server.control with parameters of type CachedSearchIndexFieldModifier and TypeMethodDescriptionvoidSearchControl.deleteCachedSearchIndexField(CachedSearchIndexField cachedSearchIndexField, BasePK deletedBy) Method parameters in com.echothree.model.control.search.server.control with type arguments of type CachedSearchIndexFieldModifier and TypeMethodDescriptionvoidSearchControl.deleteCachedSearchIndexFields(List<CachedSearchIndexField> cachedSearchIndexFields, BasePK deletedBy) -
Uses of CachedSearchIndexField in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory that return CachedSearchIndexFieldModifier and TypeMethodDescriptionCachedSearchIndexFieldFactory.create(CachedSearchPK cachedSearchPK, IndexFieldPK indexFieldPK, Long fromTime, Long thruTime) CachedSearchIndexFieldFactory.create(CachedSearch cachedSearch, IndexField indexField, Long fromTime, Long thruTime) CachedSearchIndexFieldFactory.getEntityFromCache(CachedSearchIndexFieldPK pk) CachedSearchIndexFieldFactory.getEntityFromPK(EntityPermission entityPermission, CachedSearchIndexFieldPK pk) CachedSearchIndexFieldFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CachedSearchIndexFieldFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CachedSearchIndexFieldFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CachedSearchIndexFieldFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) CachedSearchIndexFieldFactory.getEntityFromValue(EntityPermission entityPermission, CachedSearchIndexFieldValue value) Methods in com.echothree.model.data.search.server.factory that return types with arguments of type CachedSearchIndexFieldModifier and TypeMethodDescriptionCachedSearchIndexFieldFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CachedSearchIndexFieldPK> pks) CachedSearchIndexFieldFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) CachedSearchIndexFieldFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CachedSearchIndexFieldFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CachedSearchIndexFieldFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedSearchIndexFieldModifier and TypeMethodDescriptionvoidCachedSearchIndexFieldFactory.remove(CachedSearchIndexField entity) voidCachedSearchIndexFieldFactory.store(CachedSearchIndexField entity) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedSearchIndexFieldModifier and TypeMethodDescriptionvoidCachedSearchIndexFieldFactory.store(Collection<CachedSearchIndexField> entities)