com.liferay.portlet.imagegallery.service.permission
Class IGImagePermission
java.lang.Object
com.liferay.portlet.imagegallery.service.permission.IGImagePermission
public class IGImagePermission
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGImagePermission
public IGImagePermission()
check
public static void check(PermissionChecker permissionChecker,
IGImage image,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
check
public static void check(PermissionChecker permissionChecker,
long imageId,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
contains
public static boolean contains(PermissionChecker permissionChecker,
IGImage image,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
contains
public static boolean contains(PermissionChecker permissionChecker,
long imageId,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException