com.liferay.portlet.dynamicdatamapping.service.permission
Class DDMStructurePermission
java.lang.Object
com.liferay.portlet.dynamicdatamapping.service.permission.DDMStructurePermission
public class DDMStructurePermission
- extends Object
Method Summary |
static void |
check(PermissionChecker permissionChecker,
DDMStructure structure,
String actionId)
|
static void |
check(PermissionChecker permissionChecker,
long structureId,
String actionId)
|
static void |
check(PermissionChecker permissionChecker,
long groupId,
String structureKey,
String actionId)
|
static boolean |
contains(PermissionChecker permissionChecker,
DDMStructure structure,
String actionId)
|
static boolean |
contains(PermissionChecker permissionChecker,
long structureId,
String actionId)
|
static boolean |
contains(PermissionChecker permissionChecker,
long groupId,
String structureKey,
String actionId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMStructurePermission
public DDMStructurePermission()
check
public static void check(PermissionChecker permissionChecker,
DDMStructure structure,
String actionId)
throws PortalException
- Throws:
PortalException
check
public static void check(PermissionChecker permissionChecker,
long structureId,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
check
public static void check(PermissionChecker permissionChecker,
long groupId,
String structureKey,
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,
long structureId,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
contains
public static boolean contains(PermissionChecker permissionChecker,
long groupId,
String structureKey,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException