com.plumtree.portalpages.admin.ptutilities
Interface IPlumtreeUtilitiesModelRO

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

public interface IPlumtreeUtilitiesModelRO
extends IModelRO

Version:
5.0
Author:
SudhaSathiaseelan

Method Summary
 int GetActivityRightRestriction(int _nIndex)
           
 int GetNumSettingItems()
           
 java.lang.String GetSettingItemName(int _nIndex)
           
 java.lang.String GetSettingItemURL(int _nIndex)
           
 boolean IsPluggableAdmin(int _nIndex)
           
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetNumSettingItems

int GetNumSettingItems()
Returns:

GetSettingItemName

java.lang.String GetSettingItemName(int _nIndex)
Parameters:
_nIndex -
Returns:

GetSettingItemURL

java.lang.String GetSettingItemURL(int _nIndex)
Parameters:
_nIndex -
Returns:

GetActivityRightRestriction

int GetActivityRightRestriction(int _nIndex)
Parameters:
_nIndex -
Returns:
activity right associated with this utility; returns PT_ACTIVITY_RIGHTS.PT_ACTIVITY_RIGHT_NONE if there is no activity right associated

IsPluggableAdmin

boolean IsPluggableAdmin(int _nIndex)
Parameters:
_nIndex -
Returns:
true if this utility is a pluggable admin page; false if it is not



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