Uses of Interface
edu.mit.stellar.directory.Person

Uses of Person in edu.mit.stellar.directory
 

Methods in edu.mit.stellar.directory that return Person
 Person PersonFactory.getPerson(java.lang.String userUid)
          Returns an object implementing the Person interface, for accessing information about the Person identified by the given userUid, using the default locale.
 Person PersonFactory.getPerson(java.lang.String userUid, java.util.Locale locale)
          Returns an object implementing the Person interface, for accessing information about the Person identified by the given userUid, with properties returned in the specified locale when possible.
 



Copyright 2006-2006 MIT AMPS. All Rights Reserved.