Uses of Class
com.echothree.model.data.index.common.pk.IndexDetailPK
Packages that use IndexDetailPK
Package
Description
-
Uses of IndexDetailPK in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexDetailPKModifier and TypeMethodDescriptionIndex.getActiveDetailPK()
Index.getLastDetailPK()
IndexDetail.getPrimaryKey()
Methods in com.echothree.model.data.index.server.entity with parameters of type IndexDetailPKModifier and TypeMethodDescriptionvoid
Index.setActiveDetailPK
(IndexDetailPK activeDetailPK) void
Index.setLastDetailPK
(IndexDetailPK lastDetailPK) -
Uses of IndexDetailPK in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexDetailPKModifier and TypeMethodDescriptionIndexDetailFactory.getNextPK()
IndexDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) IndexDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexDetailPKModifier and TypeMethodDescriptionIndexDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) IndexDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) IndexDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) IndexDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexDetailPKModifier and TypeMethodDescriptionIndexFactory.create
(IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) IndexFactory.create
(Session session, IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) IndexDetailFactory.getEntityFromCache
(Session session, IndexDetailPK pk) IndexDetailFactory.getEntityFromPK
(EntityPermission entityPermission, IndexDetailPK pk) IndexDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, IndexDetailPK pk) IndexDetailFactory.getValueFromPK
(Session session, IndexDetailPK pk) void
IndexDetailFactory.remove
(Session session, IndexDetailPK pk) boolean
IndexDetailFactory.validPK
(Session session, IndexDetailPK pk) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexDetailPKModifier and TypeMethodDescriptionIndexDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<IndexDetailPK> pks) IndexDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<IndexDetailPK> pks) IndexDetailFactory.getValuesFromPKs
(Session session, Collection<IndexDetailPK> pks) void
IndexDetailFactory.remove
(Session session, Collection<IndexDetailPK> pks) void
IndexDetailFactory.remove
(Collection<IndexDetailPK> pks) -
Uses of IndexDetailPK in com.echothree.model.data.index.server.value
Methods in com.echothree.model.data.index.server.value that return IndexDetailPKModifier and TypeMethodDescriptionIndexValue.getActiveDetailPK()
IndexValue.getLastDetailPK()
IndexDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.index.server.value with parameters of type IndexDetailPKModifier and TypeMethodDescriptionvoid
IndexValue.setActiveDetailPK
(IndexDetailPK activeDetailPK) void
IndexValue.setLastDetailPK
(IndexDetailPK lastDetailPK) Constructors in com.echothree.model.data.index.server.value with parameters of type IndexDetailPKModifierConstructorDescriptionIndexDetailValue
(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 IndexDetailValueIndexValue
(IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) Creates a new instance of IndexValueIndexValue
(IndexPK indexPK, IndexDetailPK activeDetailPK, IndexDetailPK lastDetailPK) Creates a new instance of IndexValue