1   /**
2    * Portal_GroupServiceSoapBindingImpl.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_GroupServiceSoapBindingImpl implements com.liferay.client.portal.service.http.GroupServiceSoap{
11      public com.liferay.client.portal.model.GroupSoap updateGroup(long groupId, java.lang.String typeSettings) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      public com.liferay.client.portal.model.GroupSoap updateGroup(long groupId, java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean active) throws java.rmi.RemoteException {
16          return null;
17      }
18  
19      public com.liferay.client.portal.model.GroupSoap addGroup(long liveGroupId, java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean active) throws java.rmi.RemoteException {
20          return null;
21      }
22  
23      public com.liferay.client.portal.model.GroupSoap addGroup(java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean active) throws java.rmi.RemoteException {
24          return null;
25      }
26  
27      public void addRoleGroups(long roleId, long[] groupIds) throws java.rmi.RemoteException {
28      }
29  
30      public void deleteGroup(long groupId) throws java.rmi.RemoteException {
31      }
32  
33      public com.liferay.client.portal.model.GroupSoap[] getOrganizationsGroups(com.liferay.client.portal.model.OrganizationSoap[] organizations) throws java.rmi.RemoteException {
34          return null;
35      }
36  
37      public com.liferay.client.portal.model.GroupSoap[] getUserGroupsGroups(com.liferay.client.portal.model.UserGroupSoap[] userGroups) throws java.rmi.RemoteException {
38          return null;
39      }
40  
41      public boolean hasUserGroup(long userId, long groupId) throws java.rmi.RemoteException {
42          return false;
43      }
44  
45      public int searchCount(long companyId, java.lang.String name, java.lang.String description, java.lang.String[] params) throws java.rmi.RemoteException {
46          return -3;
47      }
48  
49      public void setRoleGroups(long roleId, long[] groupIds) throws java.rmi.RemoteException {
50      }
51  
52      public void unsetRoleGroups(long roleId, long[] groupIds) throws java.rmi.RemoteException {
53      }
54  
55      public com.liferay.client.portal.model.GroupSoap updateFriendlyURL(long groupId, java.lang.String friendlyURL) throws java.rmi.RemoteException {
56          return null;
57      }
58  
59      public com.liferay.client.portal.model.GroupSoap updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, java.lang.String workflowRoleNames) throws java.rmi.RemoteException {
60          return null;
61      }
62  
63      public com.liferay.client.portal.model.GroupSoap[] search(long companyId, java.lang.String name, java.lang.String description, java.lang.String[] params, int begin, int end) throws java.rmi.RemoteException {
64          return null;
65      }
66  
67      public com.liferay.client.portal.model.GroupSoap getGroup(long groupId) throws java.rmi.RemoteException {
68          return null;
69      }
70  
71      public com.liferay.client.portal.model.GroupSoap getGroup(long companyId, java.lang.String name) throws java.rmi.RemoteException {
72          return null;
73      }
74  
75  }
76