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(LetterSourceDescriptionPK pk) LetterSourceDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, LetterSourceDescriptionPK pk) LetterSourceDescriptionFactory.getValueFromPK(LetterSourceDescriptionPK pk) voidLetterSourceDescriptionFactory.remove(LetterSourceDescriptionPK pk) booleanLetterSourceDescriptionFactory.validPK(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.getValuesFromPKs(Collection<LetterSourceDescriptionPK> pks) voidLetterSourceDescriptionFactory.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 -
Uses of LetterSourceDescriptionPK in com.echothree.model.jooq.server.records.letter
Methods in com.echothree.model.jooq.server.records.letter that return LetterSourceDescriptionPKModifier and TypeMethodDescriptionLetterSourceDescriptions.LetterSourceDescription()Getter forlettersourcedescriptions.lttrsrcd_lettersourcedescriptionid.Methods in com.echothree.model.jooq.server.records.letter that return types with arguments of type LetterSourceDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<LetterSourceDescriptionPK> LetterSourceDescriptions.key()Methods in com.echothree.model.jooq.server.records.letter with parameters of type LetterSourceDescriptionPKModifier and TypeMethodDescriptionvoidLetterSourceDescriptions.LetterSourceDescription(LetterSourceDescriptionPK value) Setter forlettersourcedescriptions.lttrsrcd_lettersourcedescriptionid.Constructors in com.echothree.model.jooq.server.records.letter with parameters of type LetterSourceDescriptionPKModifierConstructorDescriptionLetterSourceDescriptions(LetterSourceDescriptionPK LetterSourceDescription, LetterSourcePK LetterSource, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised LetterSourceDescriptions -
Uses of LetterSourceDescriptionPK in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterSourceDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LetterSourceDescriptions, LetterSourceDescriptionPK> LetterSourceDescriptions.LETTER_SOURCE_DESCRIPTIONThe columnlettersourcedescriptions.lttrsrcd_lettersourcedescriptionid.