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