Uses of Class
com.echothree.model.data.term.common.pk.TermDescriptionPK
Packages that use TermDescriptionPK
Package
Description
-
Uses of TermDescriptionPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return TermDescriptionPK -
Uses of TermDescriptionPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptionFactory.getNextPK()
TermDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TermDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TermDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TermDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) TermDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptionFactory.getEntityFromCache
(Session session, TermDescriptionPK pk) TermDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, TermDescriptionPK pk) TermDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TermDescriptionPK pk) TermDescriptionFactory.getValueFromPK
(Session session, TermDescriptionPK pk) void
TermDescriptionFactory.remove
(Session session, TermDescriptionPK pk) boolean
TermDescriptionFactory.validPK
(Session session, TermDescriptionPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TermDescriptionPK> pks) TermDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TermDescriptionPK> pks) TermDescriptionFactory.getValuesFromPKs
(Session session, Collection<TermDescriptionPK> pks) void
TermDescriptionFactory.remove
(Session session, Collection<TermDescriptionPK> pks) void
TermDescriptionFactory.remove
(Collection<TermDescriptionPK> pks) -
Uses of TermDescriptionPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermDescriptionPKConstructors in com.echothree.model.data.term.server.value with parameters of type TermDescriptionPKModifierConstructorDescriptionTermDescriptionValue
(TermDescriptionPK termDescriptionPK, TermPK termPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TermDescriptionValue