Uses of Class
com.echothree.model.data.forum.common.pk.ForumThreadDetailPK
Packages that use ForumThreadDetailPK
Package
Description
-
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThread.getActiveDetailPK()
ForumThread.getLastDetailPK()
ForumThreadDetail.getPrimaryKey()
Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionvoid
ForumThread.setActiveDetailPK
(ForumThreadDetailPK activeDetailPK) void
ForumThread.setLastDetailPK
(ForumThreadDetailPK lastDetailPK) -
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getNextPK()
ForumThreadDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ForumThreadDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadFactory.create
(ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) ForumThreadFactory.create
(Session session, ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) ForumThreadDetailFactory.getEntityFromCache
(Session session, ForumThreadDetailPK pk) ForumThreadDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ForumThreadDetailPK pk) ForumThreadDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumThreadDetailPK pk) ForumThreadDetailFactory.getValueFromPK
(Session session, ForumThreadDetailPK pk) void
ForumThreadDetailFactory.remove
(Session session, ForumThreadDetailPK pk) boolean
ForumThreadDetailFactory.validPK
(Session session, ForumThreadDetailPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ForumThreadDetailPK> pks) ForumThreadDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumThreadDetailPK> pks) ForumThreadDetailFactory.getValuesFromPKs
(Session session, Collection<ForumThreadDetailPK> pks) void
ForumThreadDetailFactory.remove
(Session session, Collection<ForumThreadDetailPK> pks) void
ForumThreadDetailFactory.remove
(Collection<ForumThreadDetailPK> pks) -
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadValue.getActiveDetailPK()
ForumThreadValue.getLastDetailPK()
ForumThreadDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.forum.server.value with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionvoid
ForumThreadValue.setActiveDetailPK
(ForumThreadDetailPK activeDetailPK) void
ForumThreadValue.setLastDetailPK
(ForumThreadDetailPK lastDetailPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumThreadDetailPKModifierConstructorDescriptionForumThreadDetailValue
(ForumThreadDetailPK forumThreadDetailPK, ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumThreadDetailValueForumThreadValue
(ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) Creates a new instance of ForumThreadValueForumThreadValue
(ForumThreadPK forumThreadPK, ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) Creates a new instance of ForumThreadValue