Uses of Class
com.echothree.model.data.index.common.pk.IndexPK
Packages that use IndexPK
Package
Description
-
Uses of IndexPK in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexPKModifier and TypeMethodDescriptionIndexDescription.getIndexPK()IndexDetail.getIndexPK()IndexStatus.getIndexPK()Index.getPrimaryKey()Methods in com.echothree.model.data.index.server.entity with parameters of type IndexPKModifier and TypeMethodDescriptionvoidIndexDescription.setIndexPK(IndexPK indexPK) voidIndexDetail.setIndexPK(IndexPK indexPK) voidIndexStatus.setIndexPK(IndexPK indexPK) -
Uses of IndexPK in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexPKModifier and TypeMethodDescriptionIndexFactory.getNextPK()IndexFactory.getPKFromQuery(PreparedStatement ps, Object... params) IndexFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexPKModifier and TypeMethodDescriptionIndexFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) IndexFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) IndexFactory.getPKsFromResultSetAsList(ResultSet rs) IndexFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexPKModifier and TypeMethodDescriptionIndexDescriptionFactory.create(IndexPK indexPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) IndexDetailFactory.create(IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IndexFactory.getEntityFromCache(IndexPK pk) IndexFactory.getEntityFromPK(EntityPermission entityPermission, IndexPK pk) IndexFactory.getValueFromPK(IndexPK pk) voidbooleanMethod parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexPKModifier and TypeMethodDescriptionIndexFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IndexPK> pks) IndexFactory.getValuesFromPKs(Collection<IndexPK> pks) voidIndexFactory.remove(Collection<IndexPK> pks) -
Uses of IndexPK in com.echothree.model.data.index.server.value
Methods in com.echothree.model.data.index.server.value that return IndexPKModifier and TypeMethodDescriptionIndexDescriptionValue.getIndexPK()IndexDetailValue.getIndexPK()IndexStatusValue.getIndexPK()IndexValue.getPrimaryKey()Methods in com.echothree.model.data.index.server.value with parameters of type IndexPKModifier and TypeMethodDescriptionvoidIndexDescriptionValue.setIndexPK(IndexPK indexPK) voidIndexDetailValue.setIndexPK(IndexPK indexPK) voidIndexStatusValue.setIndexPK(IndexPK indexPK) Constructors in com.echothree.model.data.index.server.value with parameters of type IndexPKModifierConstructorDescriptionIndexDescriptionValue(IndexDescriptionPK indexDescriptionPK, IndexPK indexPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of IndexDescriptionValueIndexDescriptionValue(IndexPK indexPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of IndexDescriptionValueIndexDetailValue(IndexDetailPK indexDetailPK, IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IndexDetailValueIndexDetailValue(IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IndexDetailValueIndexStatusValue(IndexPK indexPK, Long createdTime) Creates a new instance of IndexStatusValueIndexStatusValue(IndexStatusPK indexStatusPK, IndexPK indexPK, Long createdTime) Creates a new instance of IndexStatusValueIndexValue(IndexPK indexPK, IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) Creates a new instance of IndexValue -
Uses of IndexPK in com.echothree.model.data.search.server.entity
Methods in com.echothree.model.data.search.server.entity that return IndexPKMethods in com.echothree.model.data.search.server.entity with parameters of type IndexPK -
Uses of IndexPK in com.echothree.model.data.search.server.factory
Methods in com.echothree.model.data.search.server.factory with parameters of type IndexPKModifier and TypeMethodDescriptionCachedSearchFactory.create(IndexPK indexPK, String querySha1Hash, String query, String parsedQuerySha1Hash, String parsedQuery, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) -
Uses of IndexPK in com.echothree.model.data.search.server.value
Methods in com.echothree.model.data.search.server.value that return IndexPKMethods in com.echothree.model.data.search.server.value with parameters of type IndexPKConstructors in com.echothree.model.data.search.server.value with parameters of type IndexPKModifierConstructorDescriptionCachedSearchValue(IndexPK indexPK, String querySha1Hash, String query, String parsedQuerySha1Hash, String parsedQuery, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) Creates a new instance of CachedSearchValueCachedSearchValue(CachedSearchPK cachedSearchPK, IndexPK indexPK, String querySha1Hash, String query, String parsedQuerySha1Hash, String parsedQuery, SearchDefaultOperatorPK searchDefaultOperatorPK, SearchSortOrderPK searchSortOrderPK, SearchSortDirectionPK searchSortDirectionPK, Long fromTime, Long thruTime) Creates a new instance of CachedSearchValue -
Uses of IndexPK in com.echothree.model.jooq.server.records.index
Methods in com.echothree.model.jooq.server.records.index that return IndexPKModifier and TypeMethodDescriptionIndexDescriptions.Index()Getter forindexdescriptions.idxd_idx_indexid.IndexDetails.Index()Getter forindexdetails.idxdt_idx_indexid.Indexes.Index()Getter forindexes.idx_indexid.IndexStatuses.Index()Getter forindexstatuses.idxst_idx_indexid.Methods in com.echothree.model.jooq.server.records.index that return types with arguments of type IndexPKMethods in com.echothree.model.jooq.server.records.index with parameters of type IndexPKModifier and TypeMethodDescriptionvoidSetter forindexdescriptions.idxd_idx_indexid.voidSetter forindexdetails.idxdt_idx_indexid.voidSetter forindexes.idx_indexid.voidSetter forindexstatuses.idxst_idx_indexid.Constructors in com.echothree.model.jooq.server.records.index with parameters of type IndexPKModifierConstructorDescriptionIndexDescriptions(IndexDescriptionPK IndexDescription, IndexPK Index, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised IndexDescriptionsIndexDetails(IndexDetailPK IndexDetail, IndexPK Index, String IndexName, IndexTypePK IndexType, LanguagePK Language, String Directory, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised IndexDetailsIndexes(IndexPK Index, IndexDetailPK ActiveDetail, IndexDetailPK LastDetail) Create a detached, initialised IndexesIndexStatuses(IndexStatusPK IndexStatus, IndexPK Index, Long CreatedTime) Create a detached, initialised IndexStatuses -
Uses of IndexPK in com.echothree.model.jooq.server.records.search
Methods in com.echothree.model.jooq.server.records.search that return IndexPKModifier and TypeMethodDescriptionCachedSearches.Index()Getter forcachedsearches.csrch_idx_indexid.Methods in com.echothree.model.jooq.server.records.search with parameters of type IndexPKModifier and TypeMethodDescriptionvoidSetter forcachedsearches.csrch_idx_indexid.Constructors in com.echothree.model.jooq.server.records.search with parameters of type IndexPKModifierConstructorDescriptionCachedSearches(CachedSearchPK CachedSearch, IndexPK Index, String QuerySha1Hash, String Query, String ParsedQuerySha1Hash, String ParsedQuery, SearchDefaultOperatorPK SearchDefaultOperator, SearchSortOrderPK SearchSortOrder, SearchSortDirectionPK SearchSortDirection, Long FromTime, Long ThruTime) Create a detached, initialised CachedSearches -
Uses of IndexPK in com.echothree.model.jooq.server.tables.index
Fields in com.echothree.model.jooq.server.tables.index with type parameters of type IndexPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<IndexDescriptions, IndexPK> IndexDescriptions.INDEXThe columnindexdescriptions.idxd_idx_indexid.final org.jooq.TableField<IndexDetails, IndexPK> IndexDetails.INDEXThe columnindexdetails.idxdt_idx_indexid.Indexes.INDEXThe columnindexes.idx_indexid.final org.jooq.TableField<IndexStatuses, IndexPK> IndexStatuses.INDEXThe columnindexstatuses.idxst_idx_indexid. -
Uses of IndexPK in com.echothree.model.jooq.server.tables.search
Fields in com.echothree.model.jooq.server.tables.search with type parameters of type IndexPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CachedSearches, IndexPK> CachedSearches.INDEXThe columncachedsearches.csrch_idx_indexid.