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 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

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