Uses of Class
com.echothree.model.data.forum.server.entity.ForumThread
Packages that use ForumThread
Package
Description
-
Uses of ForumThread in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control that return ForumThreadModifier and TypeMethodDescriptionForumControl.createForumThread(Forum forum, Icon icon, Long postedTime, Integer sortOrder, BasePK createdBy) ForumControl.createForumThread(String forumThreadName, Icon icon, Long postedTime, Integer sortOrder, BasePK createdBy) ForumControl.getForumThreadByEntityInstance(EntityInstance entityInstance) Assume that the entityInstance passed to this function is a ECHO_THREE.ForumThreadForumControl.getForumThreadByName(String forumThreadName) ForumControl.getForumThreadByNameForUpdate(String forumThreadName) Methods in com.echothree.model.control.forum.server.control that return types with arguments of type ForumThreadModifier and TypeMethodDescriptionForumControl.getForumThreadsByForum(Forum forum, boolean includeFutureForumThreads) ForumControl.getForumThreadsByForumForUpdate(Forum forum, boolean includeFutureForumThreads) Methods in com.echothree.model.control.forum.server.control with parameters of type ForumThreadModifier and TypeMethodDescriptionlongForumControl.countForumMessagesByForumThread(ForumThread forumThread) ForumControl.createForumForumThread(Forum forum, ForumThread forumThread, Boolean isDefault, Integer sortOrder, BasePK createdBy) ForumControl.createForumMessage(ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, BasePK createdBy) ForumControl.createForumMessage(String forumMessageName, ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, BasePK createdBy) voidForumControl.deleteForumForumThreadsByForumThread(ForumThread forumThread, BasePK deletedBy) voidForumControl.deleteForumMessagesByForumThread(ForumThread forumThread, BasePK deletedBy) voidForumControl.deleteForumThread(ForumThread forumThread, BasePK deletedBy) ForumControl.getDefaultForumForumThread(ForumThread forumThread) ForumControl.getDefaultForumForumThreadForUpdate(ForumThread forumThread) ForumControl.getDefaultForumForumThreadValueForUpdate(ForumThread forumThread) ForumControl.getForumForumThread(Forum forum, ForumThread forumThread) ForumControl.getForumForumThreadForUpdate(Forum forum, ForumThread forumThread) ForumControl.getForumForumThreadsByForumThread(ForumThread forumThread) ForumControl.getForumForumThreadsByForumThreadForUpdate(ForumThread forumThread) ForumControl.getForumForumThreadTransfersByForumThread(UserVisit userVisit, ForumThread forumThread) ForumControl.getForumForumThreadValueForUpdate(Forum forum, ForumThread forumThread) ForumControl.getForumMessagesByForumThread(ForumThread forumThread) ForumControl.getForumMessagesByForumThreadForUpdate(ForumThread forumThread) ForumControl.getForumMessageTransfersByForumThread(UserVisit userVisit, ForumThread forumThread) ForumControl.getForumThreadDetailValueForUpdate(ForumThread forumThread) ForumControl.getForumThreadTransfer(UserVisit userVisit, ForumThread forumThread) voidForumControl.touchForumsByForumThread(ForumThread forumThread, BasePK relatedPK, EventTypes relatedEventType, BasePK touchedBy) Method parameters in com.echothree.model.control.forum.server.control with type arguments of type ForumThreadModifier and TypeMethodDescriptionvoidForumControl.deleteForumThreads(List<ForumThread> forumThreads, BasePK deletedBy) ForumControl.getForumThreadTransfers(UserVisit userVisit, Collection<ForumThread> forumThreads) -
Uses of ForumThread in com.echothree.model.control.forum.server.logic
Methods in com.echothree.model.control.forum.server.logic with parameters of type ForumThreadModifier and TypeMethodDescriptionbooleanForumLogic.isForumRoleTypePermitted(ExecutionErrorAccumulator eea, ForumThread forumThread, Party party, ForumRoleType forumRoleType) booleanForumLogic.isForumRoleTypePermitted(ExecutionErrorAccumulator eea, ForumThread forumThread, Party party, String forumRoleTypeName) -
Uses of ForumThread in com.echothree.model.control.forum.server.transfer
Methods in com.echothree.model.control.forum.server.transfer with parameters of type ForumThreadModifier and TypeMethodDescriptionForumThreadTransferCache.getForumThreadTransfer(UserVisit userVisit, ForumThread forumThread) -
Uses of ForumThread in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumThreadModifier and TypeMethodDescriptionForumForumThread.getForumThread()ForumForumThread.getForumThread(EntityPermission entityPermission) ForumMessageDetail.getForumThread()ForumMessageDetail.getForumThread(EntityPermission entityPermission) ForumThreadDetail.getForumThread()ForumThreadDetail.getForumThread(EntityPermission entityPermission) ForumForumThread.getForumThreadForUpdate()ForumMessageDetail.getForumThreadForUpdate()ForumThreadDetail.getForumThreadForUpdate()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumThreadModifier and TypeMethodDescriptionvoidForumForumThread.setForumThread(ForumThread entity) voidForumMessageDetail.setForumThread(ForumThread entity) voidForumThreadDetail.setForumThread(ForumThread entity) -
Uses of ForumThread in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumThreadModifier and TypeMethodDescriptionForumThreadFactory.create()ForumThreadFactory.create(ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) ForumThreadFactory.create(ForumThreadDetail activeDetail, ForumThreadDetail lastDetail) ForumThreadFactory.getEntityFromCache(ForumThreadPK pk) ForumThreadFactory.getEntityFromPK(EntityPermission entityPermission, ForumThreadPK pk) ForumThreadFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ForumThreadFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ForumThreadFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ForumThreadFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ForumThreadFactory.getEntityFromValue(EntityPermission entityPermission, ForumThreadValue value) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumThreadModifier and TypeMethodDescriptionForumThreadFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumThreadPK> pks) ForumThreadFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ForumThreadFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ForumThreadFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ForumThreadFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumThreadModifier and TypeMethodDescriptionForumForumThreadFactory.create(Forum forum, ForumThread forumThread, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumMessageDetailFactory.create(ForumMessage forumMessage, String forumMessageName, ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, Long fromTime, Long thruTime) ForumThreadDetailFactory.create(ForumThread forumThread, String forumThreadName, Icon icon, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) voidForumThreadFactory.remove(ForumThread entity) voidForumThreadFactory.store(ForumThread entity) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumThreadModifier and TypeMethodDescriptionvoidForumThreadFactory.store(Collection<ForumThread> entities)