Compoze Software, Inc.

portlets.compoze.groupware.model.mail
Class FolderNavigationModel

java.lang.Object
  extended byportlets.compoze.groupware.model.AbstractModel
      extended byportlets.compoze.groupware.model.DialogModel
          extended byportlets.compoze.groupware.model.mail.FolderNavigationModel
All Implemented Interfaces:
java.io.Serializable

public class FolderNavigationModel
extends DialogModel
implements java.io.Serializable

This class represents the data model for the folder navigation and the move to folder dialog (advanced_create_folder_dialog.jsp).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class portlets.compoze.groupware.model.DialogModel
DIALOG_SESSION_ATTRIBUTE
 
Constructor Summary
FolderNavigationModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities, GroupwarePreferences groupwarePrefs, java.lang.String sSkinPath)
          Constructor.
 
Method Summary
 java.lang.String getCloseFolderID()
          Gets the close folder ID.
 java.lang.String getExpandFolderIDs()
          Gets the folder expand IDs.
 FolderNavigation getFolderNavigation()
          Gets the folder navigation.
 java.util.Locale getLocale()
          Gets the locale.
 java.lang.String getOpenFolderID()
          Gets the open folder ID.
 void setCloseFolderID(java.lang.String closeFolderID)
          Sets the close folder ID.
 void setExpandFolderIDs(java.lang.String sExpandFolderIDs)
          Sets the folder expand IDs.
 void setFolderNavigation(FolderNavigation folderNavigation)
          Sets the folder navigation.
 void setLocale(java.util.Locale locale)
          Sets the locale.
 void setOpenFolderID(java.lang.String openFolderID)
          Sets the open folder ID.
 
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

FolderNavigationModel

public FolderNavigationModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
                             GroupwarePreferences groupwarePrefs,
                             java.lang.String sSkinPath)
Constructor.

Parameters:
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

getFolderNavigation

public FolderNavigation getFolderNavigation()
Gets the folder navigation.

Returns:
the folder navigation

setFolderNavigation

public void setFolderNavigation(FolderNavigation folderNavigation)
Sets the folder navigation.

Parameters:
folderNavigation - the folder navigation (may not be null)

getExpandFolderIDs

public java.lang.String getExpandFolderIDs()
Gets the folder expand IDs.

Returns:
the folder expand IDs

setExpandFolderIDs

public void setExpandFolderIDs(java.lang.String sExpandFolderIDs)
Sets the folder expand IDs.

Parameters:
sExpandFolderIDs - the folder expand IDs

getLocale

public java.util.Locale getLocale()
Gets the locale.

Returns:
the locale

setLocale

public void setLocale(java.util.Locale locale)
Sets the locale.

Parameters:
locale - the locale

getOpenFolderID

public java.lang.String getOpenFolderID()
Gets the open folder ID.

Returns:
the open folder ID

setOpenFolderID

public void setOpenFolderID(java.lang.String openFolderID)
Sets the open folder ID.

Parameters:
openFolderID - the open folder ID

getCloseFolderID

public java.lang.String getCloseFolderID()
Gets the close folder ID.

Returns:
the close folder ID

setCloseFolderID

public void setCloseFolderID(java.lang.String closeFolderID)
Sets the close folder ID.

Parameters:
closeFolderID - the close folder ID

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.