com.liferay.portal.service.permission
Class AccountPermissionImpl
java.lang.Object
com.liferay.portal.service.permission.AccountPermissionImpl
- All Implemented Interfaces:
- AccountPermission
public class AccountPermissionImpl
- extends Object
- implements AccountPermission
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccountPermissionImpl
public AccountPermissionImpl()
check
public void check(PermissionChecker permissionChecker,
Account account,
String actionId)
throws PortalException
- Specified by:
check
in interface AccountPermission
- Throws:
PortalException
check
public void check(PermissionChecker permissionChecker,
long accountId,
String actionId)
throws PortalException,
SystemException
- Specified by:
check
in interface AccountPermission
- Throws:
PortalException
SystemException
contains
public boolean contains(PermissionChecker permissionChecker,
Account account,
String actionId)
- Specified by:
contains
in interface AccountPermission
contains
public boolean contains(PermissionChecker permissionChecker,
long accountId,
String actionId)
throws PortalException,
SystemException
- Specified by:
contains
in interface AccountPermission
- Throws:
PortalException
SystemException