|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.ResourcePermissionServiceUtil
public class ResourcePermissionServiceUtil
The utility for the resource permission remote service. This utility wraps com.liferay.portal.service.impl.ResourcePermissionServiceImpl and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
ResourcePermissionService,
ResourcePermissionServiceBaseImpl,
com.liferay.portal.service.impl.ResourcePermissionServiceImpl| Constructor Summary | |
|---|---|
ResourcePermissionServiceUtil()
|
|
| Method Summary | |
|---|---|
static void |
addResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
|
static ResourcePermissionService |
getService()
|
static void |
removeResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
|
static void |
removeResourcePermissions(long groupId,
long companyId,
String name,
int scope,
long roleId,
String actionId)
|
static void |
setIndividualResourcePermissions(long groupId,
long companyId,
String name,
String primKey,
long roleId,
String[] actionIds)
|
void |
setService(ResourcePermissionService service)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourcePermissionServiceUtil()
| Method Detail |
|---|
public static void addResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
throws PortalException,
SystemException
PortalException
SystemException
public static void setIndividualResourcePermissions(long groupId,
long companyId,
String name,
String primKey,
long roleId,
String[] actionIds)
throws PortalException,
SystemException
PortalException
SystemException
public static void removeResourcePermission(long groupId,
long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
throws PortalException,
SystemException
PortalException
SystemException
public static void removeResourcePermissions(long groupId,
long companyId,
String name,
int scope,
long roleId,
String actionId)
throws PortalException,
SystemException
PortalException
SystemExceptionpublic static ResourcePermissionService getService()
public void setService(ResourcePermissionService service)
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||