Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.service.permission
Class MBMessagePermission

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.permission.MBMessagePermission

public class MBMessagePermission
extends Object


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

Constructor Detail

MBMessagePermission

public MBMessagePermission()
Method Detail

check

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

check

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

contains

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

contains

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

Liferay 6.1.2-ce-ga3