Uses of Class
com.echothree.model.data.comment.server.value.CommentBlobValue
Packages that use CommentBlobValue
Package
Description
-
Uses of CommentBlobValue in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control that return CommentBlobValueModifier and TypeMethodDescriptionCommentControl.getCommentBlobValue
(CommentBlob commentBlob) CommentControl.getCommentBlobValueForUpdate
(Comment comment) Methods in com.echothree.model.control.comment.server.control with parameters of type CommentBlobValueModifier and TypeMethodDescriptionvoid
CommentControl.updateCommentBlobFromValue
(CommentBlobValue commentBlobValue, BasePK updatedBy) -
Uses of CommentBlobValue in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentBlobValueMethods in com.echothree.model.data.comment.server.entity with parameters of type CommentBlobValueConstructors in com.echothree.model.data.comment.server.entity with parameters of type CommentBlobValueModifierConstructorDescriptionCommentBlob
(CommentBlobValue value, EntityPermission entityPermission) Creates a new instance of CommentBlob -
Uses of CommentBlobValue in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentBlobValueModifier and TypeMethodDescriptionCommentBlobFactory.getValueFromPK
(Session session, CommentBlobPK pk) CommentBlobFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentBlobValueModifier and TypeMethodDescriptionCommentBlobFactory.getValuesFromPKs
(Session session, Collection<CommentBlobPK> pks) CommentBlobFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentBlobValueModifier and TypeMethodDescriptionCommentBlobFactory.getEntityFromValue
(EntityPermission entityPermission, CommentBlobValue value) CommentBlobFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CommentBlobValue value) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentBlobValueModifier and TypeMethodDescriptionvoid
CommentBlobFactory.create
(Session session, Collection<CommentBlobValue> _values) void
CommentBlobFactory.create
(Collection<CommentBlobValue> _values) -
Uses of CommentBlobValue in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentBlobValue