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 TypeMethodDescriptionvoid
EditForumForumThreadCommand.doLock
(ForumForumThreadEdit edit, ForumForumThread forumForumThread) void
EditForumForumThreadCommand.doUpdate
(ForumForumThread forumForumThread) void
EditForumForumThreadCommand.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 TypeMethodDescriptionvoid
ForumControl.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 TypeMethodDescriptionvoid
ForumControl.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
(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.create
(Session session, ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumForumThreadFactory.create
(Session session, Forum forum, ForumThread forumThread, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumForumThreadFactory.getEntityFromCache
(Session session, ForumForumThreadPK pk) ForumForumThreadFactory.getEntityFromPK
(EntityPermission entityPermission, ForumForumThreadPK pk) ForumForumThreadFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumForumThreadPK pk) ForumForumThreadFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ForumForumThreadFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ForumForumThreadFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ForumForumThreadFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ForumForumThreadFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ForumForumThreadFactory.getEntityFromValue
(EntityPermission entityPermission, ForumForumThreadValue value) ForumForumThreadFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumForumThreadPK> pks) ForumForumThreadFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ForumForumThreadFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ForumForumThreadFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ForumForumThreadFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ForumForumThreadFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumForumThreadModifier and TypeMethodDescriptionvoid
ForumForumThreadFactory.remove
(Session session, ForumForumThread entity) void
ForumForumThreadFactory.store
(Session session, ForumForumThread entity) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumForumThreadModifier and TypeMethodDescriptionvoid
ForumForumThreadFactory.store
(Session session, Collection<ForumForumThread> entities) void
ForumForumThreadFactory.store
(Collection<ForumForumThread> entities)