com.plumtree.portalpages.portlets.userprofile.infrastructure
Interface IProfileRow

All Known Implementing Classes:
ProfileRow

public interface IProfileRow

Represents a row in the ProfileTable. Each ProfileRow object contains an arbitrary number of ProfileCell objects. To preserve the integrity of the ProfileTable, all the ProfileRow objects should have the same number of ProfileCell objects in them.

Author:
chrisb

Method Summary
 int GetNumProfileCells()
          Returns the number of ProfileCell objects in the ProfileRow.
 IXPEnumerator GetProfileCells()
          Returns an XPEnumerator containing the ProfileCell objects that belong in this row.
 

Method Detail

GetNumProfileCells

int GetNumProfileCells()
Returns the number of ProfileCell objects in the ProfileRow.

Returns:
The number of ProfileCell objects in the ProfileRow.

GetProfileCells

IXPEnumerator GetProfileCells()
Returns an XPEnumerator containing the ProfileCell objects that belong in this row.

Returns:
An XPEnumerator containing the ProfileCell objects in this ProfileRow.



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