public abstract class BaseFindActionHelper extends java.lang.Object implements FindActionHelper
Constructor and Description |
---|
BaseFindActionHelper() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addRequiredParameters(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId,
javax.portlet.PortletURL portletURL) |
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
abstract long |
getGroupId(long primaryKey) |
protected abstract PortletLayoutFinder |
getPortletLayoutFinder() |
abstract java.lang.String |
getPrimaryKeyParameterName() |
abstract javax.portlet.PortletURL |
processPortletURL(javax.servlet.http.HttpServletRequest request,
javax.portlet.PortletURL portletURL) |
abstract void |
setPrimaryKeyParameter(javax.portlet.PortletURL portletURL,
long primaryKey) |
protected static Layout |
setTargetLayout(javax.servlet.http.HttpServletRequest request,
long groupId,
long plid) |
public void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
execute
in interface FindActionHelper
java.lang.Exception
public abstract long getGroupId(long primaryKey) throws java.lang.Exception
getGroupId
in interface FindActionHelper
java.lang.Exception
public abstract java.lang.String getPrimaryKeyParameterName()
getPrimaryKeyParameterName
in interface FindActionHelper
public abstract javax.portlet.PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request, javax.portlet.PortletURL portletURL) throws java.lang.Exception
processPortletURL
in interface FindActionHelper
java.lang.Exception
public abstract void setPrimaryKeyParameter(javax.portlet.PortletURL portletURL, long primaryKey) throws java.lang.Exception
setPrimaryKeyParameter
in interface FindActionHelper
java.lang.Exception
protected static Layout setTargetLayout(javax.servlet.http.HttpServletRequest request, long groupId, long plid) throws java.lang.Exception
java.lang.Exception
protected abstract void addRequiredParameters(javax.servlet.http.HttpServletRequest request, java.lang.String portletId, javax.portlet.PortletURL portletURL)
protected abstract PortletLayoutFinder getPortletLayoutFinder()