Liferay 7.0-ce-b4

com.liferay.portal.struts
Interface FindActionHelper

All Known Subinterfaces:
StrutsPortletFindActionHelper
All Known Implementing Classes:
BaseFindActionHelper, BaseStrutsPortletFindActionHelper

public interface FindActionHelper


Method Summary
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 long getGroupId(long primaryKey)
           
 String getPrimaryKeyParameterName()
           
 String[] initPortletIds()
           
 PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request, PortletURL portletURL)
           
 void setPrimaryKeyParameter(PortletURL portletURL, long primaryKey)
           
 

Method Detail

execute

void execute(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
             throws Exception
Throws:
Exception

getGroupId

long getGroupId(long primaryKey)
                throws Exception
Throws:
Exception

getPrimaryKeyParameterName

String getPrimaryKeyParameterName()

initPortletIds

String[] initPortletIds()

processPortletURL

PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request,
                             PortletURL portletURL)
                             throws Exception
Throws:
Exception

setPrimaryKeyParameter

void setPrimaryKeyParameter(PortletURL portletURL,
                            long primaryKey)
                            throws Exception
Throws:
Exception

Liferay 7.0-ce-b4