com.liferay.client.soap.portal.service.http
Interface ResourcePermissionServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_ResourcePermissionServiceSoapBindingImpl, Portal_ResourcePermissionServiceSoapBindingStub

public interface ResourcePermissionServiceSoap
extends java.rmi.Remote


Method Summary
 void addResourcePermission(long groupId, long companyId, java.lang.String name, int scope, java.lang.String primKey, long roleId, java.lang.String actionId)
           
 void removeResourcePermission(long groupId, long companyId, java.lang.String name, int scope, java.lang.String primKey, long roleId, java.lang.String actionId)
           
 void removeResourcePermissions(long groupId, long companyId, java.lang.String name, int scope, long roleId, java.lang.String actionId)
           
 void setIndividualResourcePermissions(long groupId, long companyId, java.lang.String name, java.lang.String primKey, long roleId, java.lang.String[] actionIds)
           
 

Method Detail

addResourcePermission

void addResourcePermission(long groupId,
                           long companyId,
                           java.lang.String name,
                           int scope,
                           java.lang.String primKey,
                           long roleId,
                           java.lang.String actionId)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setIndividualResourcePermissions

void setIndividualResourcePermissions(long groupId,
                                      long companyId,
                                      java.lang.String name,
                                      java.lang.String primKey,
                                      long roleId,
                                      java.lang.String[] actionIds)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeResourcePermission

void removeResourcePermission(long groupId,
                              long companyId,
                              java.lang.String name,
                              int scope,
                              java.lang.String primKey,
                              long roleId,
                              java.lang.String actionId)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeResourcePermissions

void removeResourcePermissions(long groupId,
                               long companyId,
                               java.lang.String name,
                               int scope,
                               long roleId,
                               java.lang.String actionId)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException