|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.model.AbstractModel
portlets.compoze.groupware.model.home.HomeModel
portlets.compoze.groupware.model.home.MailHomeModel
This class represents the data model for the mail home page (mail.jsp
).
Constructor Summary | |
MailHomeModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
HomePreferences homePrefs,
MailPreferences mailPrefs,
Accounts accounts)
Constructor. |
Method Summary | |
Folder |
getFolder()
Gets the folder. |
int |
getFolderType()
Gets the folder type. |
MailPreferences |
getMailPreferences()
Gets the mail preferences. |
java.util.List |
getMessages()
Gets the messages. |
Pagination |
getPagination()
Gets the pagination. |
void |
setFolder(Folder folder)
Sets the folder. |
void |
setFolderType(int iFolderType)
Sets the folder type. |
void |
setMessages(java.util.List msgs)
Sets the messages. |
void |
setMessages(Message[] messages)
Sets the messages. |
void |
setPagination(Pagination pagination)
Sets the pagination. |
Methods inherited from class portlets.compoze.groupware.model.home.HomeModel |
getDateString, getFeature, getHomePreferences, getTimeString, isOnlyOneFeatureAvailable |
Methods inherited from class portlets.compoze.groupware.model.AbstractModel |
getAccounts, getActualTitle, getFeatureGroup, getGroupwarePreferences, getImAccount, getProviderCapabilities, getTitle, getTitleArgs, getTitleCrumbTrailKeys, isImAvailable, setActualTitle, setImAccount, setImAvailable, setTitle, setTitleArgs, setTitleCrumbTrailKeys |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MailHomeModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities, FeatureGroup featureGroup, GroupwarePreferences groupwarePrefs, HomePreferences homePrefs, MailPreferences mailPrefs, Accounts accounts)
capabilities
- the capabilities of the provider (may not be null
)featureGroup
- the feature group (may not be null
)groupwarePrefs
- the groupware preferences (may not be null
)homePrefs
- the home preferences (may not be null
)mailPrefs
- the mail preferences (may not be null
)Method Detail |
public MailPreferences getMailPreferences()
public void setMessages(java.util.List msgs)
Message
public void setMessages(Message[] messages)
messages
- an array of messages (may not be null
)public java.util.List getMessages()
Message
objectsMessage
public Folder getFolder()
public void setFolder(Folder folder)
folder
- the folder (may not be null
)public void setFolderType(int iFolderType)
iFolderType
- the folder typepublic int getFolderType()
public void setPagination(Pagination pagination)
pagination
- the paginationpublic Pagination getPagination()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |