com.plumtree.portalpages.devices.mypage.common
Interface IMyPageDevicesModelRO

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

public interface IMyPageDevicesModelRO
extends IModelRO

Author:
SudhaS

Method Summary
 ASURL GetASURL(java.lang.String _strSpace)
           
 int GetCommunityID()
           
 java.lang.String GetFixStringLength(java.lang.String s, int iMaxSize, java.lang.String sEnd)
           
 int GetListID()
           
 int GetNumPages(int iCount, int iMaxNumber)
           
 int GetPageID()
           
 java.lang.String GetPageName()
           
 HTMLTableCell GetPortletContent(int _nIndex)
          The results of this method are not used in the Devices MyPage, but this method needs to be called before calling GetPortletName(int).
 int GetPortletCount()
           
 int GetPortletID(int _nIndex)
           
 java.lang.String GetPortletName(int _nIndex)
           
 java.lang.String GetPortletSummary(int _nIndex)
           
 void SetPortletContent(java.lang.String _strUniqueID)
           
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetASURL

ASURL GetASURL(java.lang.String _strSpace)
Parameters:
_strSpace -
Returns:

GetCommunityID

int GetCommunityID()
Returns:

GetFixStringLength

java.lang.String GetFixStringLength(java.lang.String s,
                                    int iMaxSize,
                                    java.lang.String sEnd)
Parameters:
s -
iMaxSize -
sEnd -
Returns:

GetPortletCount

int GetPortletCount()
Returns:

GetPortletID

int GetPortletID(int _nIndex)
Parameters:
_nIndex -
Returns:

GetPortletName

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

GetPortletSummary

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

GetListID

int GetListID()
Returns:

GetNumPages

int GetNumPages(int iCount,
                int iMaxNumber)
Parameters:
iCount -
iMaxNumber -
Returns:

GetPageID

int GetPageID()
Returns:

GetPageName

java.lang.String GetPageName()

SetPortletContent

void SetPortletContent(java.lang.String _strUniqueID)

GetPortletContent

HTMLTableCell GetPortletContent(int _nIndex)
The results of this method are not used in the Devices MyPage, but this method needs to be called before calling GetPortletName(int).

Parameters:
_nIndex -
Returns:



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