com.liferay.portal.service.http
Class RoleServiceHttp
java.lang.Object
com.liferay.portal.service.http.RoleServiceHttp
- public class RoleServiceHttp
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This class provides a HTTP utility for the com.liferay.portal.service.RoleServiceUtil
service utility. The static methods of this class calls the same methods of the
service utility. However, the signatures are different because it requires an
additional com.liferay.portal.security.auth.HttpPrincipal
parameter.
The benefits of using the HTTP utility is that it is fast and allows for tunneling
without the cost of serializing to text. The drawback is that it only works with
Java.
Set the property tunnel.servlet.hosts.allowed
in portal.properties
to configure security.
The HTTP utility is only generated for remote services.
- Author:
- Brian Wing Shun Chan
- See Also:
HttpPrincipal
,
RoleServiceUtil
,
RoleServiceSoap
Method Summary |
static com.liferay.portal.model.Role |
addRole(HttpPrincipal httpPrincipal,
java.lang.String name,
int type)
|
static void |
deleteRole(HttpPrincipal httpPrincipal,
long roleId)
|
static com.liferay.portal.model.Role |
getGroupRole(HttpPrincipal httpPrincipal,
long companyId,
long groupId)
|
static java.util.List |
getGroupRoles(HttpPrincipal httpPrincipal,
long groupId)
|
static com.liferay.portal.model.Role |
getRole(HttpPrincipal httpPrincipal,
long roleId)
|
static com.liferay.portal.model.Role |
getRole(HttpPrincipal httpPrincipal,
long companyId,
java.lang.String name)
|
static java.util.List |
getUserGroupRoles(HttpPrincipal httpPrincipal,
long userId,
long groupId)
|
static java.util.List |
getUserRelatedRoles(HttpPrincipal httpPrincipal,
long userId,
java.util.List groups)
|
static java.util.List |
getUserRoles(HttpPrincipal httpPrincipal,
long userId)
|
static boolean |
hasUserRole(HttpPrincipal httpPrincipal,
long userId,
long companyId,
java.lang.String name,
boolean inherited)
|
static boolean |
hasUserRoles(HttpPrincipal httpPrincipal,
long userId,
long companyId,
java.lang.String[] names,
boolean inherited)
|
static com.liferay.portal.model.Role |
updateRole(HttpPrincipal httpPrincipal,
long roleId,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleServiceHttp
public RoleServiceHttp()
addRole
public static com.liferay.portal.model.Role addRole(HttpPrincipal httpPrincipal,
java.lang.String name,
int type)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteRole
public static void deleteRole(HttpPrincipal httpPrincipal,
long roleId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getGroupRole
public static com.liferay.portal.model.Role getGroupRole(HttpPrincipal httpPrincipal,
long companyId,
long groupId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getGroupRoles
public static java.util.List getGroupRoles(HttpPrincipal httpPrincipal,
long groupId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getRole
public static com.liferay.portal.model.Role getRole(HttpPrincipal httpPrincipal,
long roleId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getRole
public static com.liferay.portal.model.Role getRole(HttpPrincipal httpPrincipal,
long companyId,
java.lang.String name)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getUserGroupRoles
public static java.util.List getUserGroupRoles(HttpPrincipal httpPrincipal,
long userId,
long groupId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getUserRelatedRoles
public static java.util.List getUserRelatedRoles(HttpPrincipal httpPrincipal,
long userId,
java.util.List groups)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getUserRoles
public static java.util.List getUserRoles(HttpPrincipal httpPrincipal,
long userId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
hasUserRole
public static boolean hasUserRole(HttpPrincipal httpPrincipal,
long userId,
long companyId,
java.lang.String name,
boolean inherited)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
hasUserRoles
public static boolean hasUserRoles(HttpPrincipal httpPrincipal,
long userId,
long companyId,
java.lang.String[] names,
boolean inherited)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateRole
public static com.liferay.portal.model.Role updateRole(HttpPrincipal httpPrincipal,
long roleId,
java.lang.String name)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException