Uses of Class
com.echothree.model.data.letter.common.pk.LetterDescriptionPK
Packages that use LetterDescriptionPK
Package
Description
-
Uses of LetterDescriptionPK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterDescriptionPK -
Uses of LetterDescriptionPK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterDescriptionPKModifier and TypeMethodDescriptionLetterDescriptionFactory.getNextPK()
LetterDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LetterDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterDescriptionPKModifier and TypeMethodDescriptionLetterDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LetterDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LetterDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) LetterDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterDescriptionPKModifier and TypeMethodDescriptionLetterDescriptionFactory.getEntityFromCache
(Session session, LetterDescriptionPK pk) LetterDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, LetterDescriptionPK pk) LetterDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LetterDescriptionPK pk) LetterDescriptionFactory.getValueFromPK
(Session session, LetterDescriptionPK pk) void
LetterDescriptionFactory.remove
(Session session, LetterDescriptionPK pk) boolean
LetterDescriptionFactory.validPK
(Session session, LetterDescriptionPK pk) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterDescriptionPKModifier and TypeMethodDescriptionLetterDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LetterDescriptionPK> pks) LetterDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LetterDescriptionPK> pks) LetterDescriptionFactory.getValuesFromPKs
(Session session, Collection<LetterDescriptionPK> pks) void
LetterDescriptionFactory.remove
(Session session, Collection<LetterDescriptionPK> pks) void
LetterDescriptionFactory.remove
(Collection<LetterDescriptionPK> pks) -
Uses of LetterDescriptionPK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterDescriptionPKConstructors in com.echothree.model.data.letter.server.value with parameters of type LetterDescriptionPKModifierConstructorDescriptionLetterDescriptionValue
(LetterDescriptionPK letterDescriptionPK, LetterPK letterPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LetterDescriptionValue