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