com.liferay.client.soap.portal.service.http
Class Portal_GroupServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.liferay.client.soap.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,
int type,
java.lang.String friendlyURL,
boolean active,
ServiceContext serviceContext)
|
GroupSoap |
addGroup(java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean active,
ServiceContext serviceContext)
|
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[] |
getManageableGroups(java.lang.String actionId,
int max)
|
GroupSoap[] |
getOrganizationsGroups(OrganizationSoap[] organizations)
|
GroupSoap |
getUserGroup(long companyId,
long userId)
|
GroupSoap[] |
getUserGroupsGroups(UserGroupSoap[] userGroups)
|
GroupSoap[] |
getUserOrganizationsGroups(long userId,
int start,
int end)
|
boolean |
hasUserGroup(long userId,
long groupId)
|
GroupSoap[] |
search(long companyId,
java.lang.String name,
java.lang.String description,
java.lang.String[] params,
int start,
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 |
updateFriendlyURL(long groupId,
java.lang.String friendlyURL)
|
GroupSoap |
updateGroup(long groupId,
java.lang.String typeSettings)
|
GroupSoap |
updateGroup(long groupId,
java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean active,
ServiceContext serviceContext)
|
GroupSoap |
updateWorkflow(long groupId,
boolean workflowEnabled,
int workflowStages,
java.lang.String workflowRoleNames)
|
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
- Throws:
org.apache.axis.AxisFault
Portal_GroupServiceSoapBindingStub
public Portal_GroupServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
Portal_GroupServiceSoapBindingStub
public Portal_GroupServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- 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 start,
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
addGroup
public GroupSoap addGroup(long liveGroupId,
java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean active,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
addGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
addGroup
public GroupSoap addGroup(java.lang.String name,
java.lang.String description,
int type,
java.lang.String friendlyURL,
boolean active,
ServiceContext serviceContext)
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
getManageableGroups
public GroupSoap[] getManageableGroups(java.lang.String actionId,
int max)
throws java.rmi.RemoteException
- Specified by:
getManageableGroups
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
getOrganizationsGroups
public GroupSoap[] getOrganizationsGroups(OrganizationSoap[] organizations)
throws java.rmi.RemoteException
- Specified by:
getOrganizationsGroups
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
getUserGroup
public GroupSoap getUserGroup(long companyId,
long userId)
throws java.rmi.RemoteException
- Specified by:
getUserGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
getUserGroupsGroups
public GroupSoap[] getUserGroupsGroups(UserGroupSoap[] userGroups)
throws java.rmi.RemoteException
- Specified by:
getUserGroupsGroups
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
getUserOrganizationsGroups
public GroupSoap[] getUserOrganizationsGroups(long userId,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getUserOrganizationsGroups
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
updateFriendlyURL
public GroupSoap updateFriendlyURL(long groupId,
java.lang.String friendlyURL)
throws java.rmi.RemoteException
- Specified by:
updateFriendlyURL
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,
int type,
java.lang.String friendlyURL,
boolean active,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Specified by:
updateGroup
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException
updateWorkflow
public GroupSoap updateWorkflow(long groupId,
boolean workflowEnabled,
int workflowStages,
java.lang.String workflowRoleNames)
throws java.rmi.RemoteException
- Specified by:
updateWorkflow
in interface GroupServiceSoap
- Throws:
java.rmi.RemoteException