Uses of Class
com.echothree.model.data.forum.server.value.ForumMessageRoleValue
Packages that use ForumMessageRoleValue
Package
Description
-
Uses of ForumMessageRoleValue in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumMessageRoleValueMethods in com.echothree.model.data.forum.server.entity with parameters of type ForumMessageRoleValueModifier and TypeMethodDescriptionvoid
ForumMessageRole.setForumMessageRoleValue
(ForumMessageRoleValue value) Constructors in com.echothree.model.data.forum.server.entity with parameters of type ForumMessageRoleValueModifierConstructorDescriptionForumMessageRole
(ForumMessageRoleValue value, EntityPermission entityPermission) Creates a new instance of ForumMessageRole -
Uses of ForumMessageRoleValue in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumMessageRoleValueModifier and TypeMethodDescriptionForumMessageRoleFactory.getValueFromPK
(Session session, ForumMessageRolePK pk) ForumMessageRoleFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumMessageRoleValueModifier and TypeMethodDescriptionForumMessageRoleFactory.getValuesFromPKs
(Session session, Collection<ForumMessageRolePK> pks) ForumMessageRoleFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumMessageRoleValueModifier and TypeMethodDescriptionForumMessageRoleFactory.getEntityFromValue
(EntityPermission entityPermission, ForumMessageRoleValue value) ForumMessageRoleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ForumMessageRoleValue value) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumMessageRoleValueModifier and TypeMethodDescriptionvoid
ForumMessageRoleFactory.create
(Session session, Collection<ForumMessageRoleValue> _values) void
ForumMessageRoleFactory.create
(Collection<ForumMessageRoleValue> _values) -
Uses of ForumMessageRoleValue in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumMessageRoleValue