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(LetterDescriptionPK pk) LetterDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, LetterDescriptionPK pk) LetterDescriptionFactory.getValueFromPK(LetterDescriptionPK pk) voidLetterDescriptionFactory.remove(LetterDescriptionPK pk) booleanLetterDescriptionFactory.validPK(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.getValuesFromPKs(Collection<LetterDescriptionPK> pks) voidLetterDescriptionFactory.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