|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleSoap | |
---|---|
com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
com.liferay.portal.service.http | This package defines the HTTP and SOAP portal service utilities. |
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.addRole(String className,
long classPK,
String name,
String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
int type,
String subType)
Adds a role. |
static RoleSoap |
RoleServiceSoap.addRole(String name,
String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
int type)
Deprecated. #addRole(String, long, String, Map, Map, int, String) |
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. |
static RoleSoap |
RoleServiceSoap.updateRole(long roleId,
String name,
String[] titleMapLanguageIds,
String[] titleMapValues,
String[] descriptionMapLanguageIds,
String[] descriptionMapValues,
String subtype)
Updates the role with the primary key. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |