Update of 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/domain
In directory 
james.mmbase.org:/tmp/cvs-serv15371/src/java/com/finalist/cmsc/services/community/domain

Modified Files:
      Tag: b1_5
        PersonExportImportVO.java 
Added Files:
      Tag: b1_5
        CommunityExportForCsvVO.java 
Log Message:
CMSC-1265 - Community: improve import and export options of community 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-1265


CommunityExportForCsvVO.java is new



Index: PersonExportImportVO.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/domain/PersonExportImportVO.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -b -r1.3 -r1.3.2.1
--- PersonExportImportVO.java   23 Sep 2008 07:12:57 -0000      1.3
+++ PersonExportImportVO.java   23 Feb 2009 15:34:21 -0000      1.3.2.1
@@ -10,6 +10,7 @@
    private Authentication authentication;
 
    private List < Preference > preferences;
+   private Long authorityId = new Long(0);
 
    public Authentication getAuthentication() {
       return authentication;
@@ -30,5 +31,16 @@
    public Long getAuthenticationId() {
       return authentication.getId();
    }
+   public void clean(){
+      this.authentication = null;
+      this.preferences.clear();
+   }
+
+   public Long getAuthorityId() {
+      return authorityId;
+   }
 
+   public void setAuthorityId(Long authorityId) {
+      this.authorityId = authorityId;
+   }
 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to