Uses of Class
com.echothree.model.data.comment.server.value.CommentUsageValue
Packages that use CommentUsageValue
Package
Description
-
Uses of CommentUsageValue in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentUsageValueMethods in com.echothree.model.data.comment.server.entity with parameters of type CommentUsageValueModifier and TypeMethodDescriptionvoidCommentUsage.setCommentUsageValue(CommentUsageValue value) Constructors in com.echothree.model.data.comment.server.entity with parameters of type CommentUsageValueModifierConstructorDescriptionCommentUsage(CommentUsageValue value, EntityPermission entityPermission) Creates a new instance of CommentUsage -
Uses of CommentUsageValue in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentUsageValueModifier and TypeMethodDescriptionCommentUsageFactory.getValueFromPK(Session session, CommentUsagePK pk) CommentUsageFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentUsageValueModifier and TypeMethodDescriptionCommentUsageFactory.getValuesFromPKs(Session session, Collection<CommentUsagePK> pks) CommentUsageFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentUsageValueModifier and TypeMethodDescriptionCommentUsageFactory.getEntityFromValue(EntityPermission entityPermission, CommentUsageValue value) CommentUsageFactory.getEntityFromValue(Session session, EntityPermission entityPermission, CommentUsageValue value) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentUsageValueModifier and TypeMethodDescriptionvoidCommentUsageFactory.create(Session session, Collection<CommentUsageValue> _values) voidCommentUsageFactory.create(Collection<CommentUsageValue> _values) -
Uses of CommentUsageValue in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentUsageValue