Uses of Class
com.echothree.model.data.forum.server.value.ForumMessageValue
Packages that use ForumMessageValue
Package
Description
-
Uses of ForumMessageValue in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumMessageValueMethods in com.echothree.model.data.forum.server.entity with parameters of type ForumMessageValueModifier and TypeMethodDescriptionvoid
ForumMessage.setForumMessageValue
(ForumMessageValue value) Constructors in com.echothree.model.data.forum.server.entity with parameters of type ForumMessageValueModifierConstructorDescriptionForumMessage
(ForumMessageValue value, EntityPermission entityPermission) Creates a new instance of ForumMessage -
Uses of ForumMessageValue in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumMessageValueModifier and TypeMethodDescriptionForumMessageFactory.getValueFromPK
(Session session, ForumMessagePK pk) ForumMessageFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumMessageValueModifier and TypeMethodDescriptionForumMessageFactory.getValuesFromPKs
(Session session, Collection<ForumMessagePK> pks) ForumMessageFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumMessageValueModifier and TypeMethodDescriptionForumMessageFactory.getEntityFromValue
(EntityPermission entityPermission, ForumMessageValue value) ForumMessageFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ForumMessageValue value) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumMessageValueModifier and TypeMethodDescriptionvoid
ForumMessageFactory.create
(Session session, Collection<ForumMessageValue> _values) void
ForumMessageFactory.create
(Collection<ForumMessageValue> _values) -
Uses of ForumMessageValue in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumMessageValue