|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.emailpreview.AccountInfo
public class AccountInfo
An entity object that abstracts the email account information of a user. Currently, all the information retrieved is related to the user's inbox.
| Constructor Summary | |
|---|---|
AccountInfo()
|
|
| Method Summary | |
|---|---|
List<EmailMessage> |
getMessages()
Returns a list that contains a certain number of the most recent unread emails in the user's inbox. |
int |
getTotalMessageCount()
Returns the number of total messages in the user's inbox. |
int |
getUnreadMessageCount()
Returns the number of unread messages in the user's inbox. |
void |
setMessages(List<EmailMessage> unreadMessages)
Sets a list that contains a certain number of the most recent unread emails in the user's inbox. |
void |
setTotalMessageCount(int totalMessagecount)
Sets the number of total messages in the user's inbox. |
void |
setUnreadMessageCount(int unreadMessageCount)
Sets the number of unread messages in the user's inbox. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountInfo()
| Method Detail |
|---|
public int getUnreadMessageCount()
inspectedMessageCount attribute.
public void setUnreadMessageCount(int unreadMessageCount)
inspectedMessageCount attribute.
unreadMessageCount - The number of unread messages in
the user's inbox.public List<EmailMessage> getMessages()
mail.properties.
List containing
information about the most recent unread emails in the user's inbox.public void setMessages(List<EmailMessage> unreadMessages)
mail.properties.
unreadMessages - A List containing
information about the most recent unread emails in the user's inbox.public int getTotalMessageCount()
inspectedMessageCount
attribute.
public void setTotalMessageCount(int totalMessagecount)
inspectedMessageCount
attribute.
totalMessagecount - The number of total messages in the user's inbox.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||