Uses of Class
com.echothree.model.data.comment.server.value.CommentDetailValue
Packages that use CommentDetailValue
Package
Description
-
Uses of CommentDetailValue in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control that return CommentDetailValueModifier and TypeMethodDescriptionCommentControl.getCommentDetailValue
(CommentDetail commentDetail) CommentControl.getCommentDetailValueByNameForUpdate
(String commentName) CommentControl.getCommentDetailValueForUpdate
(Comment comment) Methods in com.echothree.model.control.comment.server.control with parameters of type CommentDetailValueModifier and TypeMethodDescriptionvoid
CommentControl.updateCommentFromValue
(CommentDetailValue commentDetailValue, BasePK updatedBy) -
Uses of CommentDetailValue in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentDetailValueMethods in com.echothree.model.data.comment.server.entity with parameters of type CommentDetailValueModifier and TypeMethodDescriptionvoid
CommentDetail.setCommentDetailValue
(CommentDetailValue value) Constructors in com.echothree.model.data.comment.server.entity with parameters of type CommentDetailValueModifierConstructorDescriptionCommentDetail
(CommentDetailValue value, EntityPermission entityPermission) Creates a new instance of CommentDetail -
Uses of CommentDetailValue in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentDetailValueModifier and TypeMethodDescriptionCommentDetailFactory.getValueFromPK
(Session session, CommentDetailPK pk) CommentDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentDetailValueModifier and TypeMethodDescriptionCommentDetailFactory.getValuesFromPKs
(Session session, Collection<CommentDetailPK> pks) CommentDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentDetailValueModifier and TypeMethodDescriptionCommentDetailFactory.getEntityFromValue
(EntityPermission entityPermission, CommentDetailValue value) CommentDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CommentDetailValue value) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentDetailValueModifier and TypeMethodDescriptionvoid
CommentDetailFactory.create
(Session session, Collection<CommentDetailValue> _values) void
CommentDetailFactory.create
(Collection<CommentDetailValue> _values) -
Uses of CommentDetailValue in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentDetailValue