org.opengroupware.jogi.ogo
Interface TeamManager
- All Known Implementing Classes:
- XmlRpcTeamManager
- public interface TeamManager
Allows management of the Team records on an OpenGroupware.org installation.
- Author:
- Andreas Rath (teddius) , Werner Schuster (murphee)
getTeams
public java.util.Iterator getTeams()
throws OgoException,
ConnectionException
- Throws:
OgoException
ConnectionException
getByLogin
public Team getByLogin(java.lang.String login)
throws OgoException,
ConnectionException
- Throws:
OgoException
ConnectionException
insert
public Team insert(java.lang.String description)
throws OgoException,
ConnectionException
- Throws:
OgoException
ConnectionException
Copyright © 2003 ogojogi Project, All Rights Reserved.