Uses of Class
com.echothree.model.data.letter.common.pk.LetterContactMechanismPurposePK
Packages that use LetterContactMechanismPurposePK
Package
Description
-
Uses of LetterContactMechanismPurposePK in com.echothree.model.data.letter.server.entity
Methods in com.echothree.model.data.letter.server.entity that return LetterContactMechanismPurposePKModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetail.getLetterContactMechanismPurposePK()
LetterContactMechanismPurpose.getPrimaryKey()
Methods in com.echothree.model.data.letter.server.entity with parameters of type LetterContactMechanismPurposePKModifier and TypeMethodDescriptionvoid
LetterContactMechanismPurposeDetail.setLetterContactMechanismPurposePK
(LetterContactMechanismPurposePK letterContactMechanismPurposePK) -
Uses of LetterContactMechanismPurposePK in com.echothree.model.data.letter.server.factory
Methods in com.echothree.model.data.letter.server.factory that return LetterContactMechanismPurposePKModifier and TypeMethodDescriptionLetterContactMechanismPurposeFactory.getNextPK()
LetterContactMechanismPurposeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LetterContactMechanismPurposeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory that return types with arguments of type LetterContactMechanismPurposePKModifier and TypeMethodDescriptionLetterContactMechanismPurposeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LetterContactMechanismPurposeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LetterContactMechanismPurposeFactory.getPKsFromResultSetAsList
(ResultSet rs) LetterContactMechanismPurposeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.letter.server.factory with parameters of type LetterContactMechanismPurposePKModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetailFactory.create
(LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) LetterContactMechanismPurposeDetailFactory.create
(Session session, LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) LetterContactMechanismPurposeFactory.getEntityFromCache
(Session session, LetterContactMechanismPurposePK pk) LetterContactMechanismPurposeFactory.getEntityFromPK
(EntityPermission entityPermission, LetterContactMechanismPurposePK pk) LetterContactMechanismPurposeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LetterContactMechanismPurposePK pk) LetterContactMechanismPurposeFactory.getValueFromPK
(Session session, LetterContactMechanismPurposePK pk) void
LetterContactMechanismPurposeFactory.remove
(Session session, LetterContactMechanismPurposePK pk) boolean
LetterContactMechanismPurposeFactory.validPK
(Session session, LetterContactMechanismPurposePK pk) Method parameters in com.echothree.model.data.letter.server.factory with type arguments of type LetterContactMechanismPurposePKModifier and TypeMethodDescriptionLetterContactMechanismPurposeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LetterContactMechanismPurposePK> pks) LetterContactMechanismPurposeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LetterContactMechanismPurposePK> pks) LetterContactMechanismPurposeFactory.getValuesFromPKs
(Session session, Collection<LetterContactMechanismPurposePK> pks) void
LetterContactMechanismPurposeFactory.remove
(Session session, Collection<LetterContactMechanismPurposePK> pks) void
LetterContactMechanismPurposeFactory.remove
(Collection<LetterContactMechanismPurposePK> pks) -
Uses of LetterContactMechanismPurposePK in com.echothree.model.data.letter.server.value
Methods in com.echothree.model.data.letter.server.value that return LetterContactMechanismPurposePKModifier and TypeMethodDescriptionLetterContactMechanismPurposeDetailValue.getLetterContactMechanismPurposePK()
LetterContactMechanismPurposeValue.getPrimaryKey()
Methods in com.echothree.model.data.letter.server.value with parameters of type LetterContactMechanismPurposePKModifier and TypeMethodDescriptionvoid
LetterContactMechanismPurposeDetailValue.setLetterContactMechanismPurposePK
(LetterContactMechanismPurposePK letterContactMechanismPurposePK) Constructors in com.echothree.model.data.letter.server.value with parameters of type LetterContactMechanismPurposePKModifierConstructorDescriptionLetterContactMechanismPurposeDetailValue
(LetterContactMechanismPurposeDetailPK letterContactMechanismPurposeDetailPK, LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of LetterContactMechanismPurposeDetailValueLetterContactMechanismPurposeDetailValue
(LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterPK letterPK, Integer priority, ContactMechanismPurposePK contactMechanismPurposePK, Long fromTime, Long thruTime) Creates a new instance of LetterContactMechanismPurposeDetailValueLetterContactMechanismPurposeValue
(LetterContactMechanismPurposePK letterContactMechanismPurposePK, LetterContactMechanismPurposeDetailPK activeDetailPK, LetterContactMechanismPurposeDetailPK lastDetailPK) Creates a new instance of LetterContactMechanismPurposeValue