Liferay 6.2-ce-ga5

com.liferay.portlet.calendar.service.permission
Class CalEventPermission

java.lang.Object
  extended by com.liferay.portlet.calendar.service.permission.CalEventPermission

public class CalEventPermission
extends Object


Constructor Summary
CalEventPermission()
           
 
Method Summary
static void check(PermissionChecker permissionChecker, CalEvent event, String actionId)
           
static void check(PermissionChecker permissionChecker, long eventId, String actionId)
           
static boolean contains(PermissionChecker permissionChecker, CalEvent event, String actionId)
           
static boolean contains(PermissionChecker permissionChecker, long eventId, String actionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalEventPermission

public CalEventPermission()
Method Detail

check

public static void check(PermissionChecker permissionChecker,
                         CalEvent event,
                         String actionId)
                  throws PortalException
Throws:
PortalException

check

public static void check(PermissionChecker permissionChecker,
                         long eventId,
                         String actionId)
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

contains

public static boolean contains(PermissionChecker permissionChecker,
                               CalEvent event,
                               String actionId)

contains

public static boolean contains(PermissionChecker permissionChecker,
                               long eventId,
                               String actionId)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5