| |
|
| java.lang.Object org.nemesis.forum.proxy.MessageProxy
MessageProxy | public class MessageProxy implements Message(Code) | | A protection proxy for ForumMessage objects.
|
getCreationDate | public Date getCreationDate()(Code) | | |
getModifiedDate | public Date getModifiedDate()(Code) | | |
getUnfilteredSubject | public String getUnfilteredSubject()(Code) | | |
hasPermission | public boolean hasPermission(int type)(Code) | | |
insertIntoDb | public void insertIntoDb(java.sql.Connection con, ForumThread thread) 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.
|
isAnonymous | public boolean isAnonymous()(Code) | | |
isApproved | public boolean isApproved()(Code) | | |
setApproved2 | public void setApproved2(boolean approved) throws UnauthorizedException(Code) | | author: dlaurent author: another violation, need uml diagram .... |
toString | public String toString()(Code) | | Converts the object to a String by returning the subject of the message.
This functionality is primarily for Java applications that might be
accessing CoolForum objects through a GUI.
|
|
|
|