|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.UserGroupGroupRoleServiceWrapper
@ProviderType public class UserGroupGroupRoleServiceWrapper
Provides a wrapper for UserGroupGroupRoleService.
UserGroupGroupRoleService| Constructor Summary | |
|---|---|
UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
|
|
| Method Summary | |
|---|---|
void |
addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
|
void |
deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
UserGroupGroupRoleService |
getWrappedService()
|
UserGroupGroupRoleService |
getWrappedUserGroupGroupRoleService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
void |
setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
|
void |
setWrappedUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.UserGroupGroupRoleService) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
| Method Detail |
|---|
public void addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
addUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalException
public void addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
addUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalException
public void deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
throws PortalException
deleteUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalException
public void deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId)
throws PortalException
deleteUserGroupGroupRoles in interface UserGroupGroupRoleServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface UserGroupGroupRoleService@Deprecated public UserGroupGroupRoleService getWrappedUserGroupGroupRoleService()
getWrappedService()
@Deprecated public void setWrappedUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService(com.liferay.portal.service.UserGroupGroupRoleService)
public UserGroupGroupRoleService getWrappedService()
getWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>
|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||