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
Exception
long getGroupId(long primaryKey) throws Exception
Exception
String getPrimaryKeyParameterName()
javax.portlet.PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request, javax.portlet.PortletURL portletURL) throws Exception
Exception
void setPrimaryKeyParameter(javax.portlet.PortletURL portletURL, long primaryKey) throws Exception
Exception