. Added ability to change the users Name and Email to the User Options page.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3493 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-08-14 13:28:08 +00:00
parent 8511a27038
commit f3c54dc42f
6 changed files with 258 additions and 12 deletions

View File

@@ -64,6 +64,16 @@ public final class User
this.person = person;
}
/**
* Forces a clear of any cached or calcluated values
*/
public void reset()
{
this.fullName = null;
this.administrator = null;
this.preferences = null;
}
/**
* @return The user name
*/
@@ -114,7 +124,6 @@ public final class User
{
return this.ticket;
}
/**
* @return Returns the person NodeRef