com.ibm.ccd.ui.portlets.search.core.cmd
Class QuickSearchCmd
java.lang.Object
com.ibm.ccd.ui.portlets.search.core.cmd.QuickSearchCmd
- All Implemented Interfaces:
- ISearchCommand
public class QuickSearchCmd
- extends java.lang.Object
- implements ISearchCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portletContext
protected org.apache.jetspeed.portlet.PortletContext portletContext
wpsContext
protected WPSContext wpsContext
portletName
protected java.lang.String portletName
helper
protected SearchHelper helper
QuickSearchCmd
public QuickSearchCmd()
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
search
protected void search(SearchInputBean searchInputBean)
throws UIException,
WPCMediatorException
- Throws:
UIException
WPCMediatorException
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
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