com.liferay.client.portal.service.http
Class Portal_GroupServiceSoapBindingImpl
java.lang.Object
com.liferay.client.portal.service.http.Portal_GroupServiceSoapBindingImpl
- All Implemented Interfaces:
- GroupServiceSoap, java.rmi.Remote
- public class Portal_GroupServiceSoapBindingImpl
- extends java.lang.Object
- implements GroupServiceSoap
Method Summary |
GroupSoap |
addGroup(long liveGroupId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String friendlyURL,
boolean active)
|
GroupSoap |
addGroup(java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String friendlyURL,
boolean active)
|
void |
addRoleGroups(long roleId,
long[] groupIds)
|
void |
deleteGroup(long groupId)
|
GroupSoap |
getGroup(long groupId)
|
GroupSoap |
getGroup(long companyId,
java.lang.String name)
|
GroupSoap[] |
getOrganizationsGroups(java.lang.Object[] organizations)
|
GroupSoap[] |
getUserGroupsGroups(java.lang.Object[] userGroups)
|
boolean |
hasUserGroup(long userId,
long groupId)
|
GroupSoap[] |
search(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params,
int begin,
int end)
|
int |
searchCount(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params)
|
void |
setRoleGroups(long roleId,
long[] groupIds)
|
void |
unsetRoleGroups(long roleId,
long[] groupIds)
|
GroupSoap |
updateGroup(long groupId,
java.lang.String typeSettings)
|
GroupSoap |
updateGroup(long groupId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String friendlyURL,
boolean active)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_GroupServiceSoapBindingImpl
public Portal_GroupServiceSoapBindingImpl()
search
public GroupSoap[] search(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params,
int begin,
int end)
throws java.rmi.RemoteException
- Specified by:
search
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
getGroup
public GroupSoap getGroup(long groupId)
throws java.rmi.RemoteException
- Specified by:
getGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
getGroup
public GroupSoap getGroup(long companyId,
java.lang.String name)
throws java.rmi.RemoteException
- Specified by:
getGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
updateGroup
public GroupSoap updateGroup(long groupId,
java.lang.String typeSettings)
throws java.rmi.RemoteException
- Specified by:
updateGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
updateGroup
public GroupSoap updateGroup(long groupId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String friendlyURL,
boolean active)
throws java.rmi.RemoteException
- Specified by:
updateGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
addGroup
public GroupSoap addGroup(java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String friendlyURL,
boolean active)
throws java.rmi.RemoteException
- Specified by:
addGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
addGroup
public GroupSoap addGroup(long liveGroupId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String friendlyURL,
boolean active)
throws java.rmi.RemoteException
- Specified by:
addGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
addRoleGroups
public void addRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
- Specified by:
addRoleGroups
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
deleteGroup
public void deleteGroup(long groupId)
throws java.rmi.RemoteException
- Specified by:
deleteGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
getOrganizationsGroups
public GroupSoap[] getOrganizationsGroups(java.lang.Object[] organizations)
throws java.rmi.RemoteException
- Specified by:
getOrganizationsGroups
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
getUserGroupsGroups
public GroupSoap[] getUserGroupsGroups(java.lang.Object[] userGroups)
throws java.rmi.RemoteException
- Specified by:
getUserGroupsGroups
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
hasUserGroup
public boolean hasUserGroup(long userId,
long groupId)
throws java.rmi.RemoteException
- Specified by:
hasUserGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
searchCount
public int searchCount(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params)
throws java.rmi.RemoteException
- Specified by:
searchCount
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
setRoleGroups
public void setRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
- Specified by:
setRoleGroups
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
unsetRoleGroups
public void unsetRoleGroups(long roleId,
long[] groupIds)
throws java.rmi.RemoteException
- Specified by:
unsetRoleGroups
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException