Liferay 6.1.10-ee-ga1

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

Packages that use RoleSoap
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper 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)
           
 


Liferay 6.1.10-ee-ga1