Liferay 6.2-ce-ga5

com.liferay.util.bridges.alloy
Class AlloyPermission

java.lang.Object
  extended by com.liferay.util.bridges.alloy.AlloyPermission

public class AlloyPermission
extends Object


Constructor Summary
AlloyPermission()
           
 
Method Summary
static void check(PermissionChecker permissionChecker, long groupId, String portletId, String controller, String actionId)
           
static void check(ThemeDisplay themeDisplay, String controller, String actionId)
           
static boolean contains(PermissionChecker permissionChecker, long groupId, String portletId, String controller, String actionId)
           
static boolean contains(ThemeDisplay themeDisplay, String controller, String actionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlloyPermission

public AlloyPermission()
Method Detail

check

public static void check(PermissionChecker permissionChecker,
                         long groupId,
                         String portletId,
                         String controller,
                         String actionId)
                  throws PortalException
Throws:
PortalException

check

public static void check(ThemeDisplay themeDisplay,
                         String controller,
                         String actionId)
                  throws PortalException
Throws:
PortalException

contains

public static boolean contains(PermissionChecker permissionChecker,
                               long groupId,
                               String portletId,
                               String controller,
                               String actionId)

contains

public static boolean contains(ThemeDisplay themeDisplay,
                               String controller,
                               String actionId)

Liferay 6.2-ce-ga5