Uses of Class
com.echothree.model.data.letter.common.pk.LetterDetailPK
Packages that use LetterDetailPK
Package
Description
-
Uses of LetterDetailPK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterDetailPKModifier and TypeMethodDescriptionLetter.getActiveDetailPK()
Letter.getLastDetailPK()
LetterDetail.getPrimaryKey()
Methods in com.echothree.model.data.letter.server.entity with parameters of type LetterDetailPKModifier and TypeMethodDescriptionvoid
Letter.setActiveDetailPK
(LetterDetailPK activeDetailPK) void
Letter.setLastDetailPK
(LetterDetailPK lastDetailPK) -
Uses of LetterDetailPK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterDetailPKModifier and TypeMethodDescriptionLetterDetailFactory.getNextPK()
LetterDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LetterDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterDetailPKModifier and TypeMethodDescriptionLetterDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LetterDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LetterDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) LetterDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterDetailPKModifier and TypeMethodDescriptionLetterFactory.create
(LetterDetailPK activeDetailPK, LetterDetailPK lastDetailPK) LetterFactory.create
(Session session, LetterDetailPK activeDetailPK, LetterDetailPK lastDetailPK) LetterDetailFactory.getEntityFromCache
(Session session, LetterDetailPK pk) LetterDetailFactory.getEntityFromPK
(EntityPermission entityPermission, LetterDetailPK pk) LetterDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LetterDetailPK pk) LetterDetailFactory.getValueFromPK
(Session session, LetterDetailPK pk) void
LetterDetailFactory.remove
(Session session, LetterDetailPK pk) boolean
LetterDetailFactory.validPK
(Session session, LetterDetailPK pk) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterDetailPKModifier and TypeMethodDescriptionLetterDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LetterDetailPK> pks) LetterDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LetterDetailPK> pks) LetterDetailFactory.getValuesFromPKs
(Session session, Collection<LetterDetailPK> pks) void
LetterDetailFactory.remove
(Session session, Collection<LetterDetailPK> pks) void
LetterDetailFactory.remove
(Collection<LetterDetailPK> pks) -
Uses of LetterDetailPK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterDetailPKModifier and TypeMethodDescriptionLetterValue.getActiveDetailPK()
LetterValue.getLastDetailPK()
LetterDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.letter.server.value with parameters of type LetterDetailPKModifier and TypeMethodDescriptionvoid
LetterValue.setActiveDetailPK
(LetterDetailPK activeDetailPK) void
LetterValue.setLastDetailPK
(LetterDetailPK lastDetailPK) Constructors in com.echothree.model.data.letter.server.value with parameters of type LetterDetailPKModifierConstructorDescriptionLetterDetailValue
(LetterDetailPK letterDetailPK, LetterPK letterPK, ChainTypePK chainTypePK, String letterName, LetterSourcePK letterSourcePK, ContactListPK contactListPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LetterDetailValueLetterValue
(LetterDetailPK activeDetailPK, LetterDetailPK lastDetailPK) Creates a new instance of LetterValueLetterValue
(LetterPK letterPK, LetterDetailPK activeDetailPK, LetterDetailPK lastDetailPK) Creates a new instance of LetterValue