com.plumtree.portalpages.browsing.portalsettings.search
Interface ISearchSettingsModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
SearchSettingsModel

public interface ISearchSettingsModelRO
extends IEditorModelRO

Author:
CraigS, based on JulieF template

Method Summary
 int GetPageSize()
           
 boolean[] GetReturnedObjectTypes()
           
 java.lang.Object[][] GetSavedSearches()
           
 java.lang.String[] GetSpecificLanguagesReturned()
           
 boolean IsCollabInstalled()
           
 boolean IsRestrictedToDefaultLanguage()
           
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetPageSize

int GetPageSize()
Returns:

GetReturnedObjectTypes

boolean[] GetReturnedObjectTypes()
Returns:

GetSavedSearches

java.lang.Object[][] GetSavedSearches()
Returns:

GetSpecificLanguagesReturned

java.lang.String[] GetSpecificLanguagesReturned()
Returns:

IsRestrictedToDefaultLanguage

boolean IsRestrictedToDefaultLanguage()
Returns:

IsCollabInstalled

boolean IsCollabInstalled()
Returns:
true if Collaboration Server is installed on the local portal.



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