com.plumtree.portalpages.browsing.objectselection
Class SelectedObjectsDP

java.lang.Object
  extended by com.plumtree.portalpages.browsing.objectselection.SelectedObjectsDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class SelectedObjectsDP
extends java.lang.Object
implements IDisplayPage

Author:
michaeld

Field Summary
protected  AActivitySpace m_asOwner
          AActivitySpace
static java.lang.String STR_MVC_CLASS_NAME
          Object Name
 
Constructor Summary
SelectedObjectsDP()
           
 
Method Summary
 void Display(IWebData pageData)
          Construct the HTMLPage for Display.
 java.lang.String GetName()
          Return the name of the MVC object.
 AActivitySpace GetOwner()
          Return the owning Activity Space.
 void Init(AActivitySpace _asOwner)
          Initialize the Display Page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
Object Name

See Also:
Constant Field Values

m_asOwner

protected AActivitySpace m_asOwner
AActivitySpace

Constructor Detail

SelectedObjectsDP

public SelectedObjectsDP()
Method Detail

GetName

public java.lang.String GetName()
Description copied from interface: IMVCObject
Return the name of the MVC object.

Specified by:
GetName in interface IMVCObject
Returns:
the name of the object.
See Also:
com.plumtree.portaluiinfrastructure.activityspace.IDisplayPage#GetName()

Display

public void Display(IWebData pageData)
Description copied from interface: IDisplayPage
Construct the HTMLPage for Display.

Specified by:
Display in interface IDisplayPage

GetOwner

public AActivitySpace GetOwner()
Description copied from interface: IDisplayPage
Return the owning Activity Space.

Specified by:
GetOwner in interface IDisplayPage

Init

public void Init(AActivitySpace _asOwner)
Description copied from interface: IDisplayPage
Initialize the Display Page.

Specified by:
Init in interface IDisplayPage



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