Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/java/com/finalist/cmsc/services/community/domain
In directory
james.mmbase.org:/tmp/cvs-serv5044/src/java/com/finalist/cmsc/services/community/domain
Modified Files:
PersonExportImportVO.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
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.4
diff -u -b -r1.3 -r1.4
--- PersonExportImportVO.java 23 Sep 2008 07:12:57 -0000 1.3
+++ PersonExportImportVO.java 23 Feb 2009 09:11:50 -0000 1.4
@@ -11,6 +11,8 @@
private List < Preference > preferences;
+ private Long authorityId = new Long(0);
+
public Authentication getAuthentication() {
return authentication;
}
@@ -30,5 +32,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