Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.service.permission
Class DDMStructurePermission

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.service.permission.DDMStructurePermission

public class DDMStructurePermission
extends Object


Constructor Summary
DDMStructurePermission()
           
 
Method Summary
static void check(PermissionChecker permissionChecker, DDMStructure structure, String actionId)
           
static void check(PermissionChecker permissionChecker, long groupId, long classNameId, String structureKey, String actionId)
           
static void check(PermissionChecker permissionChecker, long structureId, String actionId)
           
static boolean contains(PermissionChecker permissionChecker, DDMStructure structure, String actionId)
           
static boolean contains(PermissionChecker permissionChecker, DDMStructure structure, String portletId, String actionId)
           
static boolean contains(PermissionChecker permissionChecker, long groupId, long classNameId, String structureKey, String actionId)
           
static boolean contains(PermissionChecker permissionChecker, long structureId, String actionId)
           
static boolean contains(PermissionChecker permissionChecker, long structureId, String portletId, String actionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMStructurePermission

public DDMStructurePermission()
Method Detail

check

public static void check(PermissionChecker permissionChecker,
                         DDMStructure structure,
                         String actionId)
                  throws PortalException
Throws:
PortalException

check

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

check

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

contains

public static boolean contains(PermissionChecker permissionChecker,
                               DDMStructure structure,
                               String actionId)

contains

public static boolean contains(PermissionChecker permissionChecker,
                               DDMStructure structure,
                               String portletId,
                               String actionId)

contains

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

contains

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

contains

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

Liferay 6.2-ce-ga5