Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/domain
In directory
james.mmbase.org:/tmp/cvs-serv8944/community/src/java/com/finalist/cmsc/services/community/domain
Modified Files:
GroupForShowVO.java
Log Message:
CMSC-1284(Add a judge, if the amount of the users in one group is large than
10, just show the first 10 users, otherwise show all the users.)
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/domain
See also: http://www.mmbase.org/jira/browse/CMSC-1284
Index: GroupForShowVO.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/domain/GroupForShowVO.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- GroupForShowVO.java 23 Sep 2008 07:12:57 -0000 1.3
+++ GroupForShowVO.java 11 Feb 2009 09:52:09 -0000 1.4
@@ -3,6 +3,7 @@
public class GroupForShowVO {
private String groupName;
private String users;
+ private int userAmount;
private String groupId;
public String getGroupId() {
@@ -28,4 +29,12 @@
public void setUsers(String users) {
this.users = users;
}
+
+ public int getUserAmount() {
+ return userAmount;
+ }
+
+ public void setUserAmount(int userAmount) {
+ this.userAmount = userAmount;
+ }
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs