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,
java.lang.String className,
long classPK) |
void |
checkPermission(long groupId,
java.lang.String name,
long primKey)
Checks to see if the group has permission to the service.
|
void |
checkPermission(long groupId,
java.lang.String name,
java.lang.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,
java.lang.String name,
java.lang.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, java.lang.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.PortalException
public void checkPermission(long groupId, java.lang.String name, java.lang.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.PortalException
protected boolean checkBaseModelPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long groupId, java.lang.String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void checkPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, long groupId, java.lang.String name, java.lang.String primKey) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException