com.plumtree.portalpages.portlets.savedsearch
Class SavedSearchPortletView

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletView
      extended by com.plumtree.portalpages.portlets.savedsearch.SavedSearchPortletView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class SavedSearchPortletView
extends IntrinsicPortletView

Author:
mikesample

Field Summary
static java.lang.String HTMLHIDDENINPUT_MAILID
           
static java.lang.String HTMLHIDDENINPUT_PAGINATE_FIRST
           
static java.lang.String HTMLHIDDENINPUT_PAGINATE_NUM
           
static java.lang.String HTMLHIDDENINPUT_RESULTPAGE
           
static java.lang.String HTMLHIDDENINPUT_SORTID
           
static java.lang.String HTMLINPUT_SEARCH
           
static java.lang.String HTMLINPUT_SUBSCRIBE
           
static java.lang.String HTMLINPUT_VALUE
           
static java.lang.String ITEMSIZES
           
static java.lang.String JAVASCRIPT_CLEAR_SEARCH
           
static java.lang.String JAVASCRIPT_PAGINATE
           
static java.lang.String JAVASCRIPT_RESULTPAGE
           
static java.lang.String JAVASCRIPT_SEARCH
           
static java.lang.String JAVASCRIPT_SORT
           
static java.lang.String STR_MVC_CLASS_NAME
          Class name for the view.
 
Fields inherited from class com.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletView
INTRINSIC_PORTLET_HTMLFORM_NAME, INTRINSIC_PORTLET_JAVASCRIPT_SUBMIT_FORM, m_asOwner, m_bAddFormToPortlet, m_bMultiPart, m_model
 
Constructor Summary
SavedSearchPortletView()
          Creates a new SavedSearchPortletView object.
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          This is called by the MyPortalContentView, which aggregates all the intrinsic portlet views.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
 HTMLElement DisplayPortlet()
          Displays the HTML for the portlet.
 java.lang.String DisplayPortletWML()
          Displays the WML for the portlet.
 java.lang.String GetName()
          Returns the Class name.
 
Methods inherited from class com.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletView
DisplayWML, Init
 
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
Class name for the view. For intrinsic portlets, the view must have the same class name as the model.

See Also:
Constant Field Values

HTMLINPUT_VALUE

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

HTMLHIDDENINPUT_MAILID

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

HTMLHIDDENINPUT_RESULTPAGE

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

HTMLHIDDENINPUT_SORTID

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

HTMLINPUT_SUBSCRIBE

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

HTMLINPUT_SEARCH

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

HTMLHIDDENINPUT_PAGINATE_FIRST

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

HTMLHIDDENINPUT_PAGINATE_NUM

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

JAVASCRIPT_RESULTPAGE

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

JAVASCRIPT_SEARCH

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

JAVASCRIPT_CLEAR_SEARCH

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

JAVASCRIPT_SORT

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

JAVASCRIPT_PAGINATE

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

ITEMSIZES

public static final java.lang.String ITEMSIZES
See Also:
Constant Field Values
Constructor Detail

SavedSearchPortletView

public SavedSearchPortletView()
Creates a new SavedSearchPortletView object.

Method Detail

Create

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

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

DisplayJavascript

public HTMLScript DisplayJavascript()
This method returns the HTMLScript that encompasses the Javascript on the page.

Specified by:
DisplayJavascript in interface IView
Overrides:
DisplayJavascript in class IntrinsicPortletView
Returns:
HTMLScript
See Also:
IView.DisplayJavascript()

Display

public HTMLElement Display()
Description copied from class: IntrinsicPortletView
This is called by the MyPortalContentView, which aggregates all the intrinsic portlet views. This method calls DisplayPortlet() in order to generate the HTML specific to the portlet. If a form is required, then the HTML returned from DisplayPortlet() is put into a form.

Specified by:
Display in interface IView
Overrides:
Display in class IntrinsicPortletView
Returns:
HTMLElement
See Also:
IView.Display()

DisplayPortlet

public HTMLElement DisplayPortlet()
Description copied from class: IntrinsicPortletView
Displays the HTML for the portlet. The child classes must implement this function. This function is called by Display().

Specified by:
DisplayPortlet in class IntrinsicPortletView
Returns:

DisplayPortletWML

public java.lang.String DisplayPortletWML()
Description copied from class: IntrinsicPortletView
Displays the WML for the portlet. The child classes must implement this function. This function is called by DisplayWML().

Specified by:
DisplayPortletWML in class IntrinsicPortletView
Returns:
WML for portlet
See Also:
IntrinsicPortletView.DisplayPortletWML()

GetName

public java.lang.String GetName()
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class IntrinsicPortletView
Returns:
String
See Also:
IMVCObject.GetName()



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