Uses of Class
com.echothree.model.data.index.server.entity.IndexDetail
Packages that use IndexDetail
Package
Description
-
Uses of IndexDetail in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexDetailModifier and TypeMethodDescriptionIndex.getActiveDetail()Index.getActiveDetail(EntityPermission entityPermission) Index.getActiveDetailForUpdate()Index.getLastDetail()Index.getLastDetail(EntityPermission entityPermission) Index.getLastDetailForUpdate()Methods in com.echothree.model.data.index.server.entity with parameters of type IndexDetailModifier and TypeMethodDescriptionvoidIndex.setActiveDetail(IndexDetail entity) voidIndex.setLastDetail(IndexDetail entity) -
Uses of IndexDetail in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexDetailModifier and TypeMethodDescriptionIndexDetailFactory.create(IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IndexDetailFactory.create(Index index, String indexName, IndexType indexType, Language language, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IndexDetailFactory.getEntityFromCache(IndexDetailPK pk) IndexDetailFactory.getEntityFromPK(EntityPermission entityPermission, IndexDetailPK pk) IndexDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) IndexDetailFactory.getEntityFromValue(EntityPermission entityPermission, IndexDetailValue value) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexDetailModifier and TypeMethodDescriptionIndexDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IndexDetailPK> pks) IndexDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) IndexDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IndexDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IndexDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexDetailModifier and TypeMethodDescriptionIndexFactory.create(IndexDetail activeDetail, IndexDetail lastDetail) voidIndexDetailFactory.remove(IndexDetail entity) voidIndexDetailFactory.store(IndexDetail entity) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexDetailModifier and TypeMethodDescriptionvoidIndexDetailFactory.store(Collection<IndexDetail> entities)