com.liferay.portlet.documentlibrary.action
Class FindFolderAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.struts.FindAction
          extended by com.liferay.portlet.documentlibrary.action.FindFolderAction
Direct Known Subclasses:
FindFileEntryAction

public class FindFolderAction
extends FindAction

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
FindFolderAction()
           
 
Method Summary
protected  long getGroupId(long primaryKey)
           
protected  java.lang.String getPrimaryKeyParameterName()
           
protected  java.lang.String getStrutsAction(javax.servlet.http.HttpServletRequest request, java.lang.String portletId)
           
protected  java.lang.String[] initPortletIds()
           
 
Methods inherited from class com.liferay.portal.struts.FindAction
execute, getPlidAndPortletId, processPortletURL, setPrimaryKeyParameter
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindFolderAction

public FindFolderAction()
Method Detail

getGroupId

protected long getGroupId(long primaryKey)
                   throws java.lang.Exception
Specified by:
getGroupId in class FindAction
Throws:
java.lang.Exception

getPrimaryKeyParameterName

protected java.lang.String getPrimaryKeyParameterName()
Specified by:
getPrimaryKeyParameterName in class FindAction

getStrutsAction

protected java.lang.String getStrutsAction(javax.servlet.http.HttpServletRequest request,
                                           java.lang.String portletId)
Specified by:
getStrutsAction in class FindAction

initPortletIds

protected java.lang.String[] initPortletIds()
Specified by:
initPortletIds in class FindAction