Uses of Class
com.echothree.model.data.forum.common.pk.ForumThreadPK
Packages that use ForumThreadPK
Package
Description
-
Uses of ForumThreadPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumThreadPKModifier and TypeMethodDescriptionForumForumThread.getForumThreadPK()
ForumMessageDetail.getForumThreadPK()
ForumThreadDetail.getForumThreadPK()
ForumThread.getPrimaryKey()
Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumThreadPKModifier and TypeMethodDescriptionvoid
ForumForumThread.setForumThreadPK
(ForumThreadPK forumThreadPK) void
ForumMessageDetail.setForumThreadPK
(ForumThreadPK forumThreadPK) void
ForumThreadDetail.setForumThreadPK
(ForumThreadPK forumThreadPK) -
Uses of ForumThreadPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumThreadPKModifier and TypeMethodDescriptionForumThreadFactory.getNextPK()
ForumThreadFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ForumThreadFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumThreadPKModifier and TypeMethodDescriptionForumThreadFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ForumThreadFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ForumThreadFactory.getPKsFromResultSetAsList
(ResultSet rs) ForumThreadFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.create
(ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumForumThreadFactory.create
(Session session, ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumMessageDetailFactory.create
(ForumMessagePK forumMessagePK, String forumMessageName, ForumThreadPK forumThreadPK, ForumMessageTypePK forumMessageTypePK, ForumMessagePK parentForumMessagePK, IconPK iconPK, Long postedTime, Long fromTime, Long thruTime) ForumMessageDetailFactory.create
(Session session, ForumMessagePK forumMessagePK, String forumMessageName, ForumThreadPK forumThreadPK, ForumMessageTypePK forumMessageTypePK, ForumMessagePK parentForumMessagePK, IconPK iconPK, Long postedTime, Long fromTime, Long thruTime) ForumThreadDetailFactory.create
(ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) ForumThreadDetailFactory.create
(Session session, ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) ForumThreadFactory.getEntityFromCache
(Session session, ForumThreadPK pk) ForumThreadFactory.getEntityFromPK
(EntityPermission entityPermission, ForumThreadPK pk) ForumThreadFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumThreadPK pk) ForumThreadFactory.getValueFromPK
(Session session, ForumThreadPK pk) void
ForumThreadFactory.remove
(Session session, ForumThreadPK pk) boolean
ForumThreadFactory.validPK
(Session session, ForumThreadPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumThreadPKModifier and TypeMethodDescriptionForumThreadFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ForumThreadPK> pks) ForumThreadFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumThreadPK> pks) ForumThreadFactory.getValuesFromPKs
(Session session, Collection<ForumThreadPK> pks) void
ForumThreadFactory.remove
(Session session, Collection<ForumThreadPK> pks) void
ForumThreadFactory.remove
(Collection<ForumThreadPK> pks) -
Uses of ForumThreadPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumThreadPKModifier and TypeMethodDescriptionForumForumThreadValue.getForumThreadPK()
ForumMessageDetailValue.getForumThreadPK()
ForumThreadDetailValue.getForumThreadPK()
ForumThreadValue.getPrimaryKey()
Methods in com.echothree.model.data.forum.server.value with parameters of type ForumThreadPKModifier and TypeMethodDescriptionvoid
ForumForumThreadValue.setForumThreadPK
(ForumThreadPK forumThreadPK) void
ForumMessageDetailValue.setForumThreadPK
(ForumThreadPK forumThreadPK) void
ForumThreadDetailValue.setForumThreadPK
(ForumThreadPK forumThreadPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumThreadPKModifierConstructorDescriptionForumForumThreadValue
(ForumForumThreadPK forumForumPK, ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumForumThreadValueForumForumThreadValue
(ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumForumThreadValueForumMessageDetailValue
(ForumMessageDetailPK forumMessageDetailPK, ForumMessagePK forumMessagePK, String forumMessageName, ForumThreadPK forumThreadPK, ForumMessageTypePK forumMessageTypePK, ForumMessagePK parentForumMessagePK, IconPK iconPK, Long postedTime, Long fromTime, Long thruTime) Creates a new instance of ForumMessageDetailValueForumMessageDetailValue
(ForumMessagePK forumMessagePK, String forumMessageName, ForumThreadPK forumThreadPK, ForumMessageTypePK forumMessageTypePK, ForumMessagePK parentForumMessagePK, IconPK iconPK, Long postedTime, Long fromTime, Long thruTime) Creates a new instance of ForumMessageDetailValueForumThreadDetailValue
(ForumThreadDetailPK forumThreadDetailPK, ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumThreadDetailValueForumThreadDetailValue
(ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumThreadDetailValueForumThreadValue
(ForumThreadPK forumThreadPK, ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) Creates a new instance of ForumThreadValue