Uses of Class
com.echothree.model.data.letter.common.pk.LetterSourceDescriptionPK
Packages that use LetterSourceDescriptionPK
Package
Description
-
Uses of LetterSourceDescriptionPK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterSourceDescriptionPK -
Uses of LetterSourceDescriptionPK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterSourceDescriptionPKModifier and TypeMethodDescriptionLetterSourceDescriptionFactory.getNextPK()
LetterSourceDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LetterSourceDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterSourceDescriptionPKModifier and TypeMethodDescriptionLetterSourceDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LetterSourceDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LetterSourceDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) LetterSourceDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterSourceDescriptionPKModifier and TypeMethodDescriptionLetterSourceDescriptionFactory.getEntityFromCache
(Session session, LetterSourceDescriptionPK pk) LetterSourceDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, LetterSourceDescriptionPK pk) LetterSourceDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LetterSourceDescriptionPK pk) LetterSourceDescriptionFactory.getValueFromPK
(Session session, LetterSourceDescriptionPK pk) void
LetterSourceDescriptionFactory.remove
(Session session, LetterSourceDescriptionPK pk) boolean
LetterSourceDescriptionFactory.validPK
(Session session, LetterSourceDescriptionPK pk) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterSourceDescriptionPKModifier and TypeMethodDescriptionLetterSourceDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LetterSourceDescriptionPK> pks) LetterSourceDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LetterSourceDescriptionPK> pks) LetterSourceDescriptionFactory.getValuesFromPKs
(Session session, Collection<LetterSourceDescriptionPK> pks) void
LetterSourceDescriptionFactory.remove
(Session session, Collection<LetterSourceDescriptionPK> pks) void
LetterSourceDescriptionFactory.remove
(Collection<LetterSourceDescriptionPK> pks) -
Uses of LetterSourceDescriptionPK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterSourceDescriptionPKConstructors in com.echothree.model.data.letter.server.value with parameters of type LetterSourceDescriptionPKModifierConstructorDescriptionLetterSourceDescriptionValue
(LetterSourceDescriptionPK letterSourceDescriptionPK, LetterSourcePK letterSourcePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LetterSourceDescriptionValue