Package com.liferay.exportimport.lar
Interface PermissionImporter
public interface PermissionImporter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkRoles
(long companyId, long groupId, long userId, com.liferay.portal.kernel.xml.Element portletElement) void
void
importPortletPermissions
(long companyId, long groupId, long userId, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.xml.Element portletElement, String portletId) void
readPortletDataPermissions
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
-
Method Details
-
checkRoles
void checkRoles(long companyId, long groupId, long userId, com.liferay.portal.kernel.xml.Element portletElement) throws Exception - Throws:
Exception
-
clearCache
void clearCache() -
importPortletPermissions
void importPortletPermissions(long companyId, long groupId, long userId, com.liferay.portal.kernel.model.Layout layout, com.liferay.portal.kernel.xml.Element portletElement, String portletId) throws Exception - Throws:
Exception
-
readPortletDataPermissions
void readPortletDataPermissions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) throws Exception - Throws:
Exception
-