Uses of Class
com.echothree.model.data.forum.common.pk.ForumMessageAttachmentDescriptionPK
Packages that use ForumMessageAttachmentDescriptionPK
Package
Description
-
Uses of ForumMessageAttachmentDescriptionPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumMessageAttachmentDescriptionPK -
Uses of ForumMessageAttachmentDescriptionPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumMessageAttachmentDescriptionPKModifier and TypeMethodDescriptionForumMessageAttachmentDescriptionFactory.getNextPK()
ForumMessageAttachmentDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ForumMessageAttachmentDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumMessageAttachmentDescriptionPKModifier and TypeMethodDescriptionForumMessageAttachmentDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ForumMessageAttachmentDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ForumMessageAttachmentDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ForumMessageAttachmentDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumMessageAttachmentDescriptionPKModifier and TypeMethodDescriptionForumMessageAttachmentDescriptionFactory.getEntityFromCache
(Session session, ForumMessageAttachmentDescriptionPK pk) ForumMessageAttachmentDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ForumMessageAttachmentDescriptionPK pk) ForumMessageAttachmentDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumMessageAttachmentDescriptionPK pk) ForumMessageAttachmentDescriptionFactory.getValueFromPK
(Session session, ForumMessageAttachmentDescriptionPK pk) void
ForumMessageAttachmentDescriptionFactory.remove
(Session session, ForumMessageAttachmentDescriptionPK pk) boolean
ForumMessageAttachmentDescriptionFactory.validPK
(Session session, ForumMessageAttachmentDescriptionPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumMessageAttachmentDescriptionPKModifier and TypeMethodDescriptionForumMessageAttachmentDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ForumMessageAttachmentDescriptionPK> pks) ForumMessageAttachmentDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumMessageAttachmentDescriptionPK> pks) ForumMessageAttachmentDescriptionFactory.getValuesFromPKs
(Session session, Collection<ForumMessageAttachmentDescriptionPK> pks) void
ForumMessageAttachmentDescriptionFactory.remove
(Session session, Collection<ForumMessageAttachmentDescriptionPK> pks) void
ForumMessageAttachmentDescriptionFactory.remove
(Collection<ForumMessageAttachmentDescriptionPK> pks) -
Uses of ForumMessageAttachmentDescriptionPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumMessageAttachmentDescriptionPKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumMessageAttachmentDescriptionPKModifierConstructorDescriptionForumMessageAttachmentDescriptionValue
(ForumMessageAttachmentDescriptionPK forumMessageAttachmentDescriptionPK, ForumMessageAttachmentPK forumMessageAttachmentPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ForumMessageAttachmentDescriptionValue