Liferay 6.1.2-ce-ga3

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.exportInheritedPermissions(LayoutCache layoutCache, long companyId, String resourceName, String resourcePrimKey, Element parentElement, String entityName)
           
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, boolean exportUserPermissions, Layout layout, Element layoutsElement)
           
protected  void PermissionExporter.exportLayoutPermissions(PortletDataContext portletDataContext, LayoutCache layoutCache, long companyId, long groupId, Layout layout, Element layoutElement, boolean exportUserPermissions)
           
protected  void PermissionExporter.exportLayoutRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesElement)
           
protected  void PermissionExporter.exportPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsElement, boolean exportUserPermissions)
           
protected  void PermissionExporter.exportPermissions_5(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsElement, boolean portletActions)
           
protected  void PermissionExporter.exportPermissions_6(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, boolean exportUserPermissions)
           
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.exportUserPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentElement)
           
protected  void PermissionExporter.exportUserRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, Element parentElement)
           
protected  void PermissionImporter.importGroupPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentElement, String elementName, boolean portletActions)
           
protected  void PermissionImporter.importGroupRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentElement)
           
protected  void PermissionImporter.importInheritedPermissions(LayoutCache layoutCache, long companyId, String resourceName, String resourcePrimKey, Element permissionsElement, String entityName, boolean portletActions)
           
protected  void PermissionImporter.importInheritedRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, 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 importUserPermissions, boolean importThemeSettings, Element rootElement, Element layoutElement)
           
protected  void PermissionImporter.importLayoutPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, Group guestGroup, Layout layout, String resourceName, String resourcePrimKey, Element permissionsElement, boolean importUserPermissions)
           
protected  void PermissionImporter.importLayoutPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element layoutElement, Element parentElement, boolean importUserPermissions)
           
protected  void PermissionImporter.importLayoutRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesElement)
           
protected  void PermissionImporter.importPermissions_5(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, String resourceName, String resourcePrimKey, Element permissionsElement, boolean portletActions)
           
protected  void PermissionImporter.importPermissions_6(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, String resourceName, String resourcePrimKey, Element permissionsElement, boolean portletActions)
           
protected  void PermissionImporter.importPortletPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, Group guestGroup, Layout layout, Element permissionsElement, boolean importUserPermissions)
           
protected  void PermissionImporter.importPortletPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element portletElement, String portletId, boolean importUserPermissions)
           
protected  void PermissionImporter.importPortletRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesElement)
           
protected  void PermissionImporter.importPortletRoles(LayoutCache layoutCache, long companyId, long groupId, String portletId, Element rolesElement)
           
protected  void PermissionImporter.importRolePermissions(LayoutCache layoutCache, long companyId, String resourceName, int scope, String resourcePrimKey, Element parentElement, boolean communityRole)
           
protected  void PermissionImporter.importUserPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentElement, boolean portletActions)
           
protected  void PermissionImporter.importUserRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, Element parentElement)
           
 


Liferay 6.1.2-ce-ga3