public class PermissionServiceImpl extends PermissionServiceBaseImpl
counterLocalService, permissionService, resourceBlockFinder, resourceBlockLocalService, resourceBlockPersistence, resourceBlockService, resourcePermissionFinder, resourcePermissionLocalService, resourcePermissionPersistence, resourcePermissionService, roleFinder, roleLocalService, rolePersistence, roleService, teamFinder, teamLocalService, teamPersistence, teamService, userFinder, userLocalService, userPersistence, userService
Constructor and Description |
---|
PermissionServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
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) |
destroy, getCounterLocalService, getOSGiServiceIdentifier, getPermissionService, getResourceBlockFinder, getResourceBlockLocalService, getResourceBlockPersistence, getResourceBlockService, getResourcePermissionFinder, getResourcePermissionLocalService, getResourcePermissionPersistence, getResourcePermissionService, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getTeamFinder, getTeamLocalService, getTeamPersistence, getTeamService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setPermissionService, setResourceBlockFinder, setResourceBlockLocalService, setResourceBlockPersistence, setResourceBlockService, setResourcePermissionFinder, setResourcePermissionLocalService, setResourcePermissionPersistence, setResourcePermissionService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setTeamFinder, setTeamLocalService, setTeamPersistence, setTeamService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
public void afterPropertiesSet()
afterPropertiesSet
in class PermissionServiceBaseImpl
@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.PortalException
public 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.PortalException
protected 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.PortalException
protected 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