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) |
java.lang.String |
getPrimaryKeyParameterName() |
java.lang.String[] |
initPortletIds() |
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 java.lang.Exception
java.lang.Exceptionlong getGroupId(long primaryKey)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getPrimaryKeyParameterName()
java.lang.String[] initPortletIds()
javax.portlet.PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request,
javax.portlet.PortletURL portletURL)
throws java.lang.Exception
java.lang.Exceptionvoid setPrimaryKeyParameter(javax.portlet.PortletURL portletURL,
long primaryKey)
throws java.lang.Exception
java.lang.Exception