com.plumtree.portalpages.portlets.userprofile.folders
Interface IFoldersPortletModelRO

All Superinterfaces:
IIntrinsicPortletModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
FoldersPortletModel

public interface IFoldersPortletModelRO
extends IIntrinsicPortletModelRO

Author:
jennifersu

Method Summary
 int GetCurrentUser()
           
 java.lang.String GetPortletDescription()
           
 int GetProfileID()
           
 IPTSearchResponse GetSearchResults(int profileUserID)
           
 java.lang.String GetTitle()
           
 java.lang.String GetUserRoles(IPTSearchResponse searchResponse, int index, int iCurrentUser)
           
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.intrinsicportlets.IIntrinsicPortletModelRO
ControlExists, GetPortletID
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetSearchResults

IPTSearchResponse GetSearchResults(int profileUserID)
Parameters:
profileUserID -
Returns:

GetUserRoles

java.lang.String GetUserRoles(IPTSearchResponse searchResponse,
                              int index,
                              int iCurrentUser)
Parameters:
searchResponse -
index -
iCurrentUser -
Returns:

GetProfileID

int GetProfileID()
Returns:

GetCurrentUser

int GetCurrentUser()
Returns:

GetTitle

java.lang.String GetTitle()
Returns:

GetPortletDescription

java.lang.String GetPortletDescription()



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