Liferay 6.0.3

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

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

Uses of TeamSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return TeamSoap
static TeamSoap TeamSoap.toSoapModel(Team model)
           
static TeamSoap[] TeamSoap.toSoapModels(List<Team> models)
           
static TeamSoap[] TeamSoap.toSoapModels(Team[] models)
           
static TeamSoap[][] TeamSoap.toSoapModels(Team[][] models)
           
 

Uses of TeamSoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type TeamSoap
static Team TeamModelImpl.toModel(TeamSoap soapModel)
           
static List<Team> TeamModelImpl.toModels(TeamSoap[] soapModels)
           
 

Uses of TeamSoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return TeamSoap
static TeamSoap TeamServiceSoap.addTeam(long groupId, String name, String description)
           
static TeamSoap TeamServiceSoap.updateTeam(long teamId, String name, String description)
           
 


Liferay 6.0.3