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 -
Uses of LetterDescriptionPK in com.echothree.model.jooq.server.records.letter
Methods in com.echothree.model.jooq.server.records.letter that return LetterDescriptionPKModifier and TypeMethodDescriptionLetterDescriptions.LetterDescription()Getter forletterdescriptions.lttrd_letterdescriptionid.Methods in com.echothree.model.jooq.server.records.letter that return types with arguments of type LetterDescriptionPKMethods in com.echothree.model.jooq.server.records.letter with parameters of type LetterDescriptionPKModifier and TypeMethodDescriptionvoidLetterDescriptions.LetterDescription(LetterDescriptionPK value) Setter forletterdescriptions.lttrd_letterdescriptionid.Constructors in com.echothree.model.jooq.server.records.letter with parameters of type LetterDescriptionPKModifierConstructorDescriptionLetterDescriptions(LetterDescriptionPK LetterDescription, LetterPK Letter, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised LetterDescriptions -
Uses of LetterDescriptionPK in com.echothree.model.jooq.server.tables.letter
Fields in com.echothree.model.jooq.server.tables.letter with type parameters of type LetterDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LetterDescriptions, LetterDescriptionPK> LetterDescriptions.LETTER_DESCRIPTIONThe columnletterdescriptions.lttrd_letterdescriptionid.