public class PermissionServiceImpl extends PermissionServiceBaseImpl
counterLocalService, permissionService, resourcePermissionFinder, resourcePermissionLocalService, resourcePermissionPersistence, resourcePermissionService, roleFinder, roleLocalService, rolePersistence, roleService, teamFinder, teamLocalService, teamPersistence, teamService| Constructor and Description |
|---|
PermissionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkBaseModelPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long groupId,
String className,
long classPK) |
void |
checkPermission(long groupId,
String name,
long primKey)
Checks to see if the group has permission to the service.
|
void |
checkPermission(long groupId,
String name,
String primKey)
Checks to see if the group has permission to the service.
|
protected void |
checkPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long groupId,
String name,
String primKey) |
afterPropertiesSet, destroy, getCounterLocalService, getOSGiServiceIdentifier, getPermissionService, getResourcePermissionFinder, getResourcePermissionLocalService, getResourcePermissionPersistence, getResourcePermissionService, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getTeamFinder, getTeamLocalService, getTeamPersistence, getTeamService, runSQL, setCounterLocalService, setPermissionService, setResourcePermissionFinder, setResourcePermissionLocalService, setResourcePermissionPersistence, setResourcePermissionService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setTeamFinder, setTeamLocalService, setTeamPersistence, setTeamService@JSONWebService(mode=IGNORE)
public void checkPermission(long groupId,
String name,
long primKey)
throws com.liferay.portal.kernel.exception.PortalException
groupId - the primary key of the groupname - the service nameprimKey - the primary key of the servicecom.liferay.portal.kernel.exception.PortalExceptionpublic void checkPermission(long groupId,
String name,
String primKey)
throws com.liferay.portal.kernel.exception.PortalException
groupId - the primary key of the groupname - the service nameprimKey - the primary key of the servicecom.liferay.portal.kernel.exception.PortalExceptionprotected boolean checkBaseModelPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long groupId,
String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void checkPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
long groupId,
String name,
String primKey)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException