com.sri.emo.wizard.creation
Class SearchListPage

java.lang.Object
  extended by com.sri.emo.wizard.defaults.EmoWizardPage
      extended by com.sri.emo.wizard.creation.SearchListPage
All Implemented Interfaces:
WizardPage, Serializable

public class SearchListPage
extends EmoWizardPage

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Field Summary
(package private)  String nodeType
           
static String PARAM_PREFIX
          The prefix of all ids that this class culls from the parameters.
(package private)  SearchResultBean searchBean
           
(package private)  Serializable sourcePageId
           
 
Constructor Summary
SearchListPage(Integer newId, PageMetadata pageMetadata, ValidValue[] optionalMenu)
           
 
Method Summary
 String getNodeType()
           
 SearchResultBean getSearchBean()
           
 Serializable getSourcePageId()
           
 void setData(Serializable newData)
          Sets the data associated with the page.
 void setNodeType(String nodeType)
          setNodeType
 void setSearchBean(SearchResultBean searchBean)
           
 void setSourcePageId(Serializable sourcePageId)
           
 
Methods inherited from class com.sri.emo.wizard.defaults.EmoWizardPage
addError, equals, getData, getId, getMenu, getMetadata, getPageErrors, getPrintableData, hashCode, removeErrors, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PARAM_PREFIX

public static final String PARAM_PREFIX
The prefix of all ids that this class culls from the parameters. They are of the form of WIZ_DATA_ID + "_" + SomeNumber

See Also:
Constant Field Values

searchBean

SearchResultBean searchBean

nodeType

String nodeType

sourcePageId

Serializable sourcePageId
Constructor Detail

SearchListPage

public SearchListPage(Integer newId,
                      PageMetadata pageMetadata,
                      ValidValue[] optionalMenu)
Method Detail

setData

public void setData(Serializable newData)
             throws WizardException
Description copied from interface: WizardPage
Sets the data associated with the page.

Specified by:
setData in interface WizardPage
Overrides:
setData in class EmoWizardPage
Parameters:
newData - the new data for the page.
Throws:
WizardException - upon error.

getSearchBean

public SearchResultBean getSearchBean()

getNodeType

public String getNodeType()

getSourcePageId

public Serializable getSourcePageId()

setSearchBean

public void setSearchBean(SearchResultBean searchBean)

setNodeType

public void setNodeType(String nodeType)
setNodeType

Parameters:
string - String

setSourcePageId

public void setSourcePageId(Serializable sourcePageId)


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.