AnnouncementsDelivery
DLApp
FlagsEntry
LayoutRevision
PollsVote
There are no services matching that phrase.

/user/has-role-user

Método do HTTP
GET
com.liferay.portal.service.UserServiceUtil#hasRoleUser

Returns true if the user is a member of the role.

Parâmetros

p_auth String

authentication token used to validate the request

roleId long

the primary key of the role

userId long

the primary key of the user

Tipo de retorno

boolean

true if the user is a member of the role; false otherwise

Exceção

com.liferay.portal.kernel.exception.PortalException
if the current user did not have permission to view the user or role members
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Executar

String long long