|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForumManager
| Method Summary | |
|---|---|
void |
delete(Forum obj)
Delete forum. |
java.lang.String |
getForumProperty(java.lang.String key,
Id forumId)
Get an individual forum property by key. |
java.util.List |
loadByConferenceId(Id conferenceId)
get all the forums belong to the same conference by the conference id |
java.util.List |
loadByCourseId(Id courseId)
get all the forums belonging to all the conferences in a course by the course id |
Forum |
loadById(Id forumId)
get the forum object by the forum id |
ForumProperties |
loadPropertiesById(Id forumId)
Get the forum property settings. |
void |
save(Forum obj)
Save forum. |
void |
saveProperties(ForumProperties fp)
Save the forum property settings. |
void |
setForumProperty(java.lang.String key,
java.lang.String value,
Id forumId)
Set an individual forum property by key & value. |
| Method Detail |
|---|
void save(Forum obj)
throws PersistenceException,
ValidationException
obj -
PersistenceException
ValidationException
void delete(Forum obj)
throws PersistenceException
obj -
PersistenceException
java.util.List loadByConferenceId(Id conferenceId)
throws PersistenceException,
KeyNotFoundException
conferenceId -
PersistenceException
KeyNotFoundException
java.util.List loadByCourseId(Id courseId)
throws PersistenceException,
KeyNotFoundException
conferenceId -
PersistenceException
KeyNotFoundException
Forum loadById(Id forumId)
throws PersistenceException,
KeyNotFoundException
forumId -
PersistenceException
KeyNotFoundException
ForumProperties loadPropertiesById(Id forumId)
throws PersistenceException,
KeyNotFoundException
forumId -
PersistenceException
KeyNotFoundException
void saveProperties(ForumProperties fp)
throws PersistenceException,
ValidationException
fp -
PersistenceException
ValidationException
void setForumProperty(java.lang.String key,
java.lang.String value,
Id forumId)
throws PersistenceException,
ValidationException
key - value - forumId -
PersistenceException
ValidationException
java.lang.String getForumProperty(java.lang.String key,
Id forumId)
throws PersistenceException
key - forumId -
PersistenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||