1   /**
2    * Portal_RoleServiceSoapBindingImpl.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
7   
8   package com.liferay.client.soap.portal.service.http;
9   
10  public class Portal_RoleServiceSoapBindingImpl implements com.liferay.client.soap.portal.service.http.RoleServiceSoap{
11      public com.liferay.client.soap.portal.model.RoleSoap getRole(long roleId) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public com.liferay.client.soap.portal.model.RoleSoap getRole(long companyId, java.lang.String name) throws java.rmi.RemoteException {
16          return null;
17      }
18  
19      public com.liferay.client.soap.portal.model.RoleSoap[] getUserGroupRoles(long userId, long groupId) throws java.rmi.RemoteException {
20          return null;
21      }
22  
23      public void addUserRoles(long userId, long[] roleIds) throws java.rmi.RemoteException {
24      }
25  
26      public void deleteRole(long roleId) throws java.rmi.RemoteException {
27      }
28  
29      public com.liferay.client.soap.portal.model.RoleSoap[] getGroupRoles(long groupId) throws java.rmi.RemoteException {
30          return null;
31      }
32  
33      public com.liferay.client.soap.portal.model.RoleSoap[] getUserGroupGroupRoles(long userId, long groupId) throws java.rmi.RemoteException {
34          return null;
35      }
36  
37      public com.liferay.client.soap.portal.model.RoleSoap[] getUserRelatedRoles(long userId, com.liferay.client.soap.portal.model.GroupSoap[] groups) throws java.rmi.RemoteException {
38          return null;
39      }
40  
41      public com.liferay.client.soap.portal.model.RoleSoap[] getUserRoles(long userId) throws java.rmi.RemoteException {
42          return null;
43      }
44  
45      public boolean hasUserRole(long userId, long companyId, java.lang.String name, boolean inherited) throws java.rmi.RemoteException {
46          return false;
47      }
48  
49      public boolean hasUserRoles(long userId, long companyId, java.lang.String[] names, boolean inherited) throws java.rmi.RemoteException {
50          return false;
51      }
52  
53      public void unsetUserRoles(long userId, long[] roleIds) throws java.rmi.RemoteException {
54      }
55  
56  }
57