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.portal.service.http;
9   
10  public class Portal_RoleServiceSoapBindingImpl implements com.liferay.client.portal.service.http.RoleServiceSoap{
11      public com.liferay.client.portal.model.RoleSoap getRole(long companyId, java.lang.String name) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public com.liferay.client.portal.model.RoleSoap getRole(long roleId) throws java.rmi.RemoteException {
16          return null;
17      }
18  
19      public boolean hasUserRole(long userId, long companyId, java.lang.String name, boolean inherited) throws java.rmi.RemoteException {
20          return false;
21      }
22  
23      public com.liferay.client.portal.model.RoleSoap getGroupRole(long companyId, long groupId) throws java.rmi.RemoteException {
24          return null;
25      }
26  
27      public void deleteRole(long roleId) throws java.rmi.RemoteException {
28      }
29  
30      public com.liferay.client.portal.model.RoleSoap addRole(java.lang.String name, int type) throws java.rmi.RemoteException {
31          return null;
32      }
33  
34      public com.liferay.client.portal.model.RoleSoap[] getGroupRoles(long groupId) throws java.rmi.RemoteException {
35          return null;
36      }
37  
38      public com.liferay.client.portal.model.RoleSoap[] getUserRoles(long userId) throws java.rmi.RemoteException {
39          return null;
40      }
41  
42      public com.liferay.client.portal.model.RoleSoap[] getUserGroupRoles(long userId, long groupId) throws java.rmi.RemoteException {
43          return null;
44      }
45  
46      public com.liferay.client.portal.model.RoleSoap[] getUserRelatedRoles(long userId, java.lang.Object[] groups) throws java.rmi.RemoteException {
47          return null;
48      }
49  
50      public boolean hasUserRoles(long userId, long companyId, java.lang.String[] names, boolean inherited) throws java.rmi.RemoteException {
51          return false;
52      }
53  
54      public com.liferay.client.portal.model.RoleSoap updateRole(long roleId, java.lang.String name) throws java.rmi.RemoteException {
55          return null;
56      }
57  
58  }
59