| java.lang.Object org.nemesis.forum.proxy.ForumThreadProxy
ForumThreadProxy | public class ForumThreadProxy implements ForumThread(Code) | | Protection proxy for ForumThread objects. It restricts access to protected
methods by throwing UnauthorizedExceptions if the user does not have
permission to access the class.
|
getCreationDate | public Date getCreationDate()(Code) | | |
getMessageCount | public int getMessageCount()(Code) | | |
getMessageCount | public int getMessageCount(boolean approved)(Code) | | |
getModifiedDate | public Date getModifiedDate()(Code) | | |
hasPermission | public boolean hasPermission(int type)(Code) | | |
insertIntoDb | public void insertIntoDb(java.sql.Connection con) throws SQLException(Code) | | Small violation of our pluggable backend architecture so that database
insertions can be made more efficiently and transactional. The fact
that this violation is needed probably means that the proxy architecture
needs to be adjusted a bit.
|
isApproved | public boolean isApproved()(Code) | | |
messages | public Iterator messages(int startIndex, int numResults)(Code) | | |
messages | public Iterator messages(boolean approved, int startIndex, int numResults)(Code) | | |
|
|