Liferay 6.0-ee

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

Packages that use LayoutCache
com.liferay.portal.lar   
 

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 parentEl)
           
protected  void PermissionExporter.exportInheritedPermissions(LayoutCache layoutCache, long companyId, String resourceName, String resourcePrimKey, Element parentEl, String entityName)
           
protected  void PermissionExporter.exportInheritedRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentEl)
           
protected  void LayoutExporter.exportLayout(PortletDataContext context, Portlet layoutConfigurationPortlet, LayoutCache layoutCache, Map<String,Object[]> portletIds, boolean exportPermissions, boolean exportUserPermissions, Layout layout, Element layoutsElement)
           
protected  void PermissionExporter.exportLayoutPermissions(PortletDataContext context, LayoutCache layoutCache, long companyId, long groupId, Layout layout, Element layoutEl, boolean exportUserPermissions)
           
protected  void PermissionExporter.exportLayoutRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesEl)
           
protected  void PermissionExporter.exportPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean exportUserPermissions)
           
protected  void PermissionExporter.exportPermissions_5(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean portletActions)
           
protected  void PermissionExporter.exportPermissions_6(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean portletActions)
           
protected  void PortletExporter.exportPortlet(PortletDataContext context, LayoutCache layoutCache, String portletId, Layout layout, Element parentEl, long defaultUserId, boolean exportPermissions, boolean exportPortletArchivedSetups, boolean exportPortletData, boolean exportPortletSetup, boolean exportPortletUserPreferences, boolean exportUserPermissions)
           
protected  void PermissionExporter.exportPortletPermissions(PortletDataContext context, LayoutCache layoutCache, String portletId, Layout layout, Element portletEl)
           
protected  void PermissionExporter.exportPortletRoles(LayoutCache layoutCache, long companyId, long groupId, String portletId, Element rolesEl)
           
protected  void PermissionExporter.exportUserPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentEl)
           
protected  void PermissionExporter.exportUserRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, Element parentEl)
           
protected  void PermissionImporter.importGroupPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentEl, String elName, boolean portletActions)
           
protected  void PermissionImporter.importGroupRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentEl)
           
protected  void PermissionImporter.importInheritedPermissions(LayoutCache layoutCache, long companyId, String resourceName, String resourcePrimKey, Element permissionsEl, String entityName, boolean portletActions)
           
protected  void PermissionImporter.importInheritedRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String entityName, Element parentEl)
           
protected  void LayoutImporter.importLayout(PortletDataContext context, User user, LayoutCache layoutCache, List<Layout> previousLayouts, List<Layout> newLayouts, Map<Long,Layout> newLayoutsMap, Set<Long> newLayoutIds, String portletsMergeMode, String themeId, String colorSchemeId, String layoutsImportMode, boolean privateLayout, boolean importPermissions, boolean importUserPermissions, boolean useThemeZip, Element rootElement, Element layoutElement)
           
protected  void PermissionImporter.importLayoutPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, Group guestGroup, Layout layout, String resourceName, String resourcePrimKey, Element permissionsEl, boolean importUserPermissions)
           
protected  void PermissionImporter.importLayoutPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element layoutEl, Element parentEl, boolean importUserPermissions)
           
protected  void PermissionImporter.importLayoutRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesEl)
           
protected  void PermissionImporter.importPermissions_5(LayoutCache layoutCache, long companyId, long groupId, long userId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean portletActions)
           
protected  void PermissionImporter.importPermissions_6(LayoutCache layoutCache, long companyId, long groupId, long userId, String resourceName, String resourcePrimKey, Element permissionsEl, boolean portletActions)
           
protected  void PermissionImporter.importPortletPermissions_1to4(LayoutCache layoutCache, long companyId, long groupId, Group guestGroup, Layout layout, Element permissionsEl, boolean importUserPermissions)
           
protected  void PermissionImporter.importPortletPermissions(LayoutCache layoutCache, long companyId, long groupId, long userId, Layout layout, Element portletEl, String portletId, boolean importUserPermissions)
           
protected  void PermissionImporter.importPortletRoles(LayoutCache layoutCache, long companyId, long groupId, Element rolesEl)
           
protected  void PermissionImporter.importPortletRoles(LayoutCache layoutCache, long companyId, long groupId, String portletId, Element rolesEl)
           
protected  void PermissionImporter.importRolePermissions(LayoutCache layoutCache, long companyId, String resourceName, int scope, String resourcePrimKey, Element parentEl, boolean communityRole)
           
protected  void PermissionImporter.importUserPermissions(LayoutCache layoutCache, long companyId, long groupId, String resourceName, String resourcePrimKey, Element parentEl, boolean portletActions)
           
protected  void PermissionImporter.importUserRoles(LayoutCache layoutCache, long companyId, long groupId, String resourceName, Element parentEl)
           
 


Liferay 6.0-ee