com.plumtree.portalpages.common.search
Interface ITypeSelectorModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Implementing Classes:
TypeSelectorModel

public interface ITypeSelectorModelRO
extends IModelRO

This is based on MikeS/OlegS code

Author:
CraigS

Method Summary
 boolean AreDetailedOptionsShown()
           
 boolean CollabInstalled()
           
 boolean ContentInstalled()
           
 int[] GetOrderedClassIds()
           
 IXPCollection GetSelectedTypes()
          Returns a collection of all selected types (as Strings)
 boolean IsTypeSelected(int type)
          Returns true if the given type is selected
 boolean ShouldDisplayAdminObjects()
          Returns true if admin objects (CLASSID_ENDUSERCOUNT ..
 boolean ShowAbstractTypeView()
          Returns true if the user can see an alternate view that lists abstractified types and applications instead of the longer list of detailed types
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

AreDetailedOptionsShown

boolean AreDetailedOptionsShown()
Returns:

GetSelectedTypes

IXPCollection GetSelectedTypes()
Returns a collection of all selected types (as Strings)


IsTypeSelected

boolean IsTypeSelected(int type)
Returns true if the given type is selected


ShouldDisplayAdminObjects

boolean ShouldDisplayAdminObjects()
Returns true if admin objects (CLASSID_ENDUSERCOUNT .. DETAILEDCOUNT-1) should be selectable


ShowAbstractTypeView

boolean ShowAbstractTypeView()
Returns true if the user can see an alternate view that lists abstractified types and applications instead of the longer list of detailed types


GetOrderedClassIds

int[] GetOrderedClassIds()

ContentInstalled

boolean ContentInstalled()

CollabInstalled

boolean CollabInstalled()



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