com.ibm.ccd.ui.portlets.search.core.cmd
Class GetPrvResultPageCmd

java.lang.Object
  extended by com.ibm.ccd.ui.portlets.search.core.cmd.GetPrvResultPageCmd
All Implemented Interfaces:
ISearchCommand
Direct Known Subclasses:
LookupTableGetPrvResultPageCmd

public class GetPrvResultPageCmd
extends java.lang.Object
implements ISearchCommand


Constructor Summary
GetPrvResultPageCmd()
           
 
Method Summary
 void execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 SearchFromHistoryCmd getCommand()
           
 org.apache.jetspeed.portlet.PortletContext getPortletContext()
           
 java.lang.String getPortletName()
           
 WPSContext getWpsContext()
           
 void setPortletContext(org.apache.jetspeed.portlet.PortletContext portletContext)
           
 void setPortletName(java.lang.String portletName)
           
 void setWpsContext(WPSContext wpsContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPrvResultPageCmd

public GetPrvResultPageCmd()
Method Detail

getWpsContext

public WPSContext getWpsContext()
Specified by:
getWpsContext in interface ISearchCommand

setWpsContext

public void setWpsContext(WPSContext wpsContext)
Specified by:
setWpsContext in interface ISearchCommand

getPortletContext

public org.apache.jetspeed.portlet.PortletContext getPortletContext()
Specified by:
getPortletContext in interface ISearchCommand

setPortletContext

public void setPortletContext(org.apache.jetspeed.portlet.PortletContext portletContext)
Specified by:
setPortletContext in interface ISearchCommand

execute

public void execute(org.apache.jetspeed.portlet.PortletRequest request,
                    org.apache.jetspeed.portlet.PortletResponse response)
             throws UIException,
                    WPCMediatorException
Specified by:
execute in interface ISearchCommand
Throws:
UIException
WPCMediatorException

setPortletName

public void setPortletName(java.lang.String portletName)
Specified by:
setPortletName in interface ISearchCommand

getPortletName

public java.lang.String getPortletName()
Specified by:
getPortletName in interface ISearchCommand

getCommand

public SearchFromHistoryCmd getCommand()