|
Liferay 7.0-ga1 portal-kernel | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PermissionServiceProvides the remote service interface for Permission. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
PermissionServiceUtil,
com.liferay.portal.service.base.PermissionServiceBaseImpl,
com.liferay.portal.service.impl.PermissionServiceImpl| Method Summary | |
|---|---|
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. |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
| Method Detail |
|---|
String getOSGiServiceIdentifier()
void checkPermission(long groupId,
String name,
String primKey)
throws PortalException
groupId - the primary key of the groupname - the service nameprimKey - the primary key of the service
PortalException
@JSONWebService(mode=IGNORE)
void checkPermission(long groupId,
String name,
long primKey)
throws PortalException
groupId - the primary key of the groupname - the service nameprimKey - the primary key of the service
PortalException
|
Liferay 7.0-ga1 portal-kernel | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||