Liferay 6.0.5

Uses of Class
com.liferay.portal.model.RoleSoap

Packages that use RoleSoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service.http   
 

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)
           
static RoleSoap RoleServiceSoap.getRole(long roleId)
           
static RoleSoap RoleServiceSoap.getRole(long companyId, String name)
           
static RoleSoap[] RoleServiceSoap.getUserGroupGroupRoles(long userId, long groupId)
           
static RoleSoap[] RoleServiceSoap.getUserGroupRoles(long userId, long groupId)
           
static RoleSoap[] RoleServiceSoap.getUserRelatedRoles(long userId, GroupSoap[] groups)
           
static RoleSoap[] RoleServiceSoap.getUserRoles(long userId)
           
 


Liferay 6.0.5