Liferay 6.2.0-ce-m1

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  void PermissionExporter.exportGroupRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentElement)
           
protected  void PermissionExporter.exportInheritedRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentElement)
           
protected  void LayoutExporter.exportLayout(PortletDataContext portletDataContext, Portlet layoutConfigurationPortlet, LayoutCache layoutCache, List<Portlet> portlets, Map<String,Object[]> portletIds, boolean exportPermissions, Layout layout, Element layoutsElement)
           
protected  void PermissionExporter.exportLayoutPermissions(PortletDataContext portletDataContext, LayoutCache layoutCache, long companyId, long groupId, Layout layout, Element layoutElement)
           
protected  void PermissionExporter.exportLayoutRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesElement)
           
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, long defaultUserId, 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.exportPortletRoles(LayoutCache layoutCache, long companyId, long groupId, String portletId, Element rolesElement)
           
protected  void PermissionExporter.exportUserRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, Element parentElement)
           
protected  void LayoutImporter.importLayout(PortletDataContext portletDataContext, User user, LayoutCache layoutCache, List<Layout> previousLayouts, List<Layout> newLayouts, Map<Long,Layout> newLayoutsMap, String portletsMergeMode, String themeId, String colorSchemeId, String layoutsImportMode, boolean privateLayout, boolean importPermissions, boolean importPublicLayoutPermissions, boolean importThemeSettings, Element rootElement, Element layoutElement)
           
protected  void PermissionImporter.importLayoutPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element layoutElement, 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.0-ce-m1