com.plumtree.portalpages.browsing.editors.folder
Interface IFolderEditorModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
FolderEditorModel

public interface IFolderEditorModelRO
extends IObjEditorModelRO

Author:
StephenC This interface is implemented by FolderEditorModel. It contains all the read-only mothods of FolderEditorModel.

Method Summary
 int GetBrowsingOrderBy()
          Returns the propID to order by when BROWSING
 IASQueryResult GetBrowsingOrderByProperties()
          Returns a query result of the card properties to sort by when BROWSING
 int GetClassificationFiltersOperator()
          returns the value of the Folder's ClassificationFiltersOperator Setting
 java.lang.String GetDataSourceName(int nDataSourceID)
          returns the name of a given datasource.
 int GetDefaultDataSource()
          returns the name of the Default DataSource for this folder.
 int GetEditingOrderBy()
          Returns the propID to order by when EDITING
 IASQueryResult GetFilteredDataSources()
          returns a list of data sources that support Card Submission
 java.lang.Object GetFolderSetting(int nValueName)
          returns the value of a particular Folder Setting
 java.lang.String GetParentDefaultDataSourceNameRecursive()
          returns the name of the Default DataSource for this folder.
 java.lang.String GetPrimaryDesc()
          returns primary name
 java.lang.String GetPrimaryName()
          returns primary name
 IASQueryResult GetSubFolders()
          Returns a query result of the sub-folders
 boolean IsRootFolder()
          returns whether this is the root folder
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetBrowsingOrderBy

int GetBrowsingOrderBy()
Returns the propID to order by when BROWSING


GetBrowsingOrderByProperties

IASQueryResult GetBrowsingOrderByProperties()
Returns a query result of the card properties to sort by when BROWSING


GetClassificationFiltersOperator

int GetClassificationFiltersOperator()
returns the value of the Folder's ClassificationFiltersOperator Setting


GetDataSourceName

java.lang.String GetDataSourceName(int nDataSourceID)
returns the name of a given datasource.


GetDefaultDataSource

int GetDefaultDataSource()
returns the name of the Default DataSource for this folder. (non-recursive)


GetEditingOrderBy

int GetEditingOrderBy()
Returns the propID to order by when EDITING


GetFilteredDataSources

IASQueryResult GetFilteredDataSources()
returns a list of data sources that support Card Submission


GetFolderSetting

java.lang.Object GetFolderSetting(int nValueName)
returns the value of a particular Folder Setting


GetParentDefaultDataSourceNameRecursive

java.lang.String GetParentDefaultDataSourceNameRecursive()
returns the name of the Default DataSource for this folder. It will recursively search up the ancestors to get this.


GetSubFolders

IASQueryResult GetSubFolders()
Returns a query result of the sub-folders


IsRootFolder

boolean IsRootFolder()
returns whether this is the root folder


GetPrimaryName

java.lang.String GetPrimaryName()
returns primary name


GetPrimaryDesc

java.lang.String GetPrimaryDesc()
returns primary name




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.