Uses of Class
com.echothree.model.data.forum.server.value.ForumDescriptionValue
Packages that use ForumDescriptionValue
Package
Description
-
Uses of ForumDescriptionValue in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control that return ForumDescriptionValueModifier and TypeMethodDescriptionForumControl.getForumDescriptionValue
(ForumDescription forumDescription) ForumControl.getForumDescriptionValueForUpdate
(Forum forum, Language language) Methods in com.echothree.model.control.forum.server.control with parameters of type ForumDescriptionValueModifier and TypeMethodDescriptionvoid
ForumControl.updateForumDescriptionFromValue
(ForumDescriptionValue forumDescriptionValue, BasePK updatedBy) -
Uses of ForumDescriptionValue in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumDescriptionValueMethods in com.echothree.model.data.forum.server.entity with parameters of type ForumDescriptionValueModifier and TypeMethodDescriptionvoid
ForumDescription.setForumDescriptionValue
(ForumDescriptionValue value) Constructors in com.echothree.model.data.forum.server.entity with parameters of type ForumDescriptionValueModifierConstructorDescriptionForumDescription
(ForumDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ForumDescription -
Uses of ForumDescriptionValue in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumDescriptionValueModifier and TypeMethodDescriptionForumDescriptionFactory.getValueFromPK
(Session session, ForumDescriptionPK pk) ForumDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumDescriptionValueModifier and TypeMethodDescriptionForumDescriptionFactory.getValuesFromPKs
(Session session, Collection<ForumDescriptionPK> pks) ForumDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumDescriptionValueModifier and TypeMethodDescriptionForumDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ForumDescriptionValue value) ForumDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ForumDescriptionValue value) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumDescriptionValueModifier and TypeMethodDescriptionvoid
ForumDescriptionFactory.create
(Session session, Collection<ForumDescriptionValue> _values) void
ForumDescriptionFactory.create
(Collection<ForumDescriptionValue> _values) -
Uses of ForumDescriptionValue in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumDescriptionValue