|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.PermissionServiceWrapper
@ProviderType public class PermissionServiceWrapper
Provides a wrapper for PermissionService.
PermissionService| Constructor Summary | |
|---|---|
PermissionServiceWrapper(PermissionService permissionService)
|
|
| 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. |
PermissionService |
getWrappedService()
|
void |
setWrappedService(PermissionService permissionService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PermissionServiceWrapper(PermissionService permissionService)
| Method Detail |
|---|
public void checkPermission(long groupId,
String name,
long primKey)
throws PortalException
checkPermission in interface PermissionServicegroupId - the primary key of the groupname - the service nameprimKey - the primary key of the service
PortalException
public void checkPermission(long groupId,
String name,
String primKey)
throws PortalException
checkPermission in interface PermissionServicegroupId - the primary key of the groupname - the service nameprimKey - the primary key of the service
PortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PermissionServicepublic PermissionService getWrappedService()
getWrappedService in interface ServiceWrapper<PermissionService>public void setWrappedService(PermissionService permissionService)
setWrappedService in interface ServiceWrapper<PermissionService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||