Uses of Class
com.echothree.model.data.forum.server.value.ForumThreadValue
Packages that use ForumThreadValue
Package
Description
-
Uses of ForumThreadValue in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumThreadValueMethods in com.echothree.model.data.forum.server.entity with parameters of type ForumThreadValueConstructors in com.echothree.model.data.forum.server.entity with parameters of type ForumThreadValueModifierConstructorDescriptionForumThread
(ForumThreadValue value, EntityPermission entityPermission) Creates a new instance of ForumThread -
Uses of ForumThreadValue in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumThreadValueModifier and TypeMethodDescriptionForumThreadFactory.getValueFromPK
(Session session, ForumThreadPK pk) ForumThreadFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumThreadValueModifier and TypeMethodDescriptionForumThreadFactory.getValuesFromPKs
(Session session, Collection<ForumThreadPK> pks) ForumThreadFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumThreadValueModifier and TypeMethodDescriptionForumThreadFactory.getEntityFromValue
(EntityPermission entityPermission, ForumThreadValue value) ForumThreadFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ForumThreadValue value) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumThreadValueModifier and TypeMethodDescriptionvoid
ForumThreadFactory.create
(Session session, Collection<ForumThreadValue> _values) void
ForumThreadFactory.create
(Collection<ForumThreadValue> _values) -
Uses of ForumThreadValue in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumThreadValue