public interface PermissionImporter
| Modifier and Type | Method and Description |
|---|---|
void |
checkRoles(long companyId,
long groupId,
long userId,
com.liferay.portal.kernel.xml.Element portletElement) |
void |
clearCache() |
void |
importPortletPermissions(long companyId,
long groupId,
long userId,
com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.xml.Element portletElement,
java.lang.String portletId) |
void |
readPortletDataPermissions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
void checkRoles(long companyId,
long groupId,
long userId,
com.liferay.portal.kernel.xml.Element portletElement)
throws java.lang.Exception
java.lang.Exceptionvoid clearCache()
void importPortletPermissions(long companyId,
long groupId,
long userId,
com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.xml.Element portletElement,
java.lang.String portletId)
throws java.lang.Exception
java.lang.Exceptionvoid readPortletDataPermissions(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
throws java.lang.Exception
java.lang.Exception