com.plumtree.portalpages.admin.objsearch
Class AdminFollowupSearchView

java.lang.Object
  extended by com.plumtree.portalpages.admin.objsearch.AdminFollowupSearchView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class AdminFollowupSearchView
extends java.lang.Object
implements IView

Author:
Matt Fryer This is the "Search Again" view of the admin search searchbox. Advanced Search link goes in here when we get to that.

Field Summary
protected  ISearchResultModelRO _model
           
static java.lang.String FORM_NAME
          form name
protected  AActivitySpace m_asOwner
          localized strings
static java.lang.String SEPARATOR
           
static java.lang.String STR_MVC_CLASS_NAME
          object name
 
Constructor Summary
AdminFollowupSearchView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          This method returns the HTMLElement that encompasses the output of the View.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
static HTMLElement GetAdvancedAdminSearchLink(AActivitySpace m_asOwner)
          Returns an icon and link for advanced search.
 java.lang.String GetName()
          Return the name of the MVC object.
 void Init(IModelRO model, AActivitySpace parent)
          This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).
 
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

FORM_NAME

public static final java.lang.String FORM_NAME
form name

See Also:
Constant Field Values

SEPARATOR

public static final java.lang.String SEPARATOR
See Also:
Constant Field Values

m_asOwner

protected AActivitySpace m_asOwner
localized strings


_model

protected ISearchResultModelRO _model
Constructor Detail

AdminFollowupSearchView

public AdminFollowupSearchView()
Method Detail

Create

public java.lang.Object Create()
Description copied from interface: IManagedObject
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

GetAdvancedAdminSearchLink

public static HTMLElement GetAdvancedAdminSearchLink(AActivitySpace m_asOwner)
Returns an icon and link for advanced search. The link includes a control argument that will restrict the search to the admin hierarchy and another which will cause the results to be displayed with checkboxes and a toolbar.

Parameters:
m_asOwner -
Returns:

Display

public HTMLElement Display()
Description copied from interface: IView
This method returns the HTMLElement that encompasses the output of the View.

Specified by:
Display in interface IView
See Also:
com.plumtree.portaluiinfrastructure.activityspace.IView#Display()

DisplayJavascript

public HTMLScript DisplayJavascript()
Description copied from interface: IView
This method returns the HTMLScript that encompasses the Javascript on the page. This method should be called by IDisplayPages and the resulting Javascript should be put in the HTMLHead element. This can return null.

Specified by:
DisplayJavascript in interface IView
See Also:
com.plumtree.portaluiinfrastructure.activityspace.IView#DisplayJavascript()

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.IView#GetName()

Init

public void Init(IModelRO model,
                 AActivitySpace parent)
Description copied from interface: IView
This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).

Specified by:
Init in interface IView
See Also:
com.plumtree.portaluiinfrastructure.activityspace.IView#Init(IModelRO, AActivitySpace)



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