com.liferay.client.soap.portal.service.http
Class Portal_RoleServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portal.service.http.Portal_RoleServiceSoapBindingImpl
- All Implemented Interfaces:
- RoleServiceSoap, java.rmi.Remote
public class Portal_RoleServiceSoapBindingImpl
- extends java.lang.Object
- implements RoleServiceSoap
Method Summary |
RoleSoap |
addRole(java.lang.String name,
java.lang.String description,
int type)
|
void |
addUserRoles(long userId,
long[] roleIds)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portal_RoleServiceSoapBindingImpl
public Portal_RoleServiceSoapBindingImpl()
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