Uses of Class
com.echothree.model.data.forum.server.value.ForumPartyRoleValue
Packages that use ForumPartyRoleValue
Package
Description
-
Uses of ForumPartyRoleValue in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumPartyRoleValueMethods in com.echothree.model.data.forum.server.entity with parameters of type ForumPartyRoleValueModifier and TypeMethodDescriptionvoid
ForumPartyRole.setForumPartyRoleValue
(ForumPartyRoleValue value) Constructors in com.echothree.model.data.forum.server.entity with parameters of type ForumPartyRoleValueModifierConstructorDescriptionForumPartyRole
(ForumPartyRoleValue value, EntityPermission entityPermission) Creates a new instance of ForumPartyRole -
Uses of ForumPartyRoleValue in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumPartyRoleValueModifier and TypeMethodDescriptionForumPartyRoleFactory.getValueFromPK
(Session session, ForumPartyRolePK pk) ForumPartyRoleFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumPartyRoleValueModifier and TypeMethodDescriptionForumPartyRoleFactory.getValuesFromPKs
(Session session, Collection<ForumPartyRolePK> pks) ForumPartyRoleFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumPartyRoleValueModifier and TypeMethodDescriptionForumPartyRoleFactory.getEntityFromValue
(EntityPermission entityPermission, ForumPartyRoleValue value) ForumPartyRoleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ForumPartyRoleValue value) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumPartyRoleValueModifier and TypeMethodDescriptionvoid
ForumPartyRoleFactory.create
(Session session, Collection<ForumPartyRoleValue> _values) void
ForumPartyRoleFactory.create
(Collection<ForumPartyRoleValue> _values) -
Uses of ForumPartyRoleValue in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumPartyRoleValue