Uses of Class
com.echothree.model.data.forum.server.value.ForumGroupDescriptionValue
Packages that use ForumGroupDescriptionValue
Package
Description
-
Uses of ForumGroupDescriptionValue in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control that return ForumGroupDescriptionValueModifier and TypeMethodDescriptionForumControl.getForumGroupDescriptionValue(ForumGroupDescription forumGroupDescription) ForumControl.getForumGroupDescriptionValueForUpdate(ForumGroup forumGroup, Language language) Methods in com.echothree.model.control.forum.server.control with parameters of type ForumGroupDescriptionValueModifier and TypeMethodDescriptionvoidForumControl.updateForumGroupDescriptionFromValue(ForumGroupDescriptionValue forumGroupDescriptionValue, BasePK updatedBy) -
Uses of ForumGroupDescriptionValue in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumGroupDescriptionValueMethods in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupDescriptionValueModifier and TypeMethodDescriptionvoidForumGroupDescription.setForumGroupDescriptionValue(ForumGroupDescriptionValue value) Constructors in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupDescriptionValueModifierConstructorDescriptionForumGroupDescription(ForumGroupDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ForumGroupDescription -
Uses of ForumGroupDescriptionValue in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumGroupDescriptionValueModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getValueFromPK(Session session, ForumGroupDescriptionPK pk) ForumGroupDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumGroupDescriptionValueModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getValuesFromPKs(Session session, Collection<ForumGroupDescriptionPK> pks) ForumGroupDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumGroupDescriptionValueModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ForumGroupDescriptionValue value) ForumGroupDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ForumGroupDescriptionValue value) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumGroupDescriptionValueModifier and TypeMethodDescriptionvoidForumGroupDescriptionFactory.create(Session session, Collection<ForumGroupDescriptionValue> _values) voidForumGroupDescriptionFactory.create(Collection<ForumGroupDescriptionValue> _values) -
Uses of ForumGroupDescriptionValue in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumGroupDescriptionValue