Liferay 6.2.0-ce-m5

Uses of Interface
com.liferay.portal.kernel.portlet.LiferayPortletConfig

Packages that use LiferayPortletConfig
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.blogs.action   
com.liferay.portlet.bookmarks.action   
com.liferay.portlet.documentlibrary.action   
com.liferay.portlet.journal.action   
com.liferay.portlet.messageboards.action   
com.liferay.portlet.trash.action   
com.liferay.portlet.wiki.action   
com.liferay.util.bridges.alloy   
 

Uses of LiferayPortletConfig in com.liferay.portlet
 

Classes in com.liferay.portlet that implement LiferayPortletConfig
 class PortletConfigImpl
           
 

Uses of LiferayPortletConfig in com.liferay.portlet.blogs.action
 

Methods in com.liferay.portlet.blogs.action with parameters of type LiferayPortletConfig
protected  void EditEntryAction.deleteEntries(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
 

Uses of LiferayPortletConfig in com.liferay.portlet.bookmarks.action
 

Methods in com.liferay.portlet.bookmarks.action with parameters of type LiferayPortletConfig
protected  void EditEntryAction.deleteEntry(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void EditFolderAction.deleteFolders(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
 

Uses of LiferayPortletConfig in com.liferay.portlet.documentlibrary.action
 

Methods in com.liferay.portlet.documentlibrary.action with parameters of type LiferayPortletConfig
protected  void EditEntryAction.deleteEntries(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void EditFileEntryAction.deleteFileEntry(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void EditFileShortcutAction.deleteFileShortcut(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void EditFolderAction.deleteFolders(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
 

Uses of LiferayPortletConfig in com.liferay.portlet.journal.action
 

Methods in com.liferay.portlet.journal.action with parameters of type LiferayPortletConfig
protected  void EditArticleAction.deleteArticles(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void EditEntryAction.deleteEntries(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void EditFolderAction.deleteFolders(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
 

Uses of LiferayPortletConfig in com.liferay.portlet.messageboards.action
 

Methods in com.liferay.portlet.messageboards.action with parameters of type LiferayPortletConfig
protected  void EditCategoryAction.deleteCategories(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void DeleteThreadAction.deleteThreads(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
 

Uses of LiferayPortletConfig in com.liferay.portlet.trash.action
 

Methods in com.liferay.portlet.trash.action with parameters of type LiferayPortletConfig
protected  void EditEntryAction.addRestoreData(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, List<ObjectValuePair<String,Long>> entryOVPs)
           
 

Uses of LiferayPortletConfig in com.liferay.portlet.wiki.action
 

Methods in com.liferay.portlet.wiki.action with parameters of type LiferayPortletConfig
protected  void EditPageAttachmentsAction.deleteAttachment(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void EditNodeAction.deleteNode(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
protected  void EditPageAction.deletePage(LiferayPortletConfig liferayPortletConfig, ActionRequest actionRequest, boolean moveToTrash)
           
 

Uses of LiferayPortletConfig in com.liferay.util.bridges.alloy
 

Fields in com.liferay.util.bridges.alloy declared as LiferayPortletConfig
protected  LiferayPortletConfig BaseAlloyControllerImpl.liferayPortletConfig
           
 


Liferay 6.2.0-ce-m5