Uses of Class
com.echothree.model.data.forum.server.entity.ForumForumThread
Packages that use ForumForumThread
Package
Description
-
Uses of ForumForumThread in com.echothree.control.user.forum.server.command
Methods in com.echothree.control.user.forum.server.command that return ForumForumThreadModifier and TypeMethodDescriptionEditForumForumThreadCommand.getEntity(EditForumForumThreadResult result) Methods in com.echothree.control.user.forum.server.command with parameters of type ForumForumThreadModifier and TypeMethodDescriptionvoidEditForumForumThreadCommand.doLock(ForumForumThreadEdit edit, ForumForumThread forumForumThread) voidEditForumForumThreadCommand.doUpdate(ForumForumThread forumForumThread) voidEditForumForumThreadCommand.fillInResult(EditForumForumThreadResult result, ForumForumThread forumForumThread) EditForumForumThreadCommand.getLockEntity(ForumForumThread forumForumThread) -
Uses of ForumForumThread in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control that return ForumForumThreadModifier and TypeMethodDescriptionForumControl.createForumForumThread(Forum forum, ForumThread forumThread, Boolean isDefault, Integer sortOrder, BasePK createdBy) ForumControl.getDefaultForumForumThread(ForumThread forumThread) ForumControl.getDefaultForumForumThreadForUpdate(ForumThread forumThread) ForumControl.getForumForumThread(Forum forum, ForumThread forumThread) ForumControl.getForumForumThreadForUpdate(Forum forum, ForumThread forumThread) Methods in com.echothree.model.control.forum.server.control that return types with arguments of type ForumForumThreadModifier and TypeMethodDescriptionForumControl.getForumForumThreadsByForum(Forum forum) ForumControl.getForumForumThreadsByForumForUpdate(Forum forum) ForumControl.getForumForumThreadsByForumThread(ForumThread forumThread) ForumControl.getForumForumThreadsByForumThreadForUpdate(ForumThread forumThread) Methods in com.echothree.model.control.forum.server.control with parameters of type ForumForumThreadModifier and TypeMethodDescriptionvoidForumControl.deleteForumForumThread(ForumForumThread forumForumThread, BasePK deletedBy) ForumControl.getForumForumThreadTransfer(UserVisit userVisit, ForumForumThread forumForumThread) ForumControl.getForumForumThreadValue(ForumForumThread forumForumThread) Method parameters in com.echothree.model.control.forum.server.control with type arguments of type ForumForumThreadModifier and TypeMethodDescriptionvoidForumControl.deleteForumForumThreads(List<ForumForumThread> forumForumThreads, BasePK deletedBy) ForumControl.getForumForumThreadTransfers(UserVisit userVisit, Collection<ForumForumThread> forumForumThreads) -
Uses of ForumForumThread in com.echothree.model.control.forum.server.transfer
Methods in com.echothree.model.control.forum.server.transfer with parameters of type ForumForumThreadModifier and TypeMethodDescriptionForumForumThreadTransferCache.getForumForumThreadTransfer(UserVisit userVisit, ForumForumThread forumForumThread) -
Uses of ForumForumThread in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumForumThreadModifier and TypeMethodDescriptionForumForumThreadFactory.create(ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumForumThreadFactory.create(Forum forum, ForumThread forumThread, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumForumThreadFactory.getEntityFromCache(ForumForumThreadPK pk) ForumForumThreadFactory.getEntityFromPK(EntityPermission entityPermission, ForumForumThreadPK pk) ForumForumThreadFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ForumForumThreadFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ForumForumThreadFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ForumForumThreadFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ForumForumThreadFactory.getEntityFromValue(EntityPermission entityPermission, ForumForumThreadValue value) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumForumThreadModifier and TypeMethodDescriptionForumForumThreadFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumForumThreadPK> pks) ForumForumThreadFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ForumForumThreadFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ForumForumThreadFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ForumForumThreadFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumForumThreadModifier and TypeMethodDescriptionvoidForumForumThreadFactory.remove(ForumForumThread entity) voidForumForumThreadFactory.store(ForumForumThread entity) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumForumThreadModifier and TypeMethodDescriptionvoidForumForumThreadFactory.store(Collection<ForumForumThread> entities)