|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.UserGroupRoleServiceWrapper
@ProviderType public class UserGroupRoleServiceWrapper
Provides a wrapper for UserGroupRoleService.
UserGroupRoleService| Constructor Summary | |
|---|---|
UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
|
|
| Method Summary | |
|---|---|
void |
addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
void |
deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
|
void |
deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
UserGroupRoleService |
getWrappedService()
|
UserGroupRoleService |
getWrappedUserGroupRoleService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
void |
setWrappedService(UserGroupRoleService userGroupRoleService)
|
void |
setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.UserGroupRoleService) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
| Method Detail |
|---|
public void addUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
addUserGroupRoles in interface UserGroupRoleServicePortalException
public void addUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
addUserGroupRoles in interface UserGroupRoleServicePortalException
public void deleteUserGroupRoles(long userId,
long groupId,
long[] roleIds)
throws PortalException
deleteUserGroupRoles in interface UserGroupRoleServicePortalException
public void deleteUserGroupRoles(long[] userIds,
long groupId,
long roleId)
throws PortalException
deleteUserGroupRoles in interface UserGroupRoleServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserGroupRoleService@Deprecated public UserGroupRoleService getWrappedUserGroupRoleService()
getWrappedService()
@Deprecated public void setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
setWrappedService(com.liferay.portal.service.UserGroupRoleService)
public UserGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupRoleService>public void setWrappedService(UserGroupRoleService userGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupRoleService>
|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||