com.plumtree.portalpages.portlets.userprofile.infrastructure
Class ProfileRow

java.lang.Object
  extended by com.plumtree.portalpages.portlets.userprofile.infrastructure.ProfileRow
All Implemented Interfaces:
IProfileRow

public final class ProfileRow
extends java.lang.Object
implements IProfileRow

Author:
chrisb, dand This class should be extended by your introspective portlet if there is specific processing that should be done.

Constructor Summary
ProfileRow(XPArrayList profileCells)
          Creates a new ProfileRow object.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileRow

public ProfileRow(XPArrayList profileCells)
Creates a new ProfileRow object.

Parameters:
profileCells -
Method Detail

GetNumProfileCells

public int GetNumProfileCells()
Description copied from interface: IProfileRow
Returns the number of ProfileCell objects in the ProfileRow.

Specified by:
GetNumProfileCells in interface IProfileRow
Returns:

GetProfileCells

public IXPEnumerator GetProfileCells()
Description copied from interface: IProfileRow
Returns an XPEnumerator containing the ProfileCell objects that belong in this row.

Specified by:
GetProfileCells in interface IProfileRow
Returns:



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