|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProfileTable
Describes the methods required to be an Introspective User Profile Portlet. Examples of these portlets may include "Documents Submitted," "Folders Created," "Gadgets Created," etc.
| Method Summary | |
|---|---|
java.lang.String |
GetDescription()
Returns the portlet's description. |
IProfileRow |
GetHeaderRow()
Optionally returns a "header" row. |
int |
GetNumProfileRows()
Returns the number of ProfileRow objects in the ProfileTable. |
IXPEnumerator |
GetProfileRows(int profileUserID,
java.lang.String profileLogOnToken,
int viewingUserID)
Returns the ProfileItem objects corresponding to the profile username. |
java.lang.String |
GetTitle()
Returns the portlet's title. |
boolean |
hasBeenUpdatedSince(XPDateTime lastUpdatedDate)
Indicates whether the source content has been updated since the supplied date. |
| Method Detail |
|---|
java.lang.String GetDescription()
IProfileRow GetHeaderRow()
int GetNumProfileRows()
IXPEnumerator GetProfileRows(int profileUserID,
java.lang.String profileLogOnToken,
int viewingUserID)
profileUserID - The ID of the user who's profile is currently being
viewed.profileLogOnToken - The log on token of the user that is being
viewed. This is used to search on Plumtree specific informationviewingUserID - The ID of the user who is currently viewing the
profile.
java.lang.String GetTitle()
boolean hasBeenUpdatedSince(XPDateTime lastUpdatedDate)
lastUpdatedDate - Indicates the date/time at which the content was
last updated.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||