Liferay 6.1.2-ce-ga3

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

Packages that use RoleSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

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.2-ce-ga3