|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Allows management of the projects of an OpenGroupware.org installation.
Method Summary | |
void |
delete(Project project)
|
java.util.Iterator |
fetch(FetchSpecification fetch_spec)
Fetches a list of Projects. |
java.util.Iterator |
fetch(java.lang.String qualifier)
Fetches a list of Projects. |
Project |
insert(java.lang.String name,
java.util.Date startDate,
java.util.Date endDate)
|
Methods inherited from interface java.util.Observer |
update |
Method Detail |
public Project insert(java.lang.String name, java.util.Date startDate, java.util.Date endDate) throws OgoException, ConnectionException
OgoException
ConnectionException
public java.util.Iterator fetch(java.lang.String qualifier) throws OgoException, ConnectionException
qualifier
- the query expression to find the Projects.
OgoException
ConnectionException
public java.util.Iterator fetch(FetchSpecification fetch_spec) throws OgoException, ConnectionException
fetch_spec
- A FetchSpecification describing the projects to fetch.
OgoException
ConnectionException
FetchSpecification
public void delete(Project project) throws OgoException, ConnectionException
OgoException
ConnectionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |