oracle.ifs.adk.mail
Class IfsEmailUserProfile
java.lang.Object
|
+--oracle.ifs.adk.mail.IfsEmailUserProfile
- public class IfsEmailUserProfile
- extends java.lang.Object
The IfsEmailUserProfile class is used to get information stored in the
EmailUserProfile object of a specific user.
Currently this gets only the Email Address of the user if it exists.
Method Summary |
java.lang.String |
getEmailAddress(LibrarySession session)
Return the Email address of the user associated with the specified
session. |
getEmailAddress
public java.lang.String getEmailAddress(LibrarySession session)
throws IfsException
- Return the Email address of the user associated with the specified
session.
- Parameters:
session
- Current session of the user- Returns:
- The EmailAddress of the user. Null if not found.
- Throws:
IfsException
- if operation fails.
(c) 2002 Copyright Oracle Corporation. All rights reserved.