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 TypeMethodDescriptionvoid
IndexDescription.setIndexPK
(IndexPK indexPK) void
IndexDetail.setIndexPK
(IndexPK indexPK) void
IndexStatus.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) IndexDescriptionFactory.create
(Session session, 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) IndexDetailFactory.create
(Session session, IndexPK indexPK, String indexName, IndexTypePK indexTypePK, LanguagePK languagePK, String directory, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IndexFactory.getEntityFromCache
(Session session, IndexPK pk) IndexFactory.getEntityFromPK
(EntityPermission entityPermission, IndexPK pk) IndexFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, IndexPK pk) IndexFactory.getValueFromPK
(Session session, IndexPK pk) void
boolean
Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexPKModifier and TypeMethodDescriptionIndexFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<IndexPK> pks) IndexFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<IndexPK> pks) IndexFactory.getValuesFromPKs
(Session session, Collection<IndexPK> pks) void
IndexFactory.remove
(Session session, Collection<IndexPK> pks) void
IndexFactory.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 TypeMethodDescriptionvoid
IndexDescriptionValue.setIndexPK
(IndexPK indexPK) void
IndexDetailValue.setIndexPK
(IndexPK indexPK) void
IndexStatusValue.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) CachedSearchFactory.create
(Session session, 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