|
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.DialogModel
portlets.compoze.groupware.model.mail.AdvancedCreateFolderDialogModel
This class represents the data model for the create folder dialog (advanced_create_folder_dialog.jsp
).
Field Summary |
Fields inherited from class portlets.compoze.groupware.model.DialogModel |
DIALOG_SESSION_ATTRIBUTE |
Constructor Summary | |
AdvancedCreateFolderDialogModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
GroupwarePreferences groupwarePrefs,
java.lang.String sSkinPath)
Constructor. |
Method Summary | |
java.lang.String |
getExpandFolderIDs()
Gets the folder expand IDs. |
java.lang.String |
getFolderID()
Gets the folder ID. |
FolderNavigation |
getFolderNavigation()
Gets the folder navigation. |
java.util.Locale |
getLocale()
Gets the locale. |
void |
setExpandFolderIDs(java.lang.String sExpandFolderIDs)
Sets the folder expand IDs. |
void |
setFolderID(java.lang.String folderID)
Sets the folder ID. |
void |
setFolderNavigation(FolderNavigation folderNavigation)
Sets the folder navigation. |
void |
setLocale(java.util.Locale locale)
Sets the locale. |
Methods inherited from class portlets.compoze.groupware.model.DialogModel |
getCompozeCSS, getCompozeImages, getCurrentSkinPath |
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 AdvancedCreateFolderDialogModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities, GroupwarePreferences groupwarePrefs, java.lang.String sSkinPath)
capabilities
- the capabilities of the provider (may not be null
)groupwarePrefs
- the groupware preferences (may not be null
)sSkinPath
- the skin path (may not be null
)Method Detail |
public FolderNavigation getFolderNavigation()
public void setFolderNavigation(FolderNavigation folderNavigation)
folderNavigation
- the folder navigation (may not be null
)public java.lang.String getExpandFolderIDs()
public void setExpandFolderIDs(java.lang.String sExpandFolderIDs)
sExpandFolderIDs
- the folder expand IDspublic java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- the localepublic java.lang.String getFolderID()
public void setFolderID(java.lang.String folderID)
folderID
- the folder ID
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |