com.liferay.portal.struts
Interface FindActionHelper
- All Known Subinterfaces:
- StrutsPortletFindActionHelper
- All Known Implementing Classes:
- BaseFindActionHelper, BaseStrutsPortletFindActionHelper
public interface FindActionHelper
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