com.liferay.client.portal.service.http
Class Portal_GroupServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.portal.service.http.Portal_GroupServiceSoapBindingStub
- All Implemented Interfaces:
- GroupServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub
- public class Portal_GroupServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements GroupServiceSoap
Fields inherited from class org.apache.axis.client.Stub |
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
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)
|
protected org.apache.axis.client.Call |
createCall()
|
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 org.apache.axis.client.Stub |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_GroupServiceSoapBindingStub
public Portal_GroupServiceSoapBindingStub()
throws org.apache.axis.AxisFault
Portal_GroupServiceSoapBindingStub
public Portal_GroupServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
Portal_GroupServiceSoapBindingStub
public Portal_GroupServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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