|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserForumSettingsManager
| Method Summary | |
|---|---|
java.util.List |
loadAllByForumId(Id forum_id)
Load all the users' forum settings by forum_id |
UserForumSettings |
loadByForumAndUserId(Id forum_id,
Id user_id)
Load the UserForumSettings object for the given forum id (Identified by forum_id) and user id (Identified by user_id). |
java.util.Map |
loadForumRoleHashByForumId(Id forum_id)
Load all the users' forum roles in a hash for look up. |
void |
save(UserForumSettings ufs)
Inserts or updates the supplied UserForumSettings object |
| Method Detail |
|---|
void save(UserForumSettings ufs)
throws PersistenceException,
ValidationException
ufs - UserForumSetting needs to be saved
ValidationException - if the object is not in a consistent state to be persisted.
PersistenceException - if some other exception happens while persisting the object.
java.util.List loadAllByForumId(Id forum_id)
throws PersistenceException
forum_id. -
PersistenceException - if some other exception happens while persisting the object.
java.util.Map loadForumRoleHashByForumId(Id forum_id)
throws PersistenceException
forum_id -
PersistenceException - if some other exception happens while persisting the object.
UserForumSettings loadByForumAndUserId(Id forum_id,
Id user_id)
throws KeyNotFoundException,
PersistenceException
forum_id. - user_id -
KeyNotFoundException - if there is no UserForumSettings in the database with
the given forum id and user id
PersistenceException - if some other exception happens while persisting the object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||