Compoze Software, Inc.

portlets.compoze.groupware.model.mail
Class AdvancedCreateFolderDialogModel

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

public class AdvancedCreateFolderDialogModel
extends DialogModel
implements java.io.Serializable

This class represents the data model for the create 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
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

AdvancedCreateFolderDialogModel

public AdvancedCreateFolderDialogModel(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

getFolderID

public java.lang.String getFolderID()
Gets the folder ID.

Returns:
the folderID

setFolderID

public void setFolderID(java.lang.String folderID)
Sets the folder ID.

Parameters:
folderID - the folder ID

Compoze Software, Inc.

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