com.liferay.client.soap.portal.service.http
Class Portal_TeamServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portal.service.http.Portal_TeamServiceSoapBindingImpl
All Implemented Interfaces:
TeamServiceSoap, java.rmi.Remote

public class Portal_TeamServiceSoapBindingImpl
extends java.lang.Object
implements TeamServiceSoap


Constructor Summary
Portal_TeamServiceSoapBindingImpl()
           
 
Method Summary
 TeamSoap addTeam(long groupId, java.lang.String name, java.lang.String description)
           
 void deleteTeam(long teamId)
           
 TeamSoap[] getGroupTeams(long groupId)
           
 TeamSoap getTeam(long teamId)
           
 TeamSoap getTeam(long groupId, java.lang.String name)
           
 TeamSoap[] getUserTeams(long userId)
           
 TeamSoap[] getUserTeams(long userId, long groupId)
           
 boolean hasUserTeam(long userId, long teamId)
           
 TeamSoap updateTeam(long teamId, java.lang.String name, java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_TeamServiceSoapBindingImpl

public Portal_TeamServiceSoapBindingImpl()
Method Detail

addTeam

public TeamSoap addTeam(long groupId,
                        java.lang.String name,
                        java.lang.String description)
                 throws java.rmi.RemoteException
Specified by:
addTeam in interface TeamServiceSoap
Throws:
java.rmi.RemoteException

deleteTeam

public void deleteTeam(long teamId)
                throws java.rmi.RemoteException
Specified by:
deleteTeam in interface TeamServiceSoap
Throws:
java.rmi.RemoteException

getGroupTeams

public TeamSoap[] getGroupTeams(long groupId)
                         throws java.rmi.RemoteException
Specified by:
getGroupTeams in interface TeamServiceSoap
Throws:
java.rmi.RemoteException

getTeam

public TeamSoap getTeam(long teamId)
                 throws java.rmi.RemoteException
Specified by:
getTeam in interface TeamServiceSoap
Throws:
java.rmi.RemoteException

getTeam

public TeamSoap getTeam(long groupId,
                        java.lang.String name)
                 throws java.rmi.RemoteException
Specified by:
getTeam in interface TeamServiceSoap
Throws:
java.rmi.RemoteException

getUserTeams

public TeamSoap[] getUserTeams(long userId)
                        throws java.rmi.RemoteException
Specified by:
getUserTeams in interface TeamServiceSoap
Throws:
java.rmi.RemoteException

getUserTeams

public TeamSoap[] getUserTeams(long userId,
                               long groupId)
                        throws java.rmi.RemoteException
Specified by:
getUserTeams in interface TeamServiceSoap
Throws:
java.rmi.RemoteException

hasUserTeam

public boolean hasUserTeam(long userId,
                           long teamId)
                    throws java.rmi.RemoteException
Specified by:
hasUserTeam in interface TeamServiceSoap
Throws:
java.rmi.RemoteException

updateTeam

public TeamSoap updateTeam(long teamId,
                           java.lang.String name,
                           java.lang.String description)
                    throws java.rmi.RemoteException
Specified by:
updateTeam in interface TeamServiceSoap
Throws:
java.rmi.RemoteException