com.liferay.portlet.shopping.service.permission
Class ShoppingOrderPermission
java.lang.Object
com.liferay.portlet.shopping.service.permission.ShoppingOrderPermission
public class ShoppingOrderPermission
- extends Object
Method Summary |
static void |
check(PermissionChecker permissionChecker,
long groupId,
long orderId,
String actionId)
|
static void |
check(PermissionChecker permissionChecker,
long groupId,
ShoppingOrder order,
String actionId)
|
static boolean |
contains(PermissionChecker permissionChecker,
long groupId,
long orderId,
String actionId)
|
static boolean |
contains(PermissionChecker permissionChecker,
long groupId,
ShoppingOrder order,
String actionId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingOrderPermission
public ShoppingOrderPermission()
check
public static void check(PermissionChecker permissionChecker,
long groupId,
long orderId,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
check
public static void check(PermissionChecker permissionChecker,
long groupId,
ShoppingOrder order,
String actionId)
throws PortalException
- Throws:
PortalException
contains
public static boolean contains(PermissionChecker permissionChecker,
long groupId,
long orderId,
String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
contains
public static boolean contains(PermissionChecker permissionChecker,
long groupId,
ShoppingOrder order,
String actionId)