1
7
8 package com.liferay.client.soap.portal.service.http;
9
10 public class Portal_GroupServiceSoapBindingImpl implements com.liferay.client.soap.portal.service.http.GroupServiceSoap{
11 public com.liferay.client.soap.portal.model.GroupSoap[] search(long companyId, java.lang.String name, java.lang.String description, java.lang.String[] params, int start, int end) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public com.liferay.client.soap.portal.model.GroupSoap getGroup(long groupId) throws java.rmi.RemoteException {
16 return null;
17 }
18
19 public com.liferay.client.soap.portal.model.GroupSoap getGroup(long companyId, java.lang.String name) throws java.rmi.RemoteException {
20 return null;
21 }
22
23 public com.liferay.client.soap.portal.model.GroupSoap addGroup(long liveGroupId, java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean active, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
24 return null;
25 }
26
27 public com.liferay.client.soap.portal.model.GroupSoap addGroup(java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean active, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
28 return null;
29 }
30
31 public void addRoleGroups(long roleId, long[] groupIds) throws java.rmi.RemoteException {
32 }
33
34 public void deleteGroup(long groupId) throws java.rmi.RemoteException {
35 }
36
37 public com.liferay.client.soap.portal.model.GroupSoap[] getManageableGroups(java.lang.String actionId, int max) throws java.rmi.RemoteException {
38 return null;
39 }
40
41 public com.liferay.client.soap.portal.model.GroupSoap[] getOrganizationsGroups(com.liferay.client.soap.portal.model.OrganizationSoap[] organizations) throws java.rmi.RemoteException {
42 return null;
43 }
44
45 public com.liferay.client.soap.portal.model.GroupSoap getUserGroup(long companyId, long userId) throws java.rmi.RemoteException {
46 return null;
47 }
48
49 public com.liferay.client.soap.portal.model.GroupSoap[] getUserGroupsGroups(com.liferay.client.soap.portal.model.UserGroupSoap[] userGroups) throws java.rmi.RemoteException {
50 return null;
51 }
52
53 public com.liferay.client.soap.portal.model.GroupSoap[] getUserOrganizationsGroups(long userId, int start, int end) throws java.rmi.RemoteException {
54 return null;
55 }
56
57 public boolean hasUserGroup(long userId, long groupId) throws java.rmi.RemoteException {
58 return false;
59 }
60
61 public int searchCount(long companyId, java.lang.String name, java.lang.String description, java.lang.String[] params) throws java.rmi.RemoteException {
62 return -3;
63 }
64
65 public void setRoleGroups(long roleId, long[] groupIds) throws java.rmi.RemoteException {
66 }
67
68 public void unsetRoleGroups(long roleId, long[] groupIds) throws java.rmi.RemoteException {
69 }
70
71 public com.liferay.client.soap.portal.model.GroupSoap updateFriendlyURL(long groupId, java.lang.String friendlyURL) throws java.rmi.RemoteException {
72 return null;
73 }
74
75 public com.liferay.client.soap.portal.model.GroupSoap updateGroup(long groupId, java.lang.String typeSettings) throws java.rmi.RemoteException {
76 return null;
77 }
78
79 public com.liferay.client.soap.portal.model.GroupSoap updateGroup(long groupId, java.lang.String name, java.lang.String description, int type, java.lang.String friendlyURL, boolean active, com.liferay.client.soap.portal.service.ServiceContext serviceContext) throws java.rmi.RemoteException {
80 return null;
81 }
82
83 public com.liferay.client.soap.portal.model.GroupSoap updateWorkflow(long groupId, boolean workflowEnabled, int workflowStages, java.lang.String workflowRoleNames) throws java.rmi.RemoteException {
84 return null;
85 }
86
87 }
88