Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class UserGroupRoleServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.UserGroupRoleServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<UserGroupRoleService>, UserGroupRoleService

public class UserGroupRoleServiceWrapper
extends Object
implements UserGroupRoleService, ServiceWrapper<UserGroupRoleService>

This class is a wrapper for UserGroupRoleService.

See Also:
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 getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 UserGroupRoleService getWrappedService()
           
 UserGroupRoleService getWrappedUserGroupRoleService()
          Deprecated. Renamed to getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(UserGroupRoleService userGroupRoleService)
           
 void setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
          Deprecated. Renamed to 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

UserGroupRoleServiceWrapper

public UserGroupRoleServiceWrapper(UserGroupRoleService userGroupRoleService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface UserGroupRoleService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface UserGroupRoleService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addUserGroupRoles

public void addUserGroupRoles(long userId,
                              long groupId,
                              long[] roleIds)
                       throws PortalException,
                              SystemException
Specified by:
addUserGroupRoles in interface UserGroupRoleService
Throws:
PortalException
SystemException

addUserGroupRoles

public void addUserGroupRoles(long[] userIds,
                              long groupId,
                              long roleId)
                       throws PortalException,
                              SystemException
Specified by:
addUserGroupRoles in interface UserGroupRoleService
Throws:
PortalException
SystemException

deleteUserGroupRoles

public void deleteUserGroupRoles(long userId,
                                 long groupId,
                                 long[] roleIds)
                          throws PortalException,
                                 SystemException
Specified by:
deleteUserGroupRoles in interface UserGroupRoleService
Throws:
PortalException
SystemException

deleteUserGroupRoles

public void deleteUserGroupRoles(long[] userIds,
                                 long groupId,
                                 long roleId)
                          throws PortalException,
                                 SystemException
Specified by:
deleteUserGroupRoles in interface UserGroupRoleService
Throws:
PortalException
SystemException

getWrappedUserGroupRoleService

public UserGroupRoleService getWrappedUserGroupRoleService()
Deprecated. Renamed to getWrappedService()


setWrappedUserGroupRoleService

public void setWrappedUserGroupRoleService(UserGroupRoleService userGroupRoleService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.UserGroupRoleService)


getWrappedService

public UserGroupRoleService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<UserGroupRoleService>

setWrappedService

public void setWrappedService(UserGroupRoleService userGroupRoleService)
Specified by:
setWrappedService in interface ServiceWrapper<UserGroupRoleService>

Liferay 6.1.2-ce-ga3