Uses of Class
com.echothree.model.data.forum.common.pk.ForumForumThreadPK
Packages that use ForumForumThreadPK
Package
Description
-
Uses of ForumForumThreadPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumForumThreadPK -
Uses of ForumForumThreadPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.getNextPK()
ForumForumThreadFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ForumForumThreadFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ForumForumThreadFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ForumForumThreadFactory.getPKsFromResultSetAsList
(ResultSet rs) ForumForumThreadFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.getEntityFromCache
(Session session, ForumForumThreadPK pk) ForumForumThreadFactory.getEntityFromPK
(EntityPermission entityPermission, ForumForumThreadPK pk) ForumForumThreadFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumForumThreadPK pk) ForumForumThreadFactory.getValueFromPK
(Session session, ForumForumThreadPK pk) void
ForumForumThreadFactory.remove
(Session session, ForumForumThreadPK pk) boolean
ForumForumThreadFactory.validPK
(Session session, ForumForumThreadPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ForumForumThreadPK> pks) ForumForumThreadFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumForumThreadPK> pks) ForumForumThreadFactory.getValuesFromPKs
(Session session, Collection<ForumForumThreadPK> pks) void
ForumForumThreadFactory.remove
(Session session, Collection<ForumForumThreadPK> pks) void
ForumForumThreadFactory.remove
(Collection<ForumForumThreadPK> pks) -
Uses of ForumForumThreadPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumForumThreadPKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumForumThreadPKModifierConstructorDescriptionForumForumThreadValue
(ForumForumThreadPK forumForumPK, ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumForumThreadValue