com.liferay.client.soap.portal.service.http
Interface TeamServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portal_TeamServiceSoapBindingImpl, Portal_TeamServiceSoapBindingStub
public interface TeamServiceSoap
- extends java.rmi.Remote
addTeam
TeamSoap addTeam(long groupId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteTeam
void deleteTeam(long teamId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateTeam
TeamSoap updateTeam(long teamId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException