Uses of Class
com.echothree.model.data.forum.server.value.ForumGroupDetailValue
Packages that use ForumGroupDetailValue
Package
Description
-
Uses of ForumGroupDetailValue in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control that return ForumGroupDetailValueModifier and TypeMethodDescriptionForumControl.getForumGroupDetailValueByNameForUpdate
(String forumGroupName) ForumControl.getForumGroupDetailValueForUpdate
(ForumGroup forumGroup) Methods in com.echothree.model.control.forum.server.control with parameters of type ForumGroupDetailValueModifier and TypeMethodDescriptionvoid
ForumControl.updateForumGroupFromValue
(ForumGroupDetailValue forumGroupDetailValue, BasePK updatedBy) -
Uses of ForumGroupDetailValue in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumGroupDetailValueMethods in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupDetailValueModifier and TypeMethodDescriptionvoid
ForumGroupDetail.setForumGroupDetailValue
(ForumGroupDetailValue value) Constructors in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupDetailValueModifierConstructorDescriptionForumGroupDetail
(ForumGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of ForumGroupDetail -
Uses of ForumGroupDetailValue in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumGroupDetailValueModifier and TypeMethodDescriptionForumGroupDetailFactory.getValueFromPK
(Session session, ForumGroupDetailPK pk) ForumGroupDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumGroupDetailValueModifier and TypeMethodDescriptionForumGroupDetailFactory.getValuesFromPKs
(Session session, Collection<ForumGroupDetailPK> pks) ForumGroupDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumGroupDetailValueModifier and TypeMethodDescriptionForumGroupDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ForumGroupDetailValue value) ForumGroupDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ForumGroupDetailValue value) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumGroupDetailValueModifier and TypeMethodDescriptionvoid
ForumGroupDetailFactory.create
(Session session, Collection<ForumGroupDetailValue> _values) void
ForumGroupDetailFactory.create
(Collection<ForumGroupDetailValue> _values) -
Uses of ForumGroupDetailValue in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumGroupDetailValue