Liferay 6.1.2-ce-ga3

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

Packages that use TeamSoap
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 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)
          Converts the soap model instance into a normal model instance.
static List<Team> TeamModelImpl.toModels(TeamSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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.getGroupTeams(long groupId)
           
static TeamSoap TeamServiceSoap.getTeam(long teamId)
           
static TeamSoap TeamServiceSoap.getTeam(long groupId, String name)
           
static TeamSoap[] TeamServiceSoap.getUserTeams(long userId)
           
static TeamSoap[] TeamServiceSoap.getUserTeams(long userId, long groupId)
           
static TeamSoap TeamServiceSoap.updateTeam(long teamId, String name, String description)
           
 


Liferay 6.1.2-ce-ga3