Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.lar.LayoutCache

Packages that use LayoutCache
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
 

Uses of LayoutCache in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar with parameters of type LayoutCache
protected  Role PermissionImporter.checkRole(LayoutCache layoutCache, long companyId, long groupId, long userId, Element roleElement)
           
protected  void PermissionImporter.checkRoles(LayoutCache layoutCache, long companyId, long groupId, long userId, Element portletElement)
           
protected  void PermissionExporter.exportPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsElement, boolean portletActions)
           
protected  void PortletExporter.exportPortlet(PortletDataContext portletDataContext, LayoutCache layoutCache, String portletId, Layout layout, Element parentElement, boolean exportPermissions, boolean exportPortletArchivedSetups, boolean exportPortletData, boolean exportPortletSetup, boolean exportPortletUserPreferences)
           
protected  void PermissionExporter.exportPortletPermissions(PortletDataContext portletDataContext, LayoutCache layoutCache, String portletId, Layout layout, Element portletElement)
           
protected  void PermissionExporter.exportUserRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, Element parentElement)
           
protected  void PermissionImporter.importPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, String resourceName, String resourcePrimKey, Element permissionsElement, boolean portletActions)
           
protected  void PermissionImporter.importPortletPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element portletElement, String portletId)
           
 


Liferay 6.2-ce-ga5