|
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.mail.MailModel
This abstract class represents a base class for mail views.
Field Summary | |
static int |
QUICK_VIEW_ALL
|
static int |
QUICK_VIEW_HIGH_PRIORITY
|
static int |
QUICK_VIEW_UNREAD
|
Constructor Summary | |
MailModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
MailPreferences mailPrefs,
Accounts accounts)
Constructor. |
Method Summary | |
FolderNavigation |
getFolderNavigation()
Gets the folder navigation. |
java.lang.String |
getInboxFolderID()
Gets the Inbox folder ID. |
MailPreferences |
getMailPreferences()
Gets the mail preferences. |
void |
setInboxFolderID(java.lang.String sInboxFolderID)
Sets the Inbox folder ID. |
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 |
Field Detail |
public static final int QUICK_VIEW_ALL
public static final int QUICK_VIEW_UNREAD
public static final int QUICK_VIEW_HIGH_PRIORITY
Constructor Detail |
public MailModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities, FeatureGroup featureGroup, GroupwarePreferences groupwarePrefs, 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
)mailPrefs
- the mail preferences (may not be null
)Method Detail |
public MailPreferences getMailPreferences()
public void setInboxFolderID(java.lang.String sInboxFolderID)
sInboxFolderID
- the Inbox folder ID (may not be null
)public java.lang.String getInboxFolderID()
public FolderNavigation getFolderNavigation()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |