Liferay 6.2-ce-ga5

com.liferay.portal.service
Class UserGroupGroupRoleServiceWrapper

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

@ProviderType
public class UserGroupGroupRoleServiceWrapper
extends Object
implements UserGroupGroupRoleService, ServiceWrapper<UserGroupGroupRoleService>

Provides a wrapper for UserGroupGroupRoleService.

See Also:
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 getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 UserGroupGroupRoleService getWrappedService()
           
 UserGroupGroupRoleService getWrappedUserGroupGroupRoleService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 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

UserGroupGroupRoleServiceWrapper

public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface UserGroupGroupRoleService
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 UserGroupGroupRoleService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addUserGroupGroupRoles

public void addUserGroupGroupRoles(long userGroupId,
                                   long groupId,
                                   long[] roleIds)
                            throws PortalException,
                                   SystemException
Specified by:
addUserGroupGroupRoles in interface UserGroupGroupRoleService
Throws:
PortalException
SystemException

addUserGroupGroupRoles

public void addUserGroupGroupRoles(long[] userGroupIds,
                                   long groupId,
                                   long roleId)
                            throws PortalException,
                                   SystemException
Specified by:
addUserGroupGroupRoles in interface UserGroupGroupRoleService
Throws:
PortalException
SystemException

deleteUserGroupGroupRoles

public void deleteUserGroupGroupRoles(long userGroupId,
                                      long groupId,
                                      long[] roleIds)
                               throws PortalException,
                                      SystemException
Specified by:
deleteUserGroupGroupRoles in interface UserGroupGroupRoleService
Throws:
PortalException
SystemException

deleteUserGroupGroupRoles

public void deleteUserGroupGroupRoles(long[] userGroupIds,
                                      long groupId,
                                      long roleId)
                               throws PortalException,
                                      SystemException
Specified by:
deleteUserGroupGroupRoles in interface UserGroupGroupRoleService
Throws:
PortalException
SystemException

getWrappedUserGroupGroupRoleService

public UserGroupGroupRoleService getWrappedUserGroupGroupRoleService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedUserGroupGroupRoleService

public void setWrappedUserGroupGroupRoleService(UserGroupGroupRoleService userGroupGroupRoleService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.UserGroupGroupRoleService)


getWrappedService

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

setWrappedService

public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
Specified by:
setWrappedService in interface ServiceWrapper<UserGroupGroupRoleService>

Liferay 6.2-ce-ga5