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

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

public class Portal_ResourceBlockServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ResourceBlockServiceSoap


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_ResourceBlockServiceSoapBindingStub()
           
Portal_ResourceBlockServiceSoapBindingStub(javax.xml.rpc.Service service)
           
Portal_ResourceBlockServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void addCompanyScopePermission(long scopeGroupId, long companyId, java.lang.String name, long roleId, java.lang.String actionId)
           
 void addGroupScopePermission(long scopeGroupId, long companyId, long groupId, java.lang.String name, long roleId, java.lang.String actionId)
           
 void addIndividualScopePermission(long companyId, long groupId, java.lang.String name, long primKey, long roleId, java.lang.String actionId)
           
protected  org.apache.axis.client.Call createCall()
           
 void removeAllGroupScopePermissions(long scopeGroupId, long companyId, java.lang.String name, long roleId, java.lang.String actionId)
           
 void removeCompanyScopePermission(long scopeGroupId, long companyId, java.lang.String name, long roleId, java.lang.String actionId)
           
 void removeGroupScopePermission(long scopeGroupId, long companyId, long groupId, java.lang.String name, long roleId, java.lang.String actionId)
           
 void removeIndividualScopePermission(long companyId, long groupId, java.lang.String name, long primKey, long roleId, java.lang.String actionId)
           
 void setCompanyScopePermissions(long scopeGroupId, long companyId, java.lang.String name, long roleId, java.lang.Object[] actionIds)
           
 void setGroupScopePermissions(long scopeGroupId, long companyId, long groupId, java.lang.String name, long roleId, java.lang.Object[] actionIds)
           
 void setIndividualScopePermissions(long companyId, long groupId, java.lang.String name, long primKey, long roleId, java.lang.Object[] actionIds)
           
 
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_ResourceBlockServiceSoapBindingStub

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

Portal_ResourceBlockServiceSoapBindingStub

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

Portal_ResourceBlockServiceSoapBindingStub

public Portal_ResourceBlockServiceSoapBindingStub(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

addCompanyScopePermission

public void addCompanyScopePermission(long scopeGroupId,
                                      long companyId,
                                      java.lang.String name,
                                      long roleId,
                                      java.lang.String actionId)
                               throws java.rmi.RemoteException
Specified by:
addCompanyScopePermission in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

addGroupScopePermission

public void addGroupScopePermission(long scopeGroupId,
                                    long companyId,
                                    long groupId,
                                    java.lang.String name,
                                    long roleId,
                                    java.lang.String actionId)
                             throws java.rmi.RemoteException
Specified by:
addGroupScopePermission in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

addIndividualScopePermission

public void addIndividualScopePermission(long companyId,
                                         long groupId,
                                         java.lang.String name,
                                         long primKey,
                                         long roleId,
                                         java.lang.String actionId)
                                  throws java.rmi.RemoteException
Specified by:
addIndividualScopePermission in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

removeAllGroupScopePermissions

public void removeAllGroupScopePermissions(long scopeGroupId,
                                           long companyId,
                                           java.lang.String name,
                                           long roleId,
                                           java.lang.String actionId)
                                    throws java.rmi.RemoteException
Specified by:
removeAllGroupScopePermissions in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

removeCompanyScopePermission

public void removeCompanyScopePermission(long scopeGroupId,
                                         long companyId,
                                         java.lang.String name,
                                         long roleId,
                                         java.lang.String actionId)
                                  throws java.rmi.RemoteException
Specified by:
removeCompanyScopePermission in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

removeGroupScopePermission

public void removeGroupScopePermission(long scopeGroupId,
                                       long companyId,
                                       long groupId,
                                       java.lang.String name,
                                       long roleId,
                                       java.lang.String actionId)
                                throws java.rmi.RemoteException
Specified by:
removeGroupScopePermission in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

removeIndividualScopePermission

public void removeIndividualScopePermission(long companyId,
                                            long groupId,
                                            java.lang.String name,
                                            long primKey,
                                            long roleId,
                                            java.lang.String actionId)
                                     throws java.rmi.RemoteException
Specified by:
removeIndividualScopePermission in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

setCompanyScopePermissions

public void setCompanyScopePermissions(long scopeGroupId,
                                       long companyId,
                                       java.lang.String name,
                                       long roleId,
                                       java.lang.Object[] actionIds)
                                throws java.rmi.RemoteException
Specified by:
setCompanyScopePermissions in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

setGroupScopePermissions

public void setGroupScopePermissions(long scopeGroupId,
                                     long companyId,
                                     long groupId,
                                     java.lang.String name,
                                     long roleId,
                                     java.lang.Object[] actionIds)
                              throws java.rmi.RemoteException
Specified by:
setGroupScopePermissions in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException

setIndividualScopePermissions

public void setIndividualScopePermissions(long companyId,
                                          long groupId,
                                          java.lang.String name,
                                          long primKey,
                                          long roleId,
                                          java.lang.Object[] actionIds)
                                   throws java.rmi.RemoteException
Specified by:
setIndividualScopePermissions in interface ResourceBlockServiceSoap
Throws:
java.rmi.RemoteException