| java.lang.Object com.Yasna.forum.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.
|
addReadCount | public void addReadCount()(Code) | | |
getCreationDate | public Date getCreationDate()(Code) | | |
getMessageCount | public int getMessageCount()(Code) | | |
getModifiedDate | public Date getModifiedDate()(Code) | | |
getReadCount | public int getReadCount()(Code) | | |
hasPermission | public boolean hasPermission(int type)(Code) | | |
insertIntoDb | public void insertIntoDb(java.sql.Connection con) throws java.sql.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) | | |
isClosed | public boolean isClosed()(Code) | | |
isSticky | public boolean isSticky()(Code) | | |
messages | public Iterator messages(int startIndex, int numResults)(Code) | | |
|
|