public interface FindActionHelper
| Modifier and Type | Method and Description |
|---|---|
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
long |
getGroupId(long primaryKey) |
String |
getPrimaryKeyParameterName() |
javax.portlet.PortletURL |
processPortletURL(javax.servlet.http.HttpServletRequest request,
javax.portlet.PortletURL portletURL) |
void |
setPrimaryKeyParameter(javax.portlet.PortletURL portletURL,
long primaryKey) |
void execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionlong getGroupId(long primaryKey)
throws Exception
ExceptionString getPrimaryKeyParameterName()
javax.portlet.PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request,
javax.portlet.PortletURL portletURL)
throws Exception
Exceptionvoid setPrimaryKeyParameter(javax.portlet.PortletURL portletURL,
long primaryKey)
throws Exception
Exception