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 TypeMethodDescriptionvoid
SearchControl.deleteCachedSearchIndexField
(CachedSearchIndexField cachedSearchIndexField, BasePK deletedBy) Method parameters in com.echothree.model.control.search.server.control with type arguments of type CachedSearchIndexFieldModifier and TypeMethodDescriptionvoid
SearchControl.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.create
(Session session, CachedSearchPK cachedSearchPK, IndexFieldPK indexFieldPK, Long fromTime, Long thruTime) CachedSearchIndexFieldFactory.create
(Session session, CachedSearch cachedSearch, IndexField indexField, Long fromTime, Long thruTime) CachedSearchIndexFieldFactory.getEntityFromCache
(Session session, CachedSearchIndexFieldPK pk) CachedSearchIndexFieldFactory.getEntityFromPK
(EntityPermission entityPermission, CachedSearchIndexFieldPK pk) CachedSearchIndexFieldFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CachedSearchIndexFieldPK pk) CachedSearchIndexFieldFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CachedSearchIndexFieldFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CachedSearchIndexFieldFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CachedSearchIndexFieldFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) CachedSearchIndexFieldFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) CachedSearchIndexFieldFactory.getEntityFromValue
(EntityPermission entityPermission, CachedSearchIndexFieldValue value) CachedSearchIndexFieldFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CachedSearchIndexFieldPK> pks) CachedSearchIndexFieldFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) CachedSearchIndexFieldFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) CachedSearchIndexFieldFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) CachedSearchIndexFieldFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) CachedSearchIndexFieldFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.search.server.factory with parameters of type CachedSearchIndexFieldModifier and TypeMethodDescriptionvoid
CachedSearchIndexFieldFactory.remove
(Session session, CachedSearchIndexField entity) void
CachedSearchIndexFieldFactory.store
(Session session, CachedSearchIndexField entity) Method parameters in com.echothree.model.data.search.server.factory with type arguments of type CachedSearchIndexFieldModifier and TypeMethodDescriptionvoid
CachedSearchIndexFieldFactory.store
(Session session, Collection<CachedSearchIndexField> entities) void
CachedSearchIndexFieldFactory.store
(Collection<CachedSearchIndexField> entities)