Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.security.permission
Class MBPermissionPropagatorImpl

java.lang.Object
  extended by com.liferay.portal.security.permission.BasePermissionPropagator
      extended by com.liferay.portlet.messageboards.security.permission.MBPermissionPropagatorImpl
All Implemented Interfaces:
PermissionPropagator

public class MBPermissionPropagatorImpl
extends BasePermissionPropagator


Constructor Summary
MBPermissionPropagatorImpl()
           
 
Method Summary
protected  void propagateCategoryRolePermissions(ActionRequest actionRequest, String className, long primaryKey, long categoryId, long[] roleIds)
           
protected  void propagateCategoryRolePermissions(ActionRequest actionRequest, String className, String primKey, long[] roleIds)
           
protected  void propagateMBRolePermissions(ActionRequest actionRequest, String className, String primKey, long[] roleIds)
           
protected  void propagateMessageRolePermissions(ActionRequest actionRequest, String className, long primaryKey, long messageId, long[] roleIds)
           
 void propagateRolePermissions(ActionRequest actionRequest, String className, String primKey, long[] roleIds)
           
protected  void propagateThreadRolePermissions(ActionRequest actionRequest, String className, long messageId, long threadId, long[] roleIds)
           
 
Methods inherited from class com.liferay.portal.security.permission.BasePermissionPropagator
getActionIds, getAvailableActionIds, propagateRolePermissions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBPermissionPropagatorImpl

public MBPermissionPropagatorImpl()
Method Detail

propagateRolePermissions

public void propagateRolePermissions(ActionRequest actionRequest,
                                     String className,
                                     String primKey,
                                     long[] roleIds)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

propagateCategoryRolePermissions

protected void propagateCategoryRolePermissions(ActionRequest actionRequest,
                                                String className,
                                                long primaryKey,
                                                long categoryId,
                                                long[] roleIds)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

propagateCategoryRolePermissions

protected void propagateCategoryRolePermissions(ActionRequest actionRequest,
                                                String className,
                                                String primKey,
                                                long[] roleIds)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

propagateMBRolePermissions

protected void propagateMBRolePermissions(ActionRequest actionRequest,
                                          String className,
                                          String primKey,
                                          long[] roleIds)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

propagateMessageRolePermissions

protected void propagateMessageRolePermissions(ActionRequest actionRequest,
                                               String className,
                                               long primaryKey,
                                               long messageId,
                                               long[] roleIds)
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

propagateThreadRolePermissions

protected void propagateThreadRolePermissions(ActionRequest actionRequest,
                                              String className,
                                              long messageId,
                                              long threadId,
                                              long[] roleIds)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3