Uses of Class
com.echothree.model.data.index.common.pk.IndexDescriptionPK
Packages that use IndexDescriptionPK
Package
Description
-
Uses of IndexDescriptionPK in com.echothree.model.data.index.server.entity
Methods in com.echothree.model.data.index.server.entity that return IndexDescriptionPK -
Uses of IndexDescriptionPK in com.echothree.model.data.index.server.factory
Methods in com.echothree.model.data.index.server.factory that return IndexDescriptionPKModifier and TypeMethodDescriptionIndexDescriptionFactory.getNextPK()
IndexDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) IndexDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.index.server.factory that return types with arguments of type IndexDescriptionPKModifier and TypeMethodDescriptionIndexDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) IndexDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) IndexDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) IndexDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.index.server.factory with parameters of type IndexDescriptionPKModifier and TypeMethodDescriptionIndexDescriptionFactory.getEntityFromCache
(Session session, IndexDescriptionPK pk) IndexDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, IndexDescriptionPK pk) IndexDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, IndexDescriptionPK pk) IndexDescriptionFactory.getValueFromPK
(Session session, IndexDescriptionPK pk) void
IndexDescriptionFactory.remove
(Session session, IndexDescriptionPK pk) boolean
IndexDescriptionFactory.validPK
(Session session, IndexDescriptionPK pk) Method parameters in com.echothree.model.data.index.server.factory with type arguments of type IndexDescriptionPKModifier and TypeMethodDescriptionIndexDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<IndexDescriptionPK> pks) IndexDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<IndexDescriptionPK> pks) IndexDescriptionFactory.getValuesFromPKs
(Session session, Collection<IndexDescriptionPK> pks) void
IndexDescriptionFactory.remove
(Session session, Collection<IndexDescriptionPK> pks) void
IndexDescriptionFactory.remove
(Collection<IndexDescriptionPK> pks) -
Uses of IndexDescriptionPK in com.echothree.model.data.index.server.value
Methods in com.echothree.model.data.index.server.value that return IndexDescriptionPKConstructors in com.echothree.model.data.index.server.value with parameters of type IndexDescriptionPKModifierConstructorDescriptionIndexDescriptionValue
(IndexDescriptionPK indexDescriptionPK, IndexPK indexPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of IndexDescriptionValue