com.liferay.portlet.mobiledevicerules.service.permission
Class MDRRuleGroupPermissionImpl
java.lang.Object
com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupPermissionImpl
- All Implemented Interfaces:
- MDRRuleGroupPermission
public class MDRRuleGroupPermissionImpl
- extends Object
- implements MDRRuleGroupPermission
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRRuleGroupPermissionImpl
public MDRRuleGroupPermissionImpl()
check
public void check(PermissionChecker permissionChecker,
long ruleGroupId,
String actionId)
throws PortalException,
SystemException
- Specified by:
check
in interface MDRRuleGroupPermission
- Throws:
PortalException
SystemException
check
public void check(PermissionChecker permissionChecker,
MDRRuleGroup ruleGroup,
String actionId)
throws PortalException
- Specified by:
check
in interface MDRRuleGroupPermission
- Throws:
PortalException
contains
public boolean contains(PermissionChecker permissionChecker,
long ruleGroupId,
String actionId)
throws PortalException,
SystemException
- Specified by:
contains
in interface MDRRuleGroupPermission
- Throws:
PortalException
SystemException
contains
public boolean contains(PermissionChecker permissionChecker,
MDRRuleGroup ruleGroup,
String actionId)
- Specified by:
contains
in interface MDRRuleGroupPermission