Uses of Class
com.echothree.model.data.forum.server.value.ForumGroupValue
Packages that use ForumGroupValue
Package
Description
-
Uses of ForumGroupValue in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumGroupValueMethods in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupValueConstructors in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupValueModifierConstructorDescriptionForumGroup
(ForumGroupValue value, EntityPermission entityPermission) Creates a new instance of ForumGroup -
Uses of ForumGroupValue in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumGroupValueModifier and TypeMethodDescriptionForumGroupFactory.getValueFromPK
(Session session, ForumGroupPK pk) ForumGroupFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumGroupValueModifier and TypeMethodDescriptionForumGroupFactory.getValuesFromPKs
(Session session, Collection<ForumGroupPK> pks) ForumGroupFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumGroupValueModifier and TypeMethodDescriptionForumGroupFactory.getEntityFromValue
(EntityPermission entityPermission, ForumGroupValue value) ForumGroupFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ForumGroupValue value) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumGroupValueModifier and TypeMethodDescriptionvoid
ForumGroupFactory.create
(Session session, Collection<ForumGroupValue> _values) void
ForumGroupFactory.create
(Collection<ForumGroupValue> _values) -
Uses of ForumGroupValue in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumGroupValue