|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoleSoap | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces and classes, including SOAP and wrapper classes. |
| com.liferay.portal.model.impl | |
| com.liferay.portal.service.http | This package defines the HTTP and SOAP portal service utility classes. |
| Uses of RoleSoap in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that return RoleSoap | |
|---|---|
static RoleSoap |
RoleSoap.toSoapModel(Role model)
|
static RoleSoap[] |
RoleSoap.toSoapModels(List<Role> models)
|
static RoleSoap[] |
RoleSoap.toSoapModels(Role[] models)
|
static RoleSoap[][] |
RoleSoap.toSoapModels(Role[][] models)
|
| Uses of RoleSoap in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl with parameters of type RoleSoap | |
|---|---|
static Role |
RoleModelImpl.toModel(RoleSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<Role> |
RoleModelImpl.toModels(RoleSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Uses of RoleSoap in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return RoleSoap | |
|---|---|
static RoleSoap[] |
RoleServiceSoap.getGroupRoles(long groupId)
Returns all the roles associated with the group. |
static RoleSoap |
RoleServiceSoap.getRole(long roleId)
Returns the role with the primary key. |
static RoleSoap |
RoleServiceSoap.getRole(long companyId,
String name)
Returns the role with the name in the company. |
static RoleSoap[] |
RoleServiceSoap.getUserGroupGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static RoleSoap[] |
RoleServiceSoap.getUserGroupRoles(long userId,
long groupId)
Returns all the user's roles within the user group. |
static RoleSoap[] |
RoleServiceSoap.getUserRelatedRoles(long userId,
GroupSoap[] groups)
Returns the union of all the user's roles within the groups. |
static RoleSoap[] |
RoleServiceSoap.getUserRoles(long userId)
Returns all the roles associated with the user. |
|
Liferay 6.1.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||