org.nemesis.forum.impl |
|
Java Source File Name | Type | Comment |
DbAuthorization.java | Class | Database implementation of the Authorization interface. |
DbAuthorizationFactory.java | Class | A subclass of AuthorizationFactory for the default implementation. |
DbCacheManager.java | Class | Central cache management of all caches. |
DbForum.java | Class | Database implementation of the Forum interface. |
DbForumFactory.java | Class | Database implementation of the ForumFactory interface. |
DbForumFactoryIterator.java | Class | Iterator for all forums defined for a ForumFactory instance. |
DbForumIterator.java | Class | Database implementation to iterate through threads in a forum.
At the moment, threads are always ordered by creationDate. |
DbForumMessage.java | Class | Database implementation of the ForumMessage interface. |
DbForumMessageFilter.java | Class | Provides database persistence of ForumMessageFilter properties. |
DbForumThread.java | Class | Database implementation of the ForumThread interface. |
DbGroup.java | Class | Database implementation of the Group interface. |
DbGroupIterator.java | Class | Iterates through all the groups in the system. |
DbProfileManager.java | Class | Database implementation of the ProfileManager interface. |
DbSequenceManager.java | Class | Manages sequences of unique ID's that get stored in the database. |
DbThreadIterator.java | Class | Database implementation of Iterator for ForumMesages in a ForumThread. |
DbTreeWalker.java | Class | Database implementation of the TreeWalker interface. |
DbUser.java | Class | Database implementation of the User interface. |
DbUserIterator.java | Class | An Iterator for all the users in the system. |
DbUserMessagesIterator.java | Class | An Iterator for all the user's Messages in a forum. |