|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A class implementing the PersonFactory interface is a
factory for objects implementing the Person interface.
Person| Method Summary | |
Person |
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 |
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. |
| Method Detail |
public Person getPerson(java.lang.String userUid)
userUid - -
a String containing the userUid (user unique id) of the
Person whose information is to be requested. This is a to be
treated as an opaque string and not exposed to ordinary
users. Though it will often be human readable and appear as
an email address, it should not be used directly, but
instead the username should be obtained from the Person
object.
Person
public Person getPerson(java.lang.String userUid,
java.util.Locale locale)
userUid - -
a String containing the userUid of the Person (site,
context) whose information is to be requestedlocale - -
the locale which is to be used for localization of
properties returned.
Person
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||