com.plumtree.portalpages.portlets.userprofile.eoddisplay
Interface IEODPortletModelRO

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

public interface IEODPortletModelRO
extends IIntrinsicPortletModelRO

Author:
jennifersu

Method Summary
 int GetCurrentUser()
           
 java.lang.Object[] GetData()
           
 java.lang.String GetNameFromObjectID(int nClassID, int nObjectID)
           
 java.lang.String GetPortletDescription()
           
 java.lang.String GetPortletName()
           
 int GetProfileID()
           
 IPTProfilePage GetProfilePage()
           
 java.lang.String GetTitle()
           
 boolean OnCommunityPage()
           
 XPHashtable PutUserPropertiesIntoHashtable(int profileUserID)
           
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.intrinsicportlets.IIntrinsicPortletModelRO
ControlExists, GetPortletID
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetProfilePage

IPTProfilePage GetProfilePage()
Returns:

GetProfileID

int GetProfileID()
Returns:

GetCurrentUser

int GetCurrentUser()
Returns:

GetData

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

PutUserPropertiesIntoHashtable

XPHashtable PutUserPropertiesIntoHashtable(int profileUserID)
Parameters:
profileUserID -
Returns:

GetPortletName

java.lang.String GetPortletName()
Returns:

GetTitle

java.lang.String GetTitle()
Returns:

OnCommunityPage

boolean OnCommunityPage()
Returns:

GetPortletDescription

java.lang.String GetPortletDescription()

GetNameFromObjectID

java.lang.String GetNameFromObjectID(int nClassID,
                                     int nObjectID)



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