|
||||||||||
| 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.lang.Boolean |
getForumPropertyBoolean(java.lang.String key,
Id forumId)
Loads a boolean forum property. |
java.util.List<Forum> |
loadByConferenceId(Id conferenceId)
get all the forums belong to the same conference by the conference id |
java.util.List<Forum> |
loadByCourseId(Id courseId)
get all the forums belonging to all the conferences in a course by the course id |
java.util.List<Forum> |
loadByGroupId(Id groupId)
get all the forums belonging to all the conferences in group by the group 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
PersistenceException
ValidationException
void delete(Forum obj)
throws PersistenceException
PersistenceException
java.util.List<Forum> loadByConferenceId(Id conferenceId)
throws PersistenceException,
KeyNotFoundException
PersistenceException
KeyNotFoundException
java.util.List<Forum> loadByCourseId(Id courseId)
throws PersistenceException,
KeyNotFoundException
PersistenceException
KeyNotFoundException
java.util.List<Forum> loadByGroupId(Id groupId)
throws PersistenceException,
KeyNotFoundException
PersistenceException
KeyNotFoundException
Forum loadById(Id forumId)
throws PersistenceException,
KeyNotFoundException
PersistenceException
KeyNotFoundException
ForumProperties loadPropertiesById(Id forumId)
throws PersistenceException,
KeyNotFoundException
PersistenceException
KeyNotFoundException
void saveProperties(ForumProperties fp)
throws PersistenceException,
ValidationException
PersistenceException
ValidationException
void setForumProperty(java.lang.String key,
java.lang.String value,
Id forumId)
throws PersistenceException,
ValidationException
PersistenceException
ValidationException
java.lang.String getForumProperty(java.lang.String key,
Id forumId)
throws PersistenceException
PersistenceException
java.lang.Boolean getForumPropertyBoolean(java.lang.String key,
Id forumId)
throws PersistenceException
PersistenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||