com.liferay.client.soap.portal.service.http
Class Portal_RoleServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.liferay.client.soap.portal.service.http.Portal_RoleServiceSoapBindingStub
All Implemented Interfaces:
RoleServiceSoap, java.rmi.Remote, javax.xml.rpc.Stub

public class Portal_RoleServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements RoleServiceSoap


Field Summary
 
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
 
Constructor Summary
Portal_RoleServiceSoapBindingStub()
           
Portal_RoleServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portal_RoleServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 RoleSoap addRole(java.lang.String name, java.lang.String description, int type)
           
 void addUserRoles(long userId, long[] roleIds)
           
protected  org.apache.axis.client.Call createCall()
           
 void deleteRole(long roleId)
           
 RoleSoap getGroupRole(long companyId, long groupId)
           
 RoleSoap[] getGroupRoles(long groupId)
           
 RoleSoap getRole(long roleId)
           
 RoleSoap getRole(long companyId, java.lang.String name)
           
 RoleSoap[] getUserGroupRoles(long userId, long groupId)
           
 RoleSoap[] getUserRelatedRoles(long userId, GroupSoap[] groups)
           
 RoleSoap[] getUserRoles(long userId)
           
 boolean hasUserRole(long userId, long companyId, java.lang.String name, boolean inherited)
           
 boolean hasUserRoles(long userId, long companyId, java.lang.String[] names, boolean inherited)
           
 void unsetUserRoles(long userId, long[] roleIds)
           
 
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
 

Constructor Detail

Portal_RoleServiceSoapBindingStub

public Portal_RoleServiceSoapBindingStub()
                                  throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portal_RoleServiceSoapBindingStub

public Portal_RoleServiceSoapBindingStub(java.net.URL endpointURL,
                                         javax.xml.rpc.Service service)
                                  throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Portal_RoleServiceSoapBindingStub

public Portal_RoleServiceSoapBindingStub(javax.xml.rpc.Service service)
                                  throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRole

public RoleSoap getRole(long roleId)
                 throws java.rmi.RemoteException
Specified by:
getRole in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

getRole

public RoleSoap getRole(long companyId,
                        java.lang.String name)
                 throws java.rmi.RemoteException
Specified by:
getRole in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

addRole

public RoleSoap addRole(java.lang.String name,
                        java.lang.String description,
                        int type)
                 throws java.rmi.RemoteException
Specified by:
addRole in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

addUserRoles

public void addUserRoles(long userId,
                         long[] roleIds)
                  throws java.rmi.RemoteException
Specified by:
addUserRoles in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

deleteRole

public void deleteRole(long roleId)
                throws java.rmi.RemoteException
Specified by:
deleteRole in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

getGroupRole

public RoleSoap getGroupRole(long companyId,
                             long groupId)
                      throws java.rmi.RemoteException
Specified by:
getGroupRole in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

getGroupRoles

public RoleSoap[] getGroupRoles(long groupId)
                         throws java.rmi.RemoteException
Specified by:
getGroupRoles in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

getUserGroupRoles

public RoleSoap[] getUserGroupRoles(long userId,
                                    long groupId)
                             throws java.rmi.RemoteException
Specified by:
getUserGroupRoles in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

getUserRelatedRoles

public RoleSoap[] getUserRelatedRoles(long userId,
                                      GroupSoap[] groups)
                               throws java.rmi.RemoteException
Specified by:
getUserRelatedRoles in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

getUserRoles

public RoleSoap[] getUserRoles(long userId)
                        throws java.rmi.RemoteException
Specified by:
getUserRoles in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

hasUserRole

public boolean hasUserRole(long userId,
                           long companyId,
                           java.lang.String name,
                           boolean inherited)
                    throws java.rmi.RemoteException
Specified by:
hasUserRole in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

hasUserRoles

public boolean hasUserRoles(long userId,
                            long companyId,
                            java.lang.String[] names,
                            boolean inherited)
                     throws java.rmi.RemoteException
Specified by:
hasUserRoles in interface RoleServiceSoap
Throws:
java.rmi.RemoteException

unsetUserRoles

public void unsetUserRoles(long userId,
                           long[] roleIds)
                    throws java.rmi.RemoteException
Specified by:
unsetUserRoles in interface RoleServiceSoap
Throws:
java.rmi.RemoteException