Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.action
Class FindFileEntryAction

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
              extended by com.liferay.portlet.documentlibrary.action.FindFileEntryAction

public class FindFileEntryAction
extends FindFolderAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
FindFileEntryAction()
           
 
Method Summary
protected  long getGroupId(long primaryKey)
           
protected  String getPrimaryKeyParameterName()
           
protected  String getStrutsAction(javax.servlet.http.HttpServletRequest request, String portletId)
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.action.FindFolderAction
initPortletIds
 
Methods inherited from class com.liferay.portal.struts.FindAction
execute, getPlidAndPortletId, getPortletId, 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

FindFileEntryAction

public FindFileEntryAction()
Method Detail

getGroupId

protected long getGroupId(long primaryKey)
                   throws Exception
Overrides:
getGroupId in class FindFolderAction
Throws:
Exception

getPrimaryKeyParameterName

protected String getPrimaryKeyParameterName()
Overrides:
getPrimaryKeyParameterName in class FindFolderAction

getStrutsAction

protected String getStrutsAction(javax.servlet.http.HttpServletRequest request,
                                 String portletId)
Overrides:
getStrutsAction in class FindFolderAction

Liferay 6.1.2-ce-ga3