public class UserGroupGroupRoleServiceWrapper extends java.lang.Object implements ServiceWrapper<UserGroupGroupRoleService>, UserGroupGroupRoleService
UserGroupGroupRoleService
.UserGroupGroupRoleService
Constructor and Description |
---|
UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService) |
Modifier and Type | Method and Description |
---|---|
void |
addUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
void |
addUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteUserGroupGroupRoles(long[] userGroupIds,
long groupId,
long roleId) |
void |
deleteUserGroupGroupRoles(long userGroupId,
long groupId,
long[] roleIds) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
UserGroupGroupRoleService |
getWrappedService() |
void |
setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService) |
public UserGroupGroupRoleServiceWrapper(UserGroupGroupRoleService userGroupGroupRoleService)
public void addUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException
UserGroupGroupRoleServiceUtil
to access the user group group role remote service. Add custom service methods to com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.addUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
public void addUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
addUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
public void deleteUserGroupGroupRoles(long userGroupId, long groupId, long[] roleIds) throws PortalException
deleteUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
public void deleteUserGroupGroupRoles(long[] userGroupIds, long groupId, long roleId) throws PortalException
deleteUserGroupGroupRoles
in interface UserGroupGroupRoleService
PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface UserGroupGroupRoleService
public UserGroupGroupRoleService getWrappedService()
getWrappedService
in interface ServiceWrapper<UserGroupGroupRoleService>
public void setWrappedService(UserGroupGroupRoleService userGroupGroupRoleService)
setWrappedService
in interface ServiceWrapper<UserGroupGroupRoleService>