19 package org.turro.assistant;
27 public static final String
29 FROM_VOTES =
"from-votes",
30 FROM_SUBSCRIPTIONS =
"from-subscription",
31 FROM_STUDENTS =
"from-students",
32 FROM_FORUM =
"from-forum";
34 public static String
all() {
35 return new StringBuffer()
40 .append(FROM_SUBSCRIPTIONS)
42 .append(FROM_STUDENTS)
49 return new StringBuffer()
54 .append(FROM_STUDENTS)
61 return new StringBuffer()
62 .append(FROM_SUBSCRIPTIONS)
64 .append(FROM_STUDENTS)
static String participants()
static final String FROM_COMMENTS
static String subscribers()